JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-06-22T02:48:18.488Z||main|||||INFO|500||The following profiles are active: basic 2022-06-22T02:48:27.763Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-22T02:48:27.764Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-22T02:48:27.849Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-22T02:48:30.053Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-22T02:48:30.205Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-22T02:48:30.631Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-22T02:48:30.639Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-22T02:48:30.713Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-22T02:48:30.844Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-22T02:48:31.185Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-22T02:48:32.040Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-22T02:48:34.075Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-22T02:48:34.116Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-22T02:48:34.517Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-22T02:48:34.731Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-06-22T02:48:35.888Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-22T02:48:36.843Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-22T02:48:36.863Z||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$$a7455e32.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-22T02:48:36.864Z||main|||||WARN|500||The sdc end point is not alive 2022-06-22T02:48:39.522Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-06-22T02:48:42.329Z||main|||||WARN|500||--- 2022-06-22T02:48:42.329Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-22T02:48:42.329Z||main|||||WARN|500||--- 2022-06-22T02:48:42.696Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-22T02:48:46.920Z||main|||||INFO|500||Started Application in 32.756 seconds (JVM running for 33.879) 2022-06-22T02:48:46.930Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-22T02:48:46.931Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-22T02:48:46.940Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-22T02:48:46.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-22T02:48:47.054Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 628d0683-5296-40e2-a9b3-b3299cb4d936 url= /sdc/v1/artifactTypes 2022-06-22T02:48:47.054Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-22T02:48:47.279Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-22T02:48:47.301Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-06-22T02:48:47.329Z||scheduling-1|||||DEBUG|500||create keys 2022-06-22T02:48:47.337Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-22T02:48:47.367Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:48:47.382Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9ff6e6c8-b963-418e-b84c-8fd0d0d2a3b8 url= /sdc/v1/registerForDistribution 2022-06-22T02:48:47.518Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9ff6e6c8-b963-418e-b84c-8fd0d0d2a3b8 url= /sdc/v1/registerForDistribution 2022-06-22T02:48:47.518Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-22T02:48:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:48:47.528Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:48:47.531Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-22T02:48:47.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:48:47.535Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:48:47.536Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:48:47.536Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:48:57.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:48:57.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:49:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:49:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:49:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:49:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:49:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:49:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:49:57.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:49:57.085Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:50:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:50:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:50:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:50:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:50:47.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:50:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:50:57.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:50:57.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:51:47.525Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:51:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:51:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:51:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:51:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:51:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:51:57.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:51:57.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:52:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:52:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:52:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:52:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:52:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:52:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:52:57.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:52:57.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:53:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:53:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:53:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:53:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:53:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:53:47.530Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:53:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:53:57.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:54:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:54:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:54:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:54:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:54:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:54:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:54:57.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:54:57.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:55:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:55:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:55:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:55:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:55:47.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:55:47.531Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:55:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:55:57.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:56:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:56:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:56:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:56:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:56:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:56:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:56:57.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:56:57.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:57:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:57:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:57:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:57:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:57:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:57:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:57:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:57:57.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:58:26.196Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-22T02:58:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:58:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:58:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:58:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:58:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:58:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:58:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:58:57.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:59:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:59:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:59:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T02:59:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:59:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T02:59:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T02:59:57.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T02:59:57.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:00:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:00:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:00:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:00:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:00:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:00:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:00:57.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:00:57.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:01:47.526Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:01:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:01:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:01:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:01:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:01:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:01:57.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:01:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:02:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:02:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:02:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:02:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:02:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:02:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:02:57.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:02:57.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:03:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:03:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:03:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:03:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:03:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:03:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:03:57.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:03:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:04:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:04:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:04:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:04:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:04:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:04:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:04:57.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:04:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:05:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:05:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:05:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:05:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:05:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:05:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:05:57.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:05:57.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:06:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:06:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:06:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:06:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:06:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:06:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:06:57.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:06:57.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:07:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:07:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:07:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:07:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:07:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:07:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:07:57.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:07:57.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:08:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:08:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:08:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:08:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:08:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:08:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:08:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:08:57.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:09:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:09:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:09:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:09:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:09:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:09:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:09:57.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:09:57.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:10:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:10:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:10:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:10:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:10:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:10:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:10:57.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:10:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:11:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:11:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:11:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:11:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:11:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:11:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:11:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:11:57.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:12:47.526Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:12:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:12:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:12:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:12:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:12:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:12:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:12:57.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:13:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:13:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:13:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:13:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:13:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:13:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:13:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:13:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:14:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:14:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:14:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:14:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:14:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:14:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:14:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:14:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:15:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:15:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:15:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:15:47.528Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:15:47.529Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:15:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:15:57.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:15:57.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:16:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:16:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:16:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:16:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:16:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:16:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:16:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:16:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:17:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:17:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:17:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:17:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:17:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:17:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:17:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:17:57.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:18:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:18:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:18:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:18:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:18:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:18:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:18:57.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:18:57.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:19:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:19:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:19:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:19:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:19:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:19:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:19:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:19:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:20:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:20:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:20:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:20:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:20:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:20:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:20:57.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:20:57.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:21:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:21:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:21:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:21:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:21:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:21:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:21:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:21:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:22:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:22:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:22:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:22:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:22:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:22:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:22:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:22:57.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:23:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:23:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:23:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:23:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:23:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:23:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:23:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:23:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:24:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:24:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:24:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:24:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:24:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:24:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:24:57.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:24:57.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:25:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:25:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:25:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:25:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:25:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:25:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:25:57.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:25:57.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:26:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:26:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:26:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:26:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:26:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:26:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:26:57.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:26:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:27:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:27:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:27:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:27:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:27:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:27:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:27:57.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:27:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:28:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:28:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:28:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:28:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:28:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:28:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:28:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:28:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:29:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:29:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:29:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:29:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:29:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:29:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:29:57.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:29:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:30:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:30:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:30:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:30:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:30:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:30:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:30:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:30:57.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:31:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:31:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:31:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:31:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:31:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:31:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:31:57.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:31:57.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:32:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:32:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:32:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:32:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:32:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:32:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:32:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:32:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:33:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:33:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:33:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:33:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:33:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:33:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:33:57.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:33:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:34:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:34:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:34:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:34:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:34:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:34:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:34:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:34:57.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:35:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:35:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:35:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:35:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:35:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:35:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:35:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:35:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:36:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:36:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:36:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:36:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:36:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:36:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:36:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:36:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:37:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:37:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:37:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:37:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:37:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:37:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:37:57.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:37:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:38:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:38:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:38:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:38:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:38:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:38:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:38:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:38:57.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:39:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:39:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:39:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:39:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:39:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:39:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:39:57.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:39:57.114Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:40:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:40:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:40:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:40:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:40:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:40:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:40:57.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:40:57.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:41:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:41:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:41:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:41:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:41:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:41:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:41:57.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:41:57.087Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:42:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:42:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:42:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:42:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:42:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:42:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:42:57.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:42:57.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:43:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:43:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:43:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:43:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:43:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:43:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:43:57.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:43:57.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:44:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:44:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:44:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:44:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:44:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:44:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:44:57.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:44:57.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:45:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:45:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:45:47.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:45:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:45:47.529Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:45:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:45:57.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:45:57.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:46:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:46:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:46:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:46:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:46:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:46:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:46:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:46:57.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:47:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:47:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:47:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:47:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:47:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:47:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:47:57.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:47:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:48:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:48:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:48:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:48:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:48:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:48:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:48:57.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:48:57.070Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:49:47.526Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:49:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:49:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:49:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:49:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:49:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:49:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:49:57.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:50:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:50:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:50:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:50:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:50:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:50:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:50:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:50:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:51:47.526Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:51:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:51:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:51:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:51:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:51:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:51:57.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:51:57.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:52:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:52:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:52:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:52:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:52:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:52:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:52:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:52:57.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:53:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:53:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:53:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:53:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:53:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:53:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:53:57.090Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:53:57.090Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:54:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:54:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:54:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:54:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:54:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:54:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:54:57.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:54:57.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:55:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:55:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:55:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:55:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:55:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:55:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:55:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:55:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:56:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:56:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:56:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:56:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:56:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:56:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:56:57.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:56:57.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:57:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:57:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:57:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:57:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:57:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:57:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:57:57.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:57:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:58:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:58:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:58:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:58:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:58:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:58:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:58:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:58:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:59:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:59:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:59:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:59:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T03:59:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T03:59:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T03:59:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T03:59:57.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:00:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:00:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:00:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:00:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:00:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:00:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:00:57.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:00:57.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:01:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:01:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:01:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:01:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:01:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:01:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:01:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:01:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:02:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:02:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:02:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:02:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:02:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:02:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:02:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:02:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:03:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:03:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:03:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:03:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:03:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:03:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:03:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:03:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:04:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:04:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:04:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:04:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:04:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:04:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:04:57.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:04:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:05:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:05:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:05:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:05:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:05:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:05:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:05:57.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:05:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:06:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:06:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:06:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:06:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:06:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:06:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:06:57.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:06:57.092Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:07:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:07:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:07:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:07:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:07:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:07:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:07:57.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:07:57.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:08:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:08:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:08:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:08:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:08:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:08:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:08:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:08:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:09:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:09:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:09:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:09:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:09:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:09:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:09:57.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:09:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:10:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:10:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:10:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:10:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:10:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:10:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:10:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:10:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:11:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:11:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:11:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:11:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:11:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:11:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:11:57.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:11:57.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:12:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:12:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:12:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:12:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:12:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:12:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:12:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:12:57.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:13:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:13:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:13:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:13:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:13:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:13:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:13:57.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:13:57.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:14:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:14:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:14:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:14:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:14:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:14:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:14:57.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:14:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:15:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:15:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:15:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:15:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:15:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:15:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:15:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:15:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:16:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:16:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:16:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:16:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:16:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:16:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:16:57.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:16:57.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:17:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:17:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:17:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:17:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:17:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:17:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:17:57.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:17:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:18:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:18:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:18:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:18:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:18:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:18:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:18:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:18:57.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:19:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:19:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:19:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:19:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:19:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:19:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:19:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:19:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:20:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:20:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:20:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:20:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:20:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:20:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:20:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:20:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:21:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:21:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:21:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:21:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:21:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:21:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:21:57.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:21:57.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:22:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:22:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:22:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:22:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:22:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:22:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:22:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:22:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:23:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:23:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:23:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:23:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:23:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:23:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:23:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:23:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:24:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:24:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:24:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:24:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:24:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:24:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:24:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:24:57.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:25:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:25:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:25:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:25:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:25:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:25:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:25:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:25:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:26:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:26:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:26:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:26:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:26:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:26:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:26:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:26:57.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:27:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:27:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:27:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:27:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:27:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:27:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:27:57.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:27:57.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:28:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:28:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:28:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:28:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:28:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:28:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:28:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:28:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:29:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:29:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:29:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:29:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:29:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:29:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:29:57.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:29:57.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:30:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:30:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:30:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:30:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:30:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:30:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:30:57.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:30:57.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:31:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:31:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:31:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:31:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:31:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:31:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:31:57.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:31:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:32:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:32:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:32:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:32:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:32:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:32:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:32:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:32:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:33:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:33:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:33:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:33:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:33:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:33:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:33:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:33:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:34:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:34:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:34:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:34:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:34:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:34:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:34:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:34:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:35:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:35:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:35:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:35:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:35:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:35:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:35:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:35:57.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:36:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:36:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:36:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:36:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:36:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:36:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:36:57.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:36:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:37:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:37:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:37:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:37:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:37:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:37:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:37:57.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:37:57.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:38:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:38:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:38:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:38:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:38:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:38:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:38:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:38:57.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:39:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:39:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:39:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:39:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:39:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:39:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:39:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:39:57.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:40:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:40:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:40:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:40:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:40:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:40:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:40:57.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:40:57.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:41:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:41:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:41:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:41:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:41:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:41:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:41:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:41:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:42:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:42:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:42:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:42:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:42:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:42:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:42:57.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:42:57.084Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:43:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:43:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:43:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:43:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:43:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:43:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:43:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:43:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:44:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:44:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:44:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:44:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:44:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:44:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:44:57.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:44:57.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:45:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:45:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:45:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:45:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:45:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:45:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:45:57.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:45:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:46:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:46:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:46:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:46:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:46:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:46:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:46:57.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:46:57.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:47:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:47:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:47:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:47:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:47:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:47:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:47:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:47:57.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:48:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:48:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:48:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:48:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:48:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:48:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:48:57.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:48:57.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:49:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:49:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:49:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:49:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:49:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:49:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:49:57.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:49:57.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:50:47.526Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:50:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:50:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:50:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:50:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:50:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:50:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:50:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:51:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:51:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:51:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:51:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:51:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:51:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:51:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:51:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:52:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:52:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:52:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:52:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:52:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:52:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:52:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:52:57.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:53:47.526Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:53:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:53:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:53:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:53:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:53:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:53:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:53:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:54:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:54:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:54:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:54:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:54:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:54:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:54:57.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:54:57.085Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:55:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:55:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:55:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:55:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:55:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:55:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:55:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:55:57.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:56:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:56:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:56:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:56:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:56:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:56:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:56:57.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:56:57.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:57:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:57:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:57:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:57:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:57:47.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:57:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:57:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:57:57.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:58:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:58:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:58:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:58:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:58:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:58:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:58:57.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:58:57.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:59:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:59:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:59:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:59:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T04:59:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T04:59:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T04:59:57.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T04:59:57.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:00:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:00:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:00:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:00:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:00:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:00:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:00:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:00:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:01:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:01:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:01:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:01:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:01:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:01:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:01:57.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:01:57.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:02:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:02:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:02:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:02:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:02:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:02:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:02:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:02:57.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:03:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:03:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:03:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:03:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:03:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:03:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:03:57.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:03:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:04:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:04:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:04:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:04:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:04:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:04:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:04:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:04:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:05:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:05:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:05:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:05:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:05:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:05:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:05:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:05:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:06:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:06:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:06:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:06:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:06:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:06:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:06:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:06:57.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:07:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:07:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:07:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:07:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:07:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:07:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:07:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:07:57.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:08:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:08:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:08:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:08:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:08:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:08:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:08:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:08:57.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:09:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:09:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:09:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:09:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:09:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:09:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:09:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:09:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:10:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:10:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:10:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:10:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:10:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:10:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:10:57.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:10:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:11:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:11:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:11:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:11:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:11:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:11:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:11:57.069Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:11:57.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:12:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:12:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:12:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:12:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:12:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:12:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:12:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:12:57.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:13:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:13:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:13:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:13:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:13:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:13:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:13:57.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:13:57.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:14:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:14:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:14:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:14:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:14:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:14:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:14:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:14:57.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:15:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:15:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:15:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:15:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:15:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:15:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:15:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:15:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:16:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:16:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:16:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:16:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:16:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:16:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:16:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:16:57.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:17:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:17:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:17:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:17:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:17:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:17:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:17:57.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:17:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:18:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:18:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:18:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:18:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:18:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:18:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:18:57.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:18:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:19:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:19:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:19:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:19:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:19:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:19:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:19:57.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:19:57.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:20:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:20:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:20:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:20:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:20:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:20:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:20:57.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:20:57.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:21:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:21:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:21:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:21:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:21:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:21:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:21:57.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:21:57.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:22:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:22:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:22:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:22:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:22:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:22:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:22:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:22:57.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:23:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:23:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:23:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:23:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:23:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:23:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:23:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:23:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:24:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:24:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:24:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:24:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:24:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:24:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:24:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:24:57.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:25:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:25:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:25:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:25:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:25:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:25:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:25:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:25:57.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:26:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:26:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:26:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:26:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:26:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:26:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:26:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:26:57.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:27:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:27:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:27:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:27:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:27:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:27:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:27:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:27:57.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:28:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:28:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:28:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:28:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:28:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:28:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:28:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:28:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:29:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:29:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:29:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:29:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:29:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:29:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:29:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:29:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:30:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:30:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:30:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:30:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:30:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:30:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:30:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:30:57.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:31:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:31:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:31:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:31:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:31:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:31:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:31:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:31:57.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:32:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:32:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:32:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:32:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:32:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:32:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:32:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:32:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:33:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:33:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:33:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:33:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:33:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:33:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:33:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:33:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:34:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:34:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:34:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:34:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:34:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:34:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:34:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:34:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:35:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:35:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:35:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:35:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:35:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:35:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:35:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:35:57.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:36:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:36:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:36:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:36:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:36:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:36:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:36:57.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:36:57.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:37:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:37:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:37:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:37:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:37:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:37:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:37:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:37:57.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:38:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:38:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:38:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:38:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:38:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:38:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:38:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:38:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:39:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:39:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:39:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:39:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:39:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:39:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:39:57.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:39:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:40:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:40:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:40:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:40:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:40:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:40:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:40:57.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:40:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:41:47.525Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:41:47.526Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:41:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:41:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:41:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:41:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:41:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:41:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:42:47.525Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:42:47.526Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:42:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:42:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:42:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:42:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:42:57.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:42:57.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:43:47.525Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:43:47.526Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:43:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:43:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:43:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:43:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:43:57.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:43:57.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:44:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:44:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:44:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:44:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:44:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:44:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:44:57.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:44:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:45:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:45:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:45:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:45:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:45:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:45:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:45:57.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:45:57.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:46:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:46:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:46:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:46:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:46:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:46:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:46:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:46:57.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:47:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:47:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:47:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:47:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:47:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:47:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:47:57.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:47:57.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:48:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:48:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:48:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:48:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:48:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:48:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:48:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:48:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:49:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:49:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:49:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:49:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:49:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:49:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:49:57.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:49:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:50:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:50:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:50:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:50:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:50:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:50:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:50:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:50:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:51:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:51:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:51:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:51:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:51:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:51:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:51:57.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:51:57.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:52:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:52:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:52:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:52:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:52:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:52:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:52:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:52:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:53:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:53:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:53:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:53:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:53:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:53:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:53:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:53:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:54:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:54:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:54:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:54:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:54:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:54:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:54:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:54:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:55:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:55:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:55:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:55:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:55:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:55:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:55:57.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:55:57.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:56:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:56:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:56:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:56:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:56:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:56:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:56:57.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:56:57.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:57:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:57:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:57:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:57:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:57:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:57:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:57:57.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:57:57.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:58:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:58:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:58:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:58:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:58:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:58:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:58:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:58:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:59:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:59:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:59:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:59:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T05:59:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T05:59:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T05:59:57.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T05:59:57.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:00:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:00:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:00:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:00:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:00:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:00:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:00:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:00:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:01:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:01:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:01:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:01:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:01:47.529Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:01:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:01:57.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:01:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:02:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:02:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:02:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:02:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:02:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:02:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:02:57.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:02:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:03:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:03:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:03:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:03:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:03:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:03:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:03:57.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:03:57.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:04:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:04:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:04:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:04:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:04:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:04:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:04:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:04:57.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:05:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:05:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:05:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:05:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:05:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:05:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:05:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:05:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:06:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:06:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:06:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:06:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:06:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:06:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:06:57.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:06:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:07:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:07:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:07:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:07:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:07:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:07:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:07:57.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:07:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:08:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:08:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:08:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:08:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:08:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:08:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:08:57.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:08:57.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:09:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:09:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:09:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:09:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:09:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:09:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:09:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:09:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:10:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:10:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:10:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:10:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:10:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:10:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:10:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:10:57.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:11:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:11:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:11:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:11:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:11:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:11:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:11:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:11:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:12:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:12:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:12:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:12:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:12:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:12:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:12:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:12:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:13:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:13:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:13:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:13:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:13:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:13:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:13:57.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:13:57.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:14:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:14:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:14:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:14:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:14:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:14:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:14:57.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:14:57.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:15:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:15:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:15:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:15:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:15:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:15:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:15:57.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:15:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:16:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:16:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:16:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:16:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:16:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:16:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:16:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:16:57.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:17:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:17:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:17:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:17:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:17:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:17:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:17:57.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:17:57.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:18:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:18:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:18:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:18:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:18:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:18:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:18:57.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:18:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:19:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:19:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:19:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:19:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:19:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:19:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:19:57.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:19:57.091Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:20:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:20:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:20:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:20:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:20:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:20:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:20:57.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:20:57.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:21:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:21:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:21:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:21:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:21:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:21:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:21:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:21:57.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:22:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:22:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:22:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:22:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:22:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:22:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:22:57.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:22:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:23:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:23:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:23:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:23:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:23:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:23:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:23:57.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:23:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:24:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:24:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:24:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:24:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:24:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:24:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:24:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:24:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:25:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:25:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:25:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:25:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:25:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:25:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:25:57.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:25:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:26:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:26:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:26:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:26:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:26:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:26:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:26:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:26:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:27:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:27:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:27:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:27:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:27:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:27:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:27:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:27:57.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:28:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:28:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:28:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:28:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:28:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:28:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:28:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:28:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:29:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:29:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:29:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:29:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:29:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:29:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:29:57.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:29:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:30:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:30:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:30:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:30:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:30:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:30:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:30:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:30:57.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:31:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:31:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:31:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:31:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:31:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:31:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:31:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:31:57.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:32:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:32:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:32:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:32:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:32:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:32:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:32:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:32:57.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:33:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:33:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:33:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:33:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:33:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:33:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:33:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:33:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:34:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:34:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:34:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:34:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:34:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:34:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:34:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:34:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:35:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:35:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:35:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:35:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:35:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:35:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:35:57.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:35:57.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:36:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:36:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:36:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:36:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:36:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:36:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:36:57.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:36:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:37:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:37:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:37:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:37:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:37:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:37:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:37:57.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:37:57.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:38:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:38:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:38:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:38:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:38:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:38:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:38:57.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:38:57.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:39:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:39:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:39:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:39:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:39:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:39:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:39:57.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:39:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:40:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:40:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:40:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:40:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:40:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:40:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:40:57.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:40:57.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:41:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:41:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:41:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:41:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:41:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:41:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:41:57.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:41:57.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:42:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:42:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:42:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:42:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:42:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:42:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:42:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:42:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:43:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:43:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:43:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:43:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:43:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:43:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:43:57.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:43:57.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:44:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:44:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:44:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:44:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:44:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:44:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:44:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:44:57.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:45:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:45:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:45:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:45:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:45:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:45:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:45:47.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:45:47.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:45:47.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880336743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:45:47.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:45:47.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:45:47.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880336743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "NOTIFIED" } 2022-06-22T06:45:47.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:45:47.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:45:47.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880336743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-22T06:45:47.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:45:47.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:45:47.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880336743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:45:47.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:45:47.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:45:47.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880336743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-22T06:45:47.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:45:47.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:45:47.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "cds", "timestamp": 1655880345470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:45:47.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:45:47.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:45:47.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880336743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:45:47.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:45:47.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:45:47.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "cds", "timestamp": 1655880345470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T06:45:47.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:45:48.157Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:45:48.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T06:45:48.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f203389f-4a6c-4fef-89ea-c291d53e3408","serviceName":"vFW 2022-06-22 06-42-25","serviceVersion":"1.0","serviceUUID":"81aa45f1-c15a-4faf-8432-9316024e4fdb","serviceDescription":"catalog service description","serviceInvariantUUID":"07c5db4e-3f88-4228-894f-4c353ceb97dc","resources":[{"resourceInstanceName":"vFW 382dc166-db29 0","resourceName":"vFW 382dc166-db29","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"acdfb926-e847-48fe-93f3-255de50e586e","resourceInvariantUUID":"84897bf7-f582-4493-8f54-d756ac41ff65","resourceCustomizationUUID":"9279b42f-040c-4265-85b0-afc244671851","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml","artifactChecksum":"ZDhhYWU1NjU0OTEwYjM0MThhMzJiOGNjZjNiYTA0Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e59c120f-572f-419a-89a5-ff6a0645cce5","artifactVersion":"1"},{"artifactName":"vfw382dc166db290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json","artifactChecksum":"OGQ4YzMwZGUwYWYzYjQyZDczZTExNjhmNDU0NDYzNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2a3e06f-2a18-4252-8e0f-40914f024fd2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"024f932b-23ba-49e6-8820-2e8015ce8e16","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml","artifactChecksum":"NWNjMjRlYzU2YTI2Yjc3MWI5Y2IyODY5MDBhNjNlZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a25949c0-63d2-45fa-9b9e-1bb176eed8d7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1e923c18-d150-4639-8d1e-f8e763afc933","artifactVersion":"2","generatedFromUUID":"024f932b-23ba-49e6-8820-2e8015ce8e16"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220622064225-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml","artifactChecksum":"ODg4ZTFkMzUzNWJmMzg5MTllMDRkMjBjYzE0MDQzNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf5b0c79-9262-4851-b533-ea7fd1224166","artifactVersion":"1"},{"artifactName":"service-Vfw20220622064225-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar","artifactChecksum":"OTRkZmQ4ZGVkZTEzZmJjZDI4NzkzMGRlNDhkNDc2MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0ff9689-42f7-4d2f-a150-fdc5abd2f43b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-22T06:45:48.165Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:45:48.169Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:45:48.179Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:45:48.179Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:45:48.279Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-22T06:45:48.283Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:45:48.283Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:45:48.299Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:45:48.300Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:45:49.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:45:49.186Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:45:49.188Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:45:49.188Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "NOTIFIED" } 2022-06-22T06:45:49.288Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:45:49.289Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:45:49.289Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:45:49.307Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:45:49.308Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-22T06:45:50.189Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:45:50.190Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:45:50.192Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:45:50.193Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-22T06:45:50.293Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:45:50.293Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:45:50.293Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:45:50.307Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:45:50.307Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:45:51.193Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:45:51.195Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:45:51.198Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:45:51.198Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:45:51.298Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:45:51.299Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:45:51.299Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:45:51.318Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:45:51.318Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-22T06:45:52.198Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:45:52.199Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:45:52.202Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:45:52.202Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-22T06:45:52.302Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:45:52.303Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:45:52.303Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:45:52.317Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:45:52.317Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-22T06:45:53.202Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:45:53.204Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:45:53.206Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:45:53.206Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:45:53.306Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:45:53.307Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:45:53.307Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:45:53.322Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:45:53.322Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:45:54.207Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:45:54.208Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:45:54.210Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:45:54.210Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:45:54.311Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T06:45:54.312Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:45:54.312Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:45:54.326Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:45:54.326Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-22T06:45:55.213Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "serviceName": "vFW 2022-06-22 06-42-25", "serviceVersion": "1.0", "serviceUUID": "81aa45f1-c15a-4faf-8432-9316024e4fdb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "07c5db4e-3f88-4228-894f-4c353ceb97dc", "resources": [ { "resourceInstanceName": "vFW 382dc166-db29 0", "resourceCustomizationUUID": "9279b42f-040c-4265-85b0-afc244671851", "resourceName": "vFW 382dc166-db29", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "acdfb926-e847-48fe-93f3-255de50e586e", "resourceInvariantUUID": "84897bf7-f582-4493-8f54-d756ac41ff65", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw382dc166db290_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "artifactChecksum": "OGQ4YzMwZGUwYWYzYjQyZDczZTExNjhmNDU0NDYzNDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f2a3e06f-2a18-4252-8e0f-40914f024fd2", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "024f932b-23ba-49e6-8820-2e8015ce8e16", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1e923c18-d150-4639-8d1e-f8e763afc933", "generatedFromUUID": "024f932b-23ba-49e6-8820-2e8015ce8e16" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1e923c18-d150-4639-8d1e-f8e763afc933", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220622064225-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "artifactChecksum": "OTRkZmQ4ZGVkZTEzZmJjZDI4NzkzMGRlNDhkNDc2MGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0ff9689-42f7-4d2f-a150-fdc5abd2f43b" } ], "workloadContext": "Production" } 2022-06-22T06:45:55.214Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-22T06:45:55.215Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81aa45f1-c15a-4faf-8432-9316024e4fdb ASDC 2022-06-22T06:45:55.333Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f203389f-4a6c-4fef-89ea-c291d53e3408 ServiceName:vFW 2022-06-22 06-42-25 ServiceVersion:1.0 ServiceUUID:81aa45f1-c15a-4faf-8432-9316024e4fdb ServiceInvariantUUID:07c5db4e-3f88-4228-894f-4c353ceb97dc ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220622064225-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar ArtifactUUID:f0ff9689-42f7-4d2f-a150-fdc5abd2f43b ArtifactChecksum:OTRkZmQ4ZGVkZTEzZmJjZDI4NzkzMGRlNDhkNDc2MGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 382dc166-db29 0 ResourceCustomizationUUID:9279b42f-040c-4265-85b0-afc244671851 ResourceInvariantUUID:84897bf7-f582-4493-8f54-d756ac41ff65 ResourceName:vFW 382dc166-db29 ResourceType:VF ResourceUUID:acdfb926-e847-48fe-93f3-255de50e586e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw382dc166db290_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json ArtifactUUID:f2a3e06f-2a18-4252-8e0f-40914f024fd2 ArtifactChecksum:OGQ4YzMwZGUwYWYzYjQyZDczZTExNjhmNDU0NDYzNDQ= 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/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml ArtifactUUID:024f932b-23ba-49e6-8820-2e8015ce8e16 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/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env ArtifactUUID:1e923c18-d150-4639-8d1e-f8e763afc933 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/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env ArtifactUUID:1e923c18-d150-4639-8d1e-f8e763afc933 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-22T06:45:55.333Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81aa45f1-c15a-4faf-8432-9316024e4fdb ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:45:55.535Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T06:45:55.536Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-22T06:45:55.536Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-22T06:45:55.536Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f0ff9689-42f7-4d2f-a150-fdc5abd2f43b from URL: /sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar 2022-06-22T06:45:55.537Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-22T06:45:55.537Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar 2022-06-22T06:45:55.969Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-22T06:45:55.992Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar f0ff9689-42f7-4d2f-a150-fdc5abd2f43b 99039 2022-06-22T06:45:55.993Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar ASDC sendASDCNotification 2022-06-22T06:45:55.993Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar 2022-06-22T06:45:55.994Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T06:45:55.995Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:45:55.996Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:45:55.996Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880355992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:45:56.097Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T06:45:56.097Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:45:56.098Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:45:56.112Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:45:56.113Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:45:56.997Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T06:45:56.998Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-22T06:45:56.999Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f0ff9689-42f7-4d2f-a150-fdc5abd2f43b, URL: /sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar to file: /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:45:56.999Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220622064225-csar.csar 2022-06-22T06:45:57.056Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:45:57.056Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:45:57.890Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13529760747077556160/Definitions/service-Vfw20220622064225-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-06-22T06:46:00.453Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.459Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 382dc166-db29 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-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.459Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.459Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar 2022-06-22T06:46:00.459Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-22T06:46:00.464Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.465Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:00.468Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria 2022-06-22T06:46:00.468Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-22T06:46:00.470Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T06:46:00.471Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.471Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:00.471Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria 2022-06-22T06:46:00.472Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-22T06:46:00.472Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T06:46:00.472Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.472Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:00.475Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.475Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria 2022-06-22T06:46:00.475Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-22T06:46:00.476Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-22T06:46:00.476Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-22T06:46:00.476Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.476Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:00.476Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.477Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-22T06:46:00.477Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-22T06:46:00.477Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-22T06:46:00.477Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.477Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:00.478Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-22T06:46:00.478Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:00.478Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-22T06:46:00.478Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.478Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-22T06:46:00.479Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.479Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T06:46:00.480Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.480Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria 2022-06-22T06:46:00.480Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:46:00.481Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.481Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria 2022-06-22T06:46:00.481Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:46:00.481Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.482Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria 2022-06-22T06:46:00.482Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:46:00.482Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.482Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria 2022-06-22T06:46:00.483Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-22T06:46:00.483Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-22T06:46:00.483Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-22T06:46:00.483Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-22T06:46:00.483Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-22T06:46:00.484Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.484Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:00.484Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-22T06:46:00.484Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:00.484Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5eb0dc49-e373-4fe5-aeaa-6a62bf5c6481 2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria 2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-22T06:46:00.486Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-22T06:46:00.486Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.486Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:00.486Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.486Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-22T06:46:00.487Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-22T06:46:00.487Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-22T06:46:00.487Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:00.487Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-22T06:46:00.488Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.488Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49e81a90-0f13-4a8c-a69b-ee8ffbd8d490 2022-06-22T06:46:00.488Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.488Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria 2022-06-22T06:46:00.488Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-22T06:46:00.490Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-22T06:46:00.490Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-22T06:46:00.490Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-22T06:46:00.490Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:00.490Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-22T06:46:00.491Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e425302-47c6-423e-a811-1677187fce67 2022-06-22T06:46:00.491Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.491Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:00.491Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.491Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:00.492Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.492Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:00.492Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:00.492Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:00.493Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-22 06-42-25 Description:catalog service description Model UUID:81aa45f1-c15a-4faf-8432-9316024e4fdb Model Version:NULL Model InvariantUuid:07c5db4e-3f88-4228-894f-4c353ceb97dc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 382dc166-db29 Model UUID:f442cd95-f8ce-4cba-8085-ca71712154a2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:84897bf7-f582-4493-8f54-d756ac41ff65 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9279b42f-040c-4265-85b0-afc244671851 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f4608b76-7e1b-4f07-a91e-1b102044e54c ModelName:Vfw382dc166Db29..base_vfw..module-0 ModelUuid:253f8fbf-c927-4a2d-98b0-183e50cac705 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5eb0dc49-e373-4fe5-aeaa-6a62bf5c6481 ModelInvariantUuid:886ee6ea-7c8c-4903-89a5-aa21b5bca22f ModelName:vFW 382dc166-db29-nodes.vfwCvfc ModelUuid:81605bd9-4fd9-42ca-80d4-b08b6dce27a9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7b356a94-5ac2-4b14-815b-89da3c4bc428 ModelInvariantUuid:d5cdf693-6a31-4b71-9c38-7818caf17003 ModelName:Vfw382dc166Db29.compute.nodes.heat.vfw ModelUuid:5aa14edf-8c54-408c-b0c2-09e3a3a910c8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:49e81a90-0f13-4a8c-a69b-ee8ffbd8d490 ModelInvariantUuid:562ca9e5-b81c-45bd-8f90-161c08c72e12 ModelName:vFW 382dc166-db29-nodes.vsnCvfc ModelUuid:add7a4ba-099e-41af-a85b-14c618905313 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:660bd03a-b397-44b5-9011-a6b7d4b5f5c0 ModelInvariantUuid:012d5550-910a-4782-88b3-1c721d3850dc ModelName:Vfw382dc166Db29.compute.nodes.heat.vsn ModelUuid:fea668be-e284-4d59-a3cd-d6f3608782ae ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6e425302-47c6-423e-a811-1677187fce67 ModelInvariantUuid:43730cdc-4e38-40ff-a023-69f5a3b9f539 ModelName:vFW 382dc166-db29-nodes.vpgCvfc ModelUuid:d4ee21a5-1ca4-4978-8e8e-d54bc71a73c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:53688a57-6da1-40e9-86c6-d35fc4c48895 ModelInvariantUuid:f41ce71c-0c38-45d4-aadc-d5f55aa0f994 ModelName:Vfw382dc166Db29.compute.nodes.heat.vpg ModelUuid:bfb98f16-0b6b-46cf-9cdc-5075cd4347bb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-22T06:46:00.520Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: acdfb926-e847-48fe-93f3-255de50e586e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T06:46:00.587Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||vFW 382dc166-db29 0 2022-06-22T06:46:00.592Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: acdfb926-e847-48fe-93f3-255de50e586e 2022-06-22T06:46:00.592Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f2a3e06f-2a18-4252-8e0f-40914f024fd2 from URL: /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json 2022-06-22T06:46:00.592Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-22T06:46:00.593Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json 2022-06-22T06:46:00.761Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-22T06:46:00.762Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json f2a3e06f-2a18-4252-8e0f-40914f024fd2 785 2022-06-22T06:46:00.762Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json ASDC sendASDCNotification 2022-06-22T06:46:00.763Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json 2022-06-22T06:46:00.763Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T06:46:00.764Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:46:00.766Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:46:00.766Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880360762, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T06:46:00.867Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-22T06:46:00.867Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:46:00.868Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:46:00.881Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:46:00.882Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:46:01.768Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw382dc166Db29..base_vfw..module-0", "vfModuleModelInvariantUUID": "f4608b76-7e1b-4f07-a91e-1b102044e54c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "253f8fbf-c927-4a2d-98b0-183e50cac705", "vfModuleModelCustomizationUUID": "d8b81ab4-2ddf-4c2e-92da-574134558161", "isBase": true, "artifacts": [ "024f932b-23ba-49e6-8820-2e8015ce8e16", "1e923c18-d150-4639-8d1e-f8e763afc933" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T06:46:01.781Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw382dc166Db29..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:253f8fbf-c927-4a2d-98b0-183e50cac705 VfModuleModelInvariantUUID:f4608b76-7e1b-4f07-a91e-1b102044e54c VfModuleModelDescription:NULL Artifacts UUID List:{ 024f932b-23ba-49e6-8820-2e8015ce8e16 , 1e923c18-d150-4639-8d1e-f8e763afc933 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T06:46:01.783Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw382dc166Db29..base_vfw..module-0", "vfModuleModelInvariantUUID": "f4608b76-7e1b-4f07-a91e-1b102044e54c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "253f8fbf-c927-4a2d-98b0-183e50cac705", "vfModuleModelCustomizationUUID": "d8b81ab4-2ddf-4c2e-92da-574134558161", "isBase": true, "artifacts": [ "024f932b-23ba-49e6-8820-2e8015ce8e16", "1e923c18-d150-4639-8d1e-f8e763afc933" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T06:46:01.783Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw382dc166Db29..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:253f8fbf-c927-4a2d-98b0-183e50cac705 VfModuleModelInvariantUUID:f4608b76-7e1b-4f07-a91e-1b102044e54c VfModuleModelDescription:NULL Artifacts UUID List:{ 024f932b-23ba-49e6-8820-2e8015ce8e16 , 1e923c18-d150-4639-8d1e-f8e763afc933 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T06:46:01.783Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 024f932b-23ba-49e6-8820-2e8015ce8e16 from URL: /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml 2022-06-22T06:46:01.783Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-22T06:46:01.783Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml 2022-06-22T06:46:01.833Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-22T06:46:01.834Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml 024f932b-23ba-49e6-8820-2e8015ce8e16 20368 2022-06-22T06:46:01.834Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-22T06:46:01.835Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml 2022-06-22T06:46:01.835Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T06:46:01.835Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:46:01.837Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:46:01.837Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880361834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T06:46:01.937Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:46:01.938Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:46:01.939Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:46:01.956Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:46:01.956Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:46:02.838Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1e923c18-d150-4639-8d1e-f8e763afc933 from URL: /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env 2022-06-22T06:46:02.839Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-22T06:46:02.839Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env 2022-06-22T06:46:02.883Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-22T06:46:02.884Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env 1e923c18-d150-4639-8d1e-f8e763afc933 2098 2022-06-22T06:46:02.884Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-22T06:46:02.884Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env 2022-06-22T06:46:02.884Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T06:46:02.885Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:46:02.888Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:46:02.888Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880362884, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-22T06:46:02.988Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:46:02.989Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:46:02.989Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:46:03.004Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:46:03.005Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:46:03.888Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 81aa45f1-c15a-4faf-8432-9316024e4fdb 2022-06-22T06:46:03.889Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 382dc166-db29 0 acdfb926-e847-48fe-93f3-255de50e586e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T06:46:03.925Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b588c74, org.onap.sdc.toscaparser.api.parameters.Input@2518161, org.onap.sdc.toscaparser.api.parameters.Input@295f476b, org.onap.sdc.toscaparser.api.parameters.Input@5ae6db1a, org.onap.sdc.toscaparser.api.parameters.Input@582c71e] 2022-06-22T06:46:03.928Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.928Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:03.929Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-06-22T06:46:03.929Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9279b42f-040c-4265-85b0-afc244671851 2022-06-22T06:46:03.929Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9279b42f-040c-4265-85b0-afc244671851 matches Tosca VF Customization UUID: 9279b42f-040c-4265-85b0-afc244671851 2022-06-22T06:46:03.929Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9279b42f-040c-4265-85b0-afc244671851 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-22T06:46:03.934Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.935Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:03.936Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9279b42f-040c-4265-85b0-afc244671851: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-22T06:46:03.936Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49425aca 2022-06-22T06:46:03.936Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.936Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T06:46:03.936Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8b81ab4-2ddf-4c2e-92da-574134558161 2022-06-22T06:46:03.937Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8b81ab4-2ddf-4c2e-92da-574134558161 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-22T06:46:03.941Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.942Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria 2022-06-22T06:46:03.942Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:46:03.942Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.942Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria 2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria 2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5eb0dc49-e373-4fe5-aeaa-6a62bf5c6481 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-22T06:46:03.951Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.951Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria 2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria 2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49e81a90-0f13-4a8c-a69b-ee8ffbd8d490 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-22T06:46:03.955Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.955Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria 2022-06-22T06:46:03.955Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:46:03.957Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.957Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria 2022-06-22T06:46:03.957Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-22T06:46:03.959Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e425302-47c6-423e-a811-1677187fce67 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-22T06:46:03.960Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.960Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria 2022-06-22T06:46:03.960Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:46:03.961Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.961Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria 2022-06-22T06:46:03.961Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=9279b42f-040c-4265-85b0-afc244671851 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T06:46:03.962Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.962Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:03.962Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 81aa45f1-c15a-4faf-8432-9316024e4fdb: vFW 382dc166-db29 2022-06-22T06:46:03.962Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.962Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-06-22 06-42-25 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:46:04.239Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 382dc166-db29 acdfb926-e847-48fe-93f3-255de50e586e 1 ASDC deployResourceStructure 2022-06-22T06:46:04.239Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json ASDC sendASDCNotification 2022-06-22T06:46:04.239Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json 2022-06-22T06:46:04.239Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T06:46:04.240Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:46:04.241Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:46:04.242Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880364239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "DEPLOY_OK" } 2022-06-22T06:46:04.342Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:46:04.343Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:46:04.343Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:46:04.359Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:46:04.359Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:46:05.243Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-22T06:46:05.243Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml 2022-06-22T06:46:05.243Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T06:46:05.243Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:46:05.246Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:46:05.246Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880365242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-22T06:46:05.346Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:46:05.347Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:46:05.347Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:46:05.363Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:46:05.364Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:46:06.246Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-22T06:46:06.247Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env 2022-06-22T06:46:06.248Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T06:46:06.248Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:46:06.250Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:46:06.250Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880366246, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-22T06:46:06.350Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:46:06.351Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:46:06.351Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:46:06.366Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:46:06.366Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:46:07.251Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar ASDC sendASDCNotification 2022-06-22T06:46:07.251Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar 2022-06-22T06:46:07.251Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T06:46:07.251Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:46:07.253Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:46:07.253Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880367251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:46:07.353Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:46:07.354Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:46:07.354Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:46:07.369Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:46:07.369Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:46:08.254Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:46:08.287Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:46:08.289Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:46:08.289Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T06:46:08.289Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T06:46:38.290Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:46:38.303Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:46:38.306Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:46:38.306Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T06:46:38.306Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T06:46:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:46:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:46:47.529Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:46:47.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:46:47.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:46:47.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880336743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:46:47.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:47:08.307Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:47:08.321Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:47:08.324Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:47:08.324Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T06:47:08.324Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T06:47:38.325Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:47:38.335Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:47:38.338Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:47:38.339Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T06:47:38.339Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T06:47:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:47:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:47:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:47:47.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:47:47.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:47:47.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "cds", "timestamp": 1655880345470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:47:47.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:08.339Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:48:08.350Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:48:08.353Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:48:08.353Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T06:48:08.353Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T06:48:38.354Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:48:38.364Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:48:38.366Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:48:38.366Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T06:48:38.366Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T06:48:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:48:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:48:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:48:47.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:48:48.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "policy-id", "timestamp": 1655880347926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880349061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "cds", "timestamp": 1655880345470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "NOTIFIED" } 2022-06-22T06:48:48.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "policy-id", "timestamp": 1655880347926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "ves-openapi-manager", "timestamp": 1655880349424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "cds", "timestamp": 1655880345470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-22T06:48:48.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880350359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "aai-ml", "timestamp": 1655880349722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "policy-id", "timestamp": 1655880347926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-22T06:48:48.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "ves-openapi-manager", "timestamp": 1655880349424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "cds", "timestamp": 1655880345470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "aai-ml", "timestamp": 1655880349722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "policy-id", "timestamp": 1655880347926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880351756, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.087Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "ves-openapi-manager", "timestamp": 1655880349424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "cds", "timestamp": 1655880345470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-22T06:48:48.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "aai-ml", "timestamp": 1655880349722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "policy-id", "timestamp": 1655880347926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880352887, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:48:48.099Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408 2022-06-22T06:48:48.100Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:48:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "ves-openapi-manager", "timestamp": 1655880349424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "clamp", "timestamp": 1655880352545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "aai-ml", "timestamp": 1655880349722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "cds", "timestamp": 1655880353591, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "policy-id", "timestamp": 1655880347926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "multicloud-k8s-id", "timestamp": 1655880353890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "ves-openapi-manager", "timestamp": 1655880349424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "clamp", "timestamp": 1655880352545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "NOTIFIED" } 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880347525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "aai-ml", "timestamp": 1655880349722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "cds", "timestamp": 1655880354603, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:48:48.116Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408 2022-06-22T06:48:48.116Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:48:48.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "policy-id", "timestamp": 1655880347926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "ves-openapi-manager", "timestamp": 1655880349424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "clamp", "timestamp": 1655880352545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "aai-ml", "timestamp": 1655880349722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880355992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "ves-openapi-manager", "timestamp": 1655880349424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "policy-id", "timestamp": 1655880356143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "clamp", "timestamp": 1655880352545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "aai-ml", "timestamp": 1655880349722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "policy-id", "timestamp": 1655880357150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "clamp", "timestamp": 1655880352545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880356732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "aai-ml", "timestamp": 1655880357695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "policy-id", "timestamp": 1655880358153, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:48:48.137Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408 2022-06-22T06:48:48.137Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-22T06:48:48.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "clamp", "timestamp": 1655880352545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880356732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "clamp", "timestamp": 1655880352545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880356732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880356732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880360762, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880356732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880361834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880356732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880362884, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880356732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880364239, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880364560, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880365242, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880366246, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880367251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880369689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880370695, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:48:48.154Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408 2022-06-22T06:48:48.154Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:48:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "clamp", "timestamp": 1655880371040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "aai-ml", "timestamp": 1655880372426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "clamp", "timestamp": 1655880373046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "aai-ml", "timestamp": 1655880373431, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:48:48.167Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408 2022-06-22T06:48:48.167Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:48:48.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "clamp", "timestamp": 1655880374049, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:48:48.182Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408 2022-06-22T06:48:48.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:48:48.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880376743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "aai-ml", "timestamp": 1655880379722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "cds", "timestamp": 1655880375470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880376743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "NOTIFIED" } 2022-06-22T06:48:48.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "aai-ml", "timestamp": 1655880379722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "cds", "timestamp": 1655880375470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "clamp", "timestamp": 1655880382545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880376743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-22T06:48:48.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "aai-ml", "timestamp": 1655880379722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "cds", "timestamp": 1655880375470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "clamp", "timestamp": 1655880382545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "NOTIFIED" } 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880376743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "aai-ml", "timestamp": 1655880379722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "cds", "timestamp": 1655880375470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "clamp", "timestamp": 1655880382545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880376743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-22T06:48:48.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "aai-ml", "timestamp": 1655880379722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "cds", "timestamp": 1655880375470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "clamp", "timestamp": 1655880382545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880376743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "aai-ml", "timestamp": 1655880379722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "cds", "timestamp": 1655880375470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "clamp", "timestamp": 1655880382545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880386732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880376743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "aai-ml", "timestamp": 1655880379722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "cds", "timestamp": 1655880375470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "clamp", "timestamp": 1655880382545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880386732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "policy-id", "timestamp": 1655880387926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "clamp", "timestamp": 1655880382545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880389334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "cds", "timestamp": 1655880389336, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880386732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "aai-ml", "timestamp": 1655880389432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "policy-id", "timestamp": 1655880387926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "ves-openapi-manager", "timestamp": 1655880389424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "cds", "timestamp": 1655880390340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:48:48.212Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e 2022-06-22T06:48:48.212Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:48:48.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880386732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "policy-id", "timestamp": 1655880387926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880390625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "ves-openapi-manager", "timestamp": 1655880389424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880386732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "policy-id", "timestamp": 1655880387926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880391830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "ves-openapi-manager", "timestamp": 1655880389424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880386732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "policy-id", "timestamp": 1655880387926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880392850, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:48:48.228Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e 2022-06-22T06:48:48.228Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "ves-openapi-manager", "timestamp": 1655880389424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880386732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "policy-id", "timestamp": 1655880387926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "multicloud-k8s-id", "timestamp": 1655880393852, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "ves-openapi-manager", "timestamp": 1655880389424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "policy-id", "timestamp": 1655880387926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880394730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "ves-openapi-manager", "timestamp": 1655880389424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "policy-id", "timestamp": 1655880395828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "ves-openapi-manager", "timestamp": 1655880389424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "aai-ml", "timestamp": 1655880396576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "policy-id", "timestamp": 1655880396831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880397253, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "aai-ml", "timestamp": 1655880397579, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:48:48.243Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e 2022-06-22T06:48:48.243Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:48:48.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "policy-id", "timestamp": 1655880397833, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:48:48.258Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e 2022-06-22T06:48:48.258Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-22T06:48:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655880398255, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:48:48.271Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e 2022-06-22T06:48:48.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:48:48.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "clamp", "timestamp": 1655880399034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:48:48.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "clamp", "timestamp": 1655880401043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:48:48.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:48:48.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:48:48.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "clamp", "timestamp": 1655880402046, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:48:48.286Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e 2022-06-22T06:48:48.286Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:49:08.366Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:49:08.379Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:49:08.383Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:49:08.383Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:49:08.388Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-22T06:49:38.388Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-22T06:49:38.397Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f203389f-4a6c-4fef-89ea-c291d53e3408 and serviceModelVersionId: 81aa45f1-c15a-4faf-8432-9316024e4fdb 2022-06-22T06:49:38.398Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07c5db4e-3f88-4228-894f-4c353ceb97dc 2022-06-22T06:49:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:49:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:49:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:49:49.831Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0 2022-06-22T06:49:49.965Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-06-22T06:49:50.335Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|INFO|500||Invoke 2022-06-22T06:49:50.342Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f203389f-4a6c-4fef-89ea-c291d53e3408], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[111a4b5c-2540-4e6b-94cc-07d7b45e58e8], X-ECOMP-RequestID=[f203389f-4a6c-4fef-89ea-c291d53e3408], X-TransactionId=[], X-ONAP-RequestID=[f203389f-4a6c-4fef-89ea-c291d53e3408], Content-Type=[application/merge-patch+json]} 2022-06-22T06:49:50.449Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-22T06:49:51.067Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220622-06:49:50:458-18293], vertex-id=[225392], Content-Length=[0], Date=[Wed, 22 Jun 2022 06:49:50 GMT], Content-Type=[application/json]} 2022-06-22T06:49:51.069Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-22T06:49:51.069Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|INFO|500||InvokeReturn 2022-06-22T06:49:51.073Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-22T06:49:51.073Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T06:49:51.077Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-22T06:49:51.082Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f203389f-4a6c-4fef-89ea-c291d53e3408 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-22T06:49:51.083Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-22T06:49:51.083Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:49:51.085Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:49:51.085Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880591082, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T06:49:51.185Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:49:51.187Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:49:51.187Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:49:51.202Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:49:51.203Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:49:51.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:49:51.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:49:51.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880591082, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T06:49:51.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T06:49:52.098Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:49:52.099Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:49:52.099Z|f203389f-4a6c-4fef-89ea-c291d53e3408|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 T09iSpGN32holuBU) ... 2022-06-22T06:49:56.498Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:49:56.500Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T06:49:56.500Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8bca3d1-f571-492c-b614-7b0decdf328e","serviceName":"basic_onboard_zddvvA","serviceVersion":"1.0","serviceUUID":"c2186612-d9ee-4a95-a3b1-a6ff53a6640a","serviceDescription":"service","serviceInvariantUUID":"de0a16b8-6359-4f66-a807-e217872dbe44","resources":[{"resourceInstanceName":"basic_onboard_zddvvA 0","resourceName":"basic_onboard_zddvvA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c87fe98a-179c-4956-8c60-6ac28e6e3c84","resourceInvariantUUID":"de87f1f9-baf0-4a62-9a93-843da0932301","resourceCustomizationUUID":"0fef1400-f70f-42c2-9f76-17d4d79270ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml","artifactChecksum":"NGU4ZTQ0ZDg0ZGIzNWJjN2FjN2NjMGE0ZTI0N2NlNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f36c67ba-b77a-45ea-ab7b-e0879f9512ed","artifactVersion":"1"},{"artifactName":"basic_onboard_zddvva0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json","artifactChecksum":"YzliMDRmZjNlNDEyNDkyOTRlYmZlZjcwZTU5OWY3MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0b8f306-5f0c-4556-9436-51928be5b5ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"76bad2a2-c54e-484d-a37e-7d7accf95b37","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55481b63-7dc1-4ac8-92c6-e11e1f92ab01","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c1fff6df-3b3a-48c7-8bf0-b8be871ace02","artifactVersion":"2","generatedFromUUID":"76bad2a2-c54e-484d-a37e-7d7accf95b37"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZddvva-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml","artifactChecksum":"MzQ4MGY1MGQ5YWZjNmZkNmZkNDllNGEwMDY4OTk5NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53ce7717-7adf-4e00-91f8-82c8ea8ea142","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZddvva-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar","artifactChecksum":"NjA4Njk2Y2EwNzg3ZmNhYmEyOWM2MDBkZGQzMTg1YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3471729-9451-426f-be16-09f2864376ab","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-22T06:49:56.504Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:49:56.504Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:49:56.506Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:49:56.506Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:49:56.607Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T06:49:56.607Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:49:56.608Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:49:56.626Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:49:56.626Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:49:57.507Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:49:57.508Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:49:57.509Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:49:57.510Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "NOTIFIED" } 2022-06-22T06:49:57.610Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:49:57.611Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:49:57.611Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:49:57.623Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:49:57.623Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:49:58.510Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:49:58.511Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:49:58.513Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:49:58.513Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-22T06:49:58.614Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T06:49:58.615Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:49:58.615Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:49:58.629Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:49:58.629Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:49:59.514Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:49:59.515Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:49:59.518Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:49:59.518Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:49:59.619Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T06:49:59.619Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:49:59.619Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:49:59.633Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:49:59.634Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:00.519Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:50:00.520Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:00.522Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:00.522Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-22T06:50:00.622Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:50:00.624Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:00.624Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:00.638Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:00.638Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:01.523Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:50:01.523Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:01.525Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:01.525Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:50:01.625Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:50:01.626Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:01.626Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:01.640Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:01.640Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:02.526Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:50:02.526Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:02.531Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:02.531Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:50:02.629Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-22T06:50:02.629Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:02.629Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:02.642Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:02.642Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:03.533Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "serviceName": "basic_onboard_zddvvA", "serviceVersion": "1.0", "serviceUUID": "c2186612-d9ee-4a95-a3b1-a6ff53a6640a", "serviceDescription": "service", "serviceInvariantUUID": "de0a16b8-6359-4f66-a807-e217872dbe44", "resources": [ { "resourceInstanceName": "basic_onboard_zddvvA 0", "resourceCustomizationUUID": "0fef1400-f70f-42c2-9f76-17d4d79270ad", "resourceName": "basic_onboard_zddvvA", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c87fe98a-179c-4956-8c60-6ac28e6e3c84", "resourceInvariantUUID": "de87f1f9-baf0-4a62-9a93-843da0932301", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_zddvva0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "artifactChecksum": "YzliMDRmZjNlNDEyNDkyOTRlYmZlZjcwZTU5OWY3MWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0b8f306-5f0c-4556-9436-51928be5b5ac", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "76bad2a2-c54e-484d-a37e-7d7accf95b37", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c1fff6df-3b3a-48c7-8bf0-b8be871ace02", "generatedFromUUID": "76bad2a2-c54e-484d-a37e-7d7accf95b37" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c1fff6df-3b3a-48c7-8bf0-b8be871ace02", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardZddvva-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "artifactChecksum": "NjA4Njk2Y2EwNzg3ZmNhYmEyOWM2MDBkZGQzMTg1YWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3471729-9451-426f-be16-09f2864376ab" } ], "workloadContext": "Production" } 2022-06-22T06:50:03.534Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-22T06:50:03.534Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2186612-d9ee-4a95-a3b1-a6ff53a6640a ASDC 2022-06-22T06:50:03.534Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8bca3d1-f571-492c-b614-7b0decdf328e ServiceName:basic_onboard_zddvvA ServiceVersion:1.0 ServiceUUID:c2186612-d9ee-4a95-a3b1-a6ff53a6640a ServiceInvariantUUID:de0a16b8-6359-4f66-a807-e217872dbe44 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardZddvva-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar ArtifactUUID:b3471729-9451-426f-be16-09f2864376ab ArtifactChecksum:NjA4Njk2Y2EwNzg3ZmNhYmEyOWM2MDBkZGQzMTg1YWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_zddvvA 0 ResourceCustomizationUUID:0fef1400-f70f-42c2-9f76-17d4d79270ad ResourceInvariantUUID:de87f1f9-baf0-4a62-9a93-843da0932301 ResourceName:basic_onboard_zddvvA ResourceType:VF ResourceUUID:c87fe98a-179c-4956-8c60-6ac28e6e3c84 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_zddvva0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json ArtifactUUID:c0b8f306-5f0c-4556-9436-51928be5b5ac ArtifactChecksum:YzliMDRmZjNlNDEyNDkyOTRlYmZlZjcwZTU5OWY3MWU= 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/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml ArtifactUUID:76bad2a2-c54e-484d-a37e-7d7accf95b37 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/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env ArtifactUUID:c1fff6df-3b3a-48c7-8bf0-b8be871ace02 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/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env ArtifactUUID:c1fff6df-3b3a-48c7-8bf0-b8be871ace02 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-22T06:50:03.535Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2186612-d9ee-4a95-a3b1-a6ff53a6640a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T06:50:03.570Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T06:50:03.571Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-22T06:50:03.571Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-22T06:50:03.571Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b3471729-9451-426f-be16-09f2864376ab from URL: /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:03.571Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-22T06:50:03.571Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:03.721Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-22T06:50:03.727Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar b3471729-9451-426f-be16-09f2864376ab 71591 2022-06-22T06:50:03.727Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar ASDC sendASDCNotification 2022-06-22T06:50:03.727Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:03.727Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T06:50:03.728Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:03.730Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:03.730Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880603727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:50:03.831Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T06:50:03.832Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:03.832Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:03.848Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:03.849Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:04.731Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T06:50:04.732Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-22T06:50:04.732Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b3471729-9451-426f-be16-09f2864376ab, URL: /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar to file: /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:04.733Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:04.733Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:04.734Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:05.187Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7644212033280292988/Definitions/service-BasicOnboardZddvva-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-22T06:50:06.574Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-22T06:50:06.574Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-22T06:50:06.574Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:06.574Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-22T06:50:06.574Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zddvvA 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-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria 2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is not matching search criteria 2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria 2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is not matching search criteria 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=afadb247-a844-42a0-80ec-174d019b6f84 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_zddvvA Description:service Model UUID:c2186612-d9ee-4a95-a3b1-a6ff53a6640a Model Version:NULL Model InvariantUuid:de0a16b8-6359-4f66-a807-e217872dbe44 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_zddvvA Model UUID:f99289df-a1ae-492c-a652-1b4e0d4a32b5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:de87f1f9-baf0-4a62-9a93-843da0932301 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0fef1400-f70f-42c2-9f76-17d4d79270ad NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e105c32e-ec0c-49b9-ab09-0f64e000d725 ModelName:BasicOnboardZddvva..base_ubuntu18..module-0 ModelUuid:6221f914-e579-40f1-b48f-867e9265c79d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:afadb247-a844-42a0-80ec-174d019b6f84 ModelInvariantUuid:5548d595-4f3f-435b-beae-4cc7ca4a92a6 ModelName:basic_onboard_zddvvA-nodes.ubuntu18Cvfc ModelUuid:67066b4c-d46f-4f84-a2b8-08b0bbb6ad1f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:055b14a1-4f92-407e-b2ce-96972b77b0ff ModelInvariantUuid:cb8acd86-1705-4e42-8989-0eff81b978ac ModelName:BasicOnboardZddvva.compute.nodes.heat.ubuntu18 ModelUuid:d83b634a-abcc-4bec-9806-6fc7b4cbea86 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-22T06:50:06.586Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c87fe98a-179c-4956-8c60-6ac28e6e3c84 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T06:50:06.588Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||basic_onboard_zddvvA 0 2022-06-22T06:50:06.588Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c87fe98a-179c-4956-8c60-6ac28e6e3c84 2022-06-22T06:50:06.588Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c0b8f306-5f0c-4556-9436-51928be5b5ac from URL: /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json 2022-06-22T06:50:06.588Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-22T06:50:06.588Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json 2022-06-22T06:50:06.629Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-22T06:50:06.629Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json c0b8f306-5f0c-4556-9436-51928be5b5ac 798 2022-06-22T06:50:06.630Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json ASDC sendASDCNotification 2022-06-22T06:50:06.630Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json 2022-06-22T06:50:06.630Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T06:50:06.631Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:06.633Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:06.634Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880606630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T06:50:06.734Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:50:06.734Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:06.735Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:06.749Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:06.749Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:07.634Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZddvva..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e105c32e-ec0c-49b9-ab09-0f64e000d725", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6221f914-e579-40f1-b48f-867e9265c79d", "vfModuleModelCustomizationUUID": "f78efba7-d79b-4f92-a1be-3ea4605d2a98", "isBase": true, "artifacts": [ "76bad2a2-c54e-484d-a37e-7d7accf95b37", "c1fff6df-3b3a-48c7-8bf0-b8be871ace02" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T06:50:07.640Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZddvva..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6221f914-e579-40f1-b48f-867e9265c79d VfModuleModelInvariantUUID:e105c32e-ec0c-49b9-ab09-0f64e000d725 VfModuleModelDescription:NULL Artifacts UUID List:{ 76bad2a2-c54e-484d-a37e-7d7accf95b37 , c1fff6df-3b3a-48c7-8bf0-b8be871ace02 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T06:50:07.642Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZddvva..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e105c32e-ec0c-49b9-ab09-0f64e000d725", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6221f914-e579-40f1-b48f-867e9265c79d", "vfModuleModelCustomizationUUID": "f78efba7-d79b-4f92-a1be-3ea4605d2a98", "isBase": true, "artifacts": [ "76bad2a2-c54e-484d-a37e-7d7accf95b37", "c1fff6df-3b3a-48c7-8bf0-b8be871ace02" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T06:50:07.642Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZddvva..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6221f914-e579-40f1-b48f-867e9265c79d VfModuleModelInvariantUUID:e105c32e-ec0c-49b9-ab09-0f64e000d725 VfModuleModelDescription:NULL Artifacts UUID List:{ 76bad2a2-c54e-484d-a37e-7d7accf95b37 , c1fff6df-3b3a-48c7-8bf0-b8be871ace02 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T06:50:07.643Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 76bad2a2-c54e-484d-a37e-7d7accf95b37 from URL: /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml 2022-06-22T06:50:07.643Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-22T06:50:07.643Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml 2022-06-22T06:50:07.689Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-22T06:50:07.689Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml 76bad2a2-c54e-484d-a37e-7d7accf95b37 5033 2022-06-22T06:50:07.690Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-22T06:50:07.690Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml 2022-06-22T06:50:07.690Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T06:50:07.690Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:07.692Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:07.692Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880607690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T06:50:07.792Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:50:07.793Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:07.793Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:07.807Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:07.808Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:08.692Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c1fff6df-3b3a-48c7-8bf0-b8be871ace02 from URL: /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env 2022-06-22T06:50:08.693Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-22T06:50:08.693Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env 2022-06-22T06:50:08.740Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-22T06:50:08.741Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env c1fff6df-3b3a-48c7-8bf0-b8be871ace02 909 2022-06-22T06:50:08.741Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-22T06:50:08.741Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env 2022-06-22T06:50:08.741Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T06:50:08.741Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:08.743Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:08.743Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880608741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-22T06:50:08.843Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:50:08.844Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:08.844Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:08.859Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:08.860Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:09.744Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c2186612-d9ee-4a95-a3b1-a6ff53a6640a 2022-06-22T06:50:09.744Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zddvvA 0 c87fe98a-179c-4956-8c60-6ac28e6e3c84 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T06:50:09.758Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1044fcc9, org.onap.sdc.toscaparser.api.parameters.Input@6399210e, org.onap.sdc.toscaparser.api.parameters.Input@320ca3f2, org.onap.sdc.toscaparser.api.parameters.Input@223e5251, org.onap.sdc.toscaparser.api.parameters.Input@15ab506b] 2022-06-22T06:50:09.759Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.760Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:09.760Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-06-22T06:50:09.760Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0fef1400-f70f-42c2-9f76-17d4d79270ad 2022-06-22T06:50:09.760Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fef1400-f70f-42c2-9f76-17d4d79270ad matches Tosca VF Customization UUID: 0fef1400-f70f-42c2-9f76-17d4d79270ad 2022-06-22T06:50:09.760Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0fef1400-f70f-42c2-9f76-17d4d79270ad matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-22T06:50:09.761Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.761Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0fef1400-f70f-42c2-9f76-17d4d79270ad: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77ee689b 2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f78efba7-d79b-4f92-a1be-3ea4605d2a98 2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f78efba7-d79b-4f92-a1be-3ea4605d2a98 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-22T06:50:09.764Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.764Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria 2022-06-22T06:50:09.764Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:50:09.764Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria 2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is not matching search criteria 2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=afadb247-a844-42a0-80ec-174d019b6f84 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-22T06:50:09.767Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.767Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria 2022-06-22T06:50:09.767Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T06:50:09.767Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.768Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria 2022-06-22T06:50:09.768Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=0fef1400-f70f-42c2-9f76-17d4d79270ad Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T06:50:09.769Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.769Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:09.769Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c2186612-d9ee-4a95-a3b1-a6ff53a6640a: basic_onboard_zddvvA 2022-06-22T06:50:09.769Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_zddvvA Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:50:09.861Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zddvvA c87fe98a-179c-4956-8c60-6ac28e6e3c84 1 ASDC deployResourceStructure 2022-06-22T06:50:09.862Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json ASDC sendASDCNotification 2022-06-22T06:50:09.862Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json 2022-06-22T06:50:09.863Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T06:50:09.863Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:09.866Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:09.866Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880609862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T06:50:09.966Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:50:09.967Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:09.967Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:09.981Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:09.981Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:10.866Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-22T06:50:10.867Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml 2022-06-22T06:50:10.867Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T06:50:10.867Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:10.869Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:10.869Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880610866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-22T06:50:10.970Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T06:50:10.970Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:10.971Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:10.985Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:10.986Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:11.870Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-22T06:50:11.871Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env 2022-06-22T06:50:11.871Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T06:50:11.871Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:11.874Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:11.874Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880611870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-22T06:50:11.974Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:50:11.975Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:11.975Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:11.991Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:11.991Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:12.875Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar ASDC sendASDCNotification 2022-06-22T06:50:12.876Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar 2022-06-22T06:50:12.876Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T06:50:12.876Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:12.878Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:12.878Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880612875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:50:12.979Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T06:50:12.980Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:12.980Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:12.994Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:12.994Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:50:13.880Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8bca3d1-f571-492c-b614-7b0decdf328e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:50:13.893Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8bca3d1-f571-492c-b614-7b0decdf328e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:50:13.897Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:50:13.897Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-22T06:50:13.897Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:50:13.904Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-22T06:50:43.905Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8bca3d1-f571-492c-b614-7b0decdf328e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-22T06:50:43.912Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8bca3d1-f571-492c-b614-7b0decdf328e and serviceModelVersionId: c2186612-d9ee-4a95-a3b1-a6ff53a6640a 2022-06-22T06:50:43.912Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de0a16b8-6359-4f66-a807-e217872dbe44 2022-06-22T06:50:43.913Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?depth=0 2022-06-22T06:50:43.919Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-06-22T06:50:43.980Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-22T06:50:43.980Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?depth=0|INFO|500||Invoke 2022-06-22T06:50:44.011Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-22T06:50:44.352Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?depth=0|INFO|500||InvokeReturn 2022-06-22T06:50:44.352Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220622-06:50:44:019-15254], vertex-id=[168064], Content-Length=[0], Date=[Wed, 22 Jun 2022 06:50:44 GMT], Content-Type=[application/json]} 2022-06-22T06:50:44.353Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-06-22T06:50:44.353Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-22T06:50:44.353Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T06:50:44.358Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-22T06:50:44.358Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8bca3d1-f571-492c-b614-7b0decdf328e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-22T06:50:44.358Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-22T06:50:44.359Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:50:44.360Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:50:44.360Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880644358, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T06:50:44.461Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T06:50:44.462Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:50:44.462Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:50:44.480Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:44.481Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T06:50:45.375Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:50:45.375Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:50:45.376Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T06:50:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:50:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:50:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:50:48.155Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:48.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:50:48.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:50:48.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "NOTIFIED" } 2022-06-22T06:50:48.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:50:48.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-22T06:50:48.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:50:48.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:50:48.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:50:48.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-22T06:50:48.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:50:48.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:50:48.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:50:48.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880592098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:50:48.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880603727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:50:48.160Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880606630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T06:50:48.160Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880607690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880608741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880609862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880610866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880611870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-22T06:50:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:50:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880612875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:50:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:50:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-22T06:50:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655880644358, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T06:50:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:50:54.924Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:50:54.924Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:50:54.925Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:50:54.925Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T06:51:04.466Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:51:04.466Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:51:04.467Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:51:04.467Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T06:51:14.017Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:51:14.018Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:51:14.018Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:51:14.018Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T06:51:23.568Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:51:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:51:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:51:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T06:51:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:51:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:51:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:51:57.068Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:51:57.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:52:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:52:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:52:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T06:52:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:52:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:52:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:52:57.075Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:52:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:53:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:53:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:53:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T06:53:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:53:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:53:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:53:57.074Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:53:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:54:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:54:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:54:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T06:54:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:54:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:54:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:54:57.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:54:57.080Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:55:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:55:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:55:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T06:55:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:55:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:55:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:55:57.069Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:55:57.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:56:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:56:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:56:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T06:56:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:56:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:56:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:56:57.070Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:56:57.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:57:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:57:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:57:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:57:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:57:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:57:48.156Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:48.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"436c9d1c-e732-4c38-a957-113827728ba5","serviceName":"Demo_pNF_pPl0yx8tbDOgC1y75X2H","serviceVersion":"1.0","serviceUUID":"729d5d68-d4a2-4a2e-804e-352f0205cb48","serviceDescription":"catalog service description","serviceInvariantUUID":"80e359d8-9d66-4876-9a82-c710bebf9781","resources":[{"resourceInstanceName":"pNF 0207ef7e-a5d0 0","resourceName":"pNF 0207ef7e-a5d0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"158e2e7d-13fb-4b08-b4b6-bdfc2eecb713","resourceInvariantUUID":"9b1c3b1f-92b7-461f-badf-e94342f6d8f2","resourceCustomizationUUID":"8e3d8374-fc56-486b-9ea3-9f6e7493bf31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml","artifactChecksum":"ZmM1YjRmYzdmNmE1NzE3NWRiYjJiMThhM2FlZDM2ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a432e80-cfca-4394-a3d6-0d924fd7eba5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar","artifactChecksum":"MTFkYjllMzI0ZWMyYmY4ZTA5NzI0NzI3YzIyZDRiZTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9329a169-d630-44a2-ab03-62bdf1f26bd9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56210f61-1e82-4001-865d-4cf13f23953a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml","artifactChecksum":"YzFkNWZlMmEzYzUzM2JiNWQzNjEzNWY5YzU5ZjRlMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1c66b867-d086-44a3-b399-a2b43f604913","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3019c75-dc8a-4f1d-8d15-02f65872db03","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21f204c2-0dac-45ef-8421-2fdf76e8e3b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml","artifactChecksum":"NTY0ODc1NDgzNGYzNjU0YmM3OGEwOTMzMTViZmI0MjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"771dc913-f370-4977-ae68-86d9699c523b","artifactVersion":"1"},{"artifactName":"service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar","artifactChecksum":"MzE0ODAxNGRiNGMxNDRlYjNiN2NmN2M5NmJmODdlZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab8b9773-b2eb-4c58-a645-ee3dabeaace2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-22T06:57:48.159Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:48.160Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:57:48.160Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:57:48.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "clamp", "timestamp": 1655881042545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "cds", "timestamp": 1655881050470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.162Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:57:48.162Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "ves-openapi-manager", "timestamp": 1655881049424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881046732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "policy-id", "timestamp": 1655881047927, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "clamp", "timestamp": 1655881042545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "cds", "timestamp": 1655881050470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "ves-openapi-manager", "timestamp": 1655881049424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881046732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "policy-id", "timestamp": 1655881047927, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "ves-openapi-manager", "timestamp": 1655881049424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "clamp", "timestamp": 1655881042545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881046732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "cds", "timestamp": 1655881050470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "policy-id", "timestamp": 1655881047927, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "clamp", "timestamp": 1655881042545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "ves-openapi-manager", "timestamp": 1655881049424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "cds", "timestamp": 1655881050470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881046732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "policy-id", "timestamp": 1655881047927, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "clamp", "timestamp": 1655881042545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "ves-openapi-manager", "timestamp": 1655881049424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "cds", "timestamp": 1655881050470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881046732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "policy-id", "timestamp": 1655881047927, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "clamp", "timestamp": 1655881042545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "ves-openapi-manager", "timestamp": 1655881049424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "cds", "timestamp": 1655881050470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881046732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "policy-id", "timestamp": 1655881047927, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "multicloud-k8s-id", "timestamp": 1655881056743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "clamp", "timestamp": 1655881042545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "cds", "timestamp": 1655881050470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "ves-openapi-manager", "timestamp": 1655881049424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881046732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "policy-id", "timestamp": 1655881047927, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "multicloud-k8s-id", "timestamp": 1655881056743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "clamp", "timestamp": 1655881042545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "ves-openapi-manager", "timestamp": 1655881049424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "cds", "timestamp": 1655881050470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881046732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "policy-id", "timestamp": 1655881047927, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "multicloud-k8s-id", "timestamp": 1655881056743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "cds", "timestamp": 1655881060133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:57:48.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881060225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "ves-openapi-manager", "timestamp": 1655881060238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "policy-id", "timestamp": 1655881060227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "multicloud-k8s-id", "timestamp": 1655881056743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "cds", "timestamp": 1655881061139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:57:48.191Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5 2022-06-22T06:57:48.191Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:57:48.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "policy-id", "timestamp": 1655881061230, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:57:48.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "multicloud-k8s-id", "timestamp": 1655881056743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "ves-openapi-manager", "timestamp": 1655881061450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-22T06:57:48.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881062012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:57:48.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:57:48.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "policy-id", "timestamp": 1655881062233, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:57:48.205Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5 2022-06-22T06:57:48.205Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:57:48.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "multicloud-k8s-id", "timestamp": 1655881056743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "ves-openapi-manager", "timestamp": 1655881062455, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:57:48.219Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5 2022-06-22T06:57:48.219Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:57:48.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881063015, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:57:48.230Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5 2022-06-22T06:57:48.230Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:57:48.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "multicloud-k8s-id", "timestamp": 1655881056743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:48.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "multicloud-k8s-id", "timestamp": 1655881056743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:57:48.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:57:48.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:57:48.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "clamp", "timestamp": 1655881067147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:57:48.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:57:48.262Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:57:48.263Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:57:48.263Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:57:48.277Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:48.278Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:57:49.163Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:57:49.164Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:57:49.166Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:57:49.166Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:49.266Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:57:49.267Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:57:49.267Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:57:49.279Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:49.279Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:57:50.167Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:57:50.168Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:57:50.170Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:57:50.170Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:50.270Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:57:50.271Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:57:50.271Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:57:50.283Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:50.284Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:57:51.171Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:57:51.172Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:57:51.174Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:57:51.174Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:51.274Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:57:51.275Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:57:51.275Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:57:51.288Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:51.288Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:57:52.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:57:52.176Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:57:52.178Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:57:52.178Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:52.278Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:57:52.278Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:57:52.278Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:57:52.293Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:52.293Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-22T06:57:53.178Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:57:53.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:57:53.182Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:57:53.182Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:53.282Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:57:53.283Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:57:53.283Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:57:53.299Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:53.300Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:57:54.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:57:54.184Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:57:54.186Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:57:54.186Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:57:54.286Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:57:54.287Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:57:54.287Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:57:54.302Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:54.303Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:57:55.187Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T06:57:55.188Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:57:55.189Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:57:55.190Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:57:55.290Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:57:55.291Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:57:55.291Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:57:55.305Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:55.305Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:57:56.191Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "serviceName": "Demo_pNF_pPl0yx8tbDOgC1y75X2H", "serviceVersion": "1.0", "serviceUUID": "729d5d68-d4a2-4a2e-804e-352f0205cb48", "serviceDescription": "catalog service description", "serviceInvariantUUID": "80e359d8-9d66-4876-9a82-c710bebf9781", "resources": [ { "resourceInstanceName": "pNF 0207ef7e-a5d0 0", "resourceCustomizationUUID": "8e3d8374-fc56-486b-9ea3-9f6e7493bf31", "resourceName": "pNF 0207ef7e-a5d0", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "158e2e7d-13fb-4b08-b4b6-bdfc2eecb713", "resourceInvariantUUID": "9b1c3b1f-92b7-461f-badf-e94342f6d8f2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "artifactChecksum": "MzE0ODAxNGRiNGMxNDRlYjNiN2NmN2M5NmJmODdlZjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ab8b9773-b2eb-4c58-a645-ee3dabeaace2" } ], "workloadContext": "Production" } 2022-06-22T06:57:56.191Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-22T06:57:56.192Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 729d5d68-d4a2-4a2e-804e-352f0205cb48 ASDC 2022-06-22T06:57:56.192Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:436c9d1c-e732-4c38-a957-113827728ba5 ServiceName:Demo_pNF_pPl0yx8tbDOgC1y75X2H ServiceVersion:1.0 ServiceUUID:729d5d68-d4a2-4a2e-804e-352f0205cb48 ServiceInvariantUUID:80e359d8-9d66-4876-9a82-c710bebf9781 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar ArtifactUUID:ab8b9773-b2eb-4c58-a645-ee3dabeaace2 ArtifactChecksum:MzE0ODAxNGRiNGMxNDRlYjNiN2NmN2M5NmJmODdlZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0207ef7e-a5d0 0 ResourceCustomizationUUID:8e3d8374-fc56-486b-9ea3-9f6e7493bf31 ResourceInvariantUUID:9b1c3b1f-92b7-461f-badf-e94342f6d8f2 ResourceName:pNF 0207ef7e-a5d0 ResourceType:PNF ResourceUUID:158e2e7d-13fb-4b08-b4b6-bdfc2eecb713 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-22T06:57:56.192Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 729d5d68-d4a2-4a2e-804e-352f0205cb48 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T06:57:56.217Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T06:57:56.218Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T06:57:56.218Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T06:57:56.218Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ab8b9773-b2eb-4c58-a645-ee3dabeaace2 from URL: /sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:56.218Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T06:57:56.218Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:56.564Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T06:57:56.570Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar ab8b9773-b2eb-4c58-a645-ee3dabeaace2 82647 2022-06-22T06:57:56.570Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar ASDC sendASDCNotification 2022-06-22T06:57:56.570Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:56.570Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T06:57:56.570Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:57:56.572Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:57:56.573Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881076570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:57:56.673Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:57:56.674Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:57:56.674Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:57:56.688Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:56.689Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-22T06:57:57.573Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T06:57:57.574Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T06:57:57.574Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ab8b9773-b2eb-4c58-a645-ee3dabeaace2, URL: /sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar to file: /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:57.575Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:57.575Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:57.575Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:57.700Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP401650431370176132/Definitions/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml 2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|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-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|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-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|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-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|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-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|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-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0207ef7e-a5d0 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-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|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-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Node template pNF 0207ef7e-a5d0 0 is matching search criteria 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0207ef7e-a5d0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Node template pNF 0207ef7e-a5d0 0 is matching search criteria 2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0207ef7e-a5d0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pPl0yx8tbDOgC1y75X2H Description:catalog service description Model UUID:729d5d68-d4a2-4a2e-804e-352f0205cb48 Model Version:NULL Model InvariantUuid:80e359d8-9d66-4876-9a82-c710bebf9781 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-22T06:57:58.289Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 158e2e7d-13fb-4b08-b4b6-bdfc2eecb713 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T06:57:58.292Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||pNF 0207ef7e-a5d0 0 2022-06-22T06:57:58.292Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 158e2e7d-13fb-4b08-b4b6-bdfc2eecb713 2022-06-22T06:57:58.292Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 729d5d68-d4a2-4a2e-804e-352f0205cb48 2022-06-22T06:57:58.292Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 729d5d68-d4a2-4a2e-804e-352f0205cb48 2022-06-22T06:57:58.292Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0207ef7e-a5d0 0 158e2e7d-13fb-4b08-b4b6-bdfc2eecb713 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cd8a020, org.onap.sdc.toscaparser.api.parameters.Input@25373c4c, org.onap.sdc.toscaparser.api.parameters.Input@2719e215, org.onap.sdc.toscaparser.api.parameters.Input@5c2e3d4c, org.onap.sdc.toscaparser.api.parameters.Input@557e4f49] 2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 729d5d68-d4a2-4a2e-804e-352f0205cb48: pNF 0207ef7e-a5d0 2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Processing PNF resource: 158e2e7d-13fb-4b08-b4b6-bdfc2eecb713 2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T06:57:58.298Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T06:57:58.298Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Resource customization UUID: 8e3d8374-fc56-486b-9ea3-9f6e7493bf31 is the same as notified resource customizationUUID: 8e3d8374-fc56-486b-9ea3-9f6e7493bf31 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-22T06:57:58.354Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0207ef7e-a5d0 158e2e7d-13fb-4b08-b4b6-bdfc2eecb713 0 ASDC deployResourceStructure 2022-06-22T06:57:58.355Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar ASDC sendASDCNotification 2022-06-22T06:57:58.355Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar 2022-06-22T06:57:58.355Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T06:57:58.355Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T06:57:58.356Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T06:57:58.357Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881078355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:57:58.457Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T06:57:58.457Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T06:57:58.457Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T06:57:58.472Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:57:58.473Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T06:57:59.359Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:57:59.373Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:57:59.376Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:57:59.376Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T06:57:59.376Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T06:58:29.377Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:58:29.388Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:58:29.391Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:58:29.391Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T06:58:29.391Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T06:58:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:58:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:58:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:58:47.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:58:47.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:58:47.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:58:47.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:58:59.391Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:58:59.402Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:58:59.407Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:58:59.407Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T06:58:59.407Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T06:59:29.407Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:59:29.418Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:59:29.421Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:59:29.421Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T06:59:29.421Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T06:59:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T06:59:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T06:59:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T06:59:48.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T06:59:48.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "clamp", "timestamp": 1655881069154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:59:48.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:59:48.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "clamp", "timestamp": 1655881070156, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:59:48.067Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5 2022-06-22T06:59:48.067Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:59:48.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "aai-ml", "timestamp": 1655881069722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "aai-ml", "timestamp": 1655881069722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "aai-ml", "timestamp": 1655881069722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "aai-ml", "timestamp": 1655881069722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "aai-ml", "timestamp": 1655881069722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881067525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:59:48.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "aai-ml", "timestamp": 1655881069722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "aai-ml", "timestamp": 1655881069722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T06:59:48.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881076570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:59:48.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "aai-ml", "timestamp": 1655881069722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "NOTIFIED" } 2022-06-22T06:59:48.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881078355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:59:48.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "aai-ml", "timestamp": 1655881078662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T06:59:48.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "aai-ml", "timestamp": 1655881100758, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T06:59:48.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T06:59:48.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "aai-ml", "timestamp": 1655881101762, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:59:48.084Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5 2022-06-22T06:59:48.084Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T06:59:59.421Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:59:59.432Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T06:59:59.434Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T06:59:59.434Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-22T06:59:59.434Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-22T06:59:59.434Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-22T06:59:59.434Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T06:59:59.440Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-22T07:00:29.440Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-22T07:00:29.446Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 436c9d1c-e732-4c38-a957-113827728ba5 and serviceModelVersionId: 729d5d68-d4a2-4a2e-804e-352f0205cb48 2022-06-22T07:00:29.447Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80e359d8-9d66-4876-9a82-c710bebf9781 2022-06-22T07:00:29.448Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0 2022-06-22T07:00:29.453Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-22T07:00:29.482Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|INFO|500||Invoke 2022-06-22T07:00:29.482Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[436c9d1c-e732-4c38-a957-113827728ba5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9019bd74-ad27-490d-ad26-04e70ac18634], X-ECOMP-RequestID=[436c9d1c-e732-4c38-a957-113827728ba5], X-TransactionId=[], X-ONAP-RequestID=[436c9d1c-e732-4c38-a957-113827728ba5], Content-Type=[application/merge-patch+json]} 2022-06-22T07:00:29.510Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-22T07:00:29.744Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220622-07:00:29:517-73969], vertex-id=[364648], Content-Length=[0], Date=[Wed, 22 Jun 2022 07:00:29 GMT], Content-Type=[application/json]} 2022-06-22T07:00:29.745Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-22T07:00:29.745Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|INFO|500||InvokeReturn 2022-06-22T07:00:29.745Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-22T07:00:29.746Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:00:29.750Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-22T07:00:29.751Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 436c9d1c-e732-4c38-a957-113827728ba5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-22T07:00:29.751Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-22T07:00:29.751Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:29.753Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:29.754Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881229751, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:00:29.853Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-22T07:00:29.854Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:29.854Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:29.876Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:29.876Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T07:00:30.765Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:00:30.766Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:00:30.766Z|436c9d1c-e732-4c38-a957-113827728ba5|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 T09iSpGN32holuBU) ... 2022-06-22T07:00:35.138Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:35.138Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-22T07:00:35.139Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"44341bec-f670-4908-b56d-d6108b0172bb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ecfea0fb-5f74-4c28-849b-51cfed27080b","serviceDescription":"service","serviceInvariantUUID":"aa81283f-1bf7-46b7-bfea-8184b7c2108f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bba15f3d-36ae-43b2-8482-a51d15f60357","resourceInvariantUUID":"fd4f81b7-3f02-4ed3-b74c-b23d170aeda7","resourceCustomizationUUID":"88011887-c341-4be4-9e19-514324262bf9","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":"N2E1ZTM5MTQ4MDRjODYzNWYyODQ1MWM4NjA4ZDBlNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"640d3e42-bc59-4cfc-84e2-d5d6d479cc4a","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":"MDYxMGZkMGE2NTg2NjEwMmEzMGE5NDEzYTVmNTY2Nzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3dd743d7-1361-403e-a2cb-87a8010b1be6","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":"97e0c78e-970f-4f33-a215-0afcc58a3cf5","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":"4111d186-9939-40c0-b8c2-483ca9fc640d","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":"8bb85caa-3709-4252-8594-cc24a14446e6","artifactVersion":"2","generatedFromUUID":"97e0c78e-970f-4f33-a215-0afcc58a3cf5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzUwMWNhYjExNTM1ZmM0YWEyOTQ3NWE0YWYyMDMyNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"663169f0-f566-404e-a74b-babecaa152a3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzhkZGQ0YzU3M2JiM2M0ZDFhZmI2MTVmNGMxYWQ1ODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af44e3f5-e6f2-4b82-aaa5-869692d26d23","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-22T07:00:35.141Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:00:35.142Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:35.144Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:35.144Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:35.244Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:35.245Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:35.245Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:35.258Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:35.259Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:00:36.144Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:00:36.145Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:36.147Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:36.148Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:00:36.248Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:36.249Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:36.249Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:36.263Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:36.263Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:00:37.148Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:00:37.149Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:37.151Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:37.151Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-22T07:00:37.251Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:37.252Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:37.253Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:37.267Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:37.267Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:00:38.152Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:00:38.153Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:38.156Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:38.156Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:38.256Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:38.256Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:38.256Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:38.270Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:38.271Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:00:39.156Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:00:39.157Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:39.160Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:39.160Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-22T07:00:39.260Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:39.261Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:39.261Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:39.274Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:39.275Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:00:40.160Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:00:40.161Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:40.164Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:40.164Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:40.264Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:40.265Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:40.265Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:40.277Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:40.277Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:00:41.164Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:00:41.165Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:41.167Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:41.168Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:00:41.268Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:41.269Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:41.269Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:41.283Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:41.284Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:00:42.169Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ecfea0fb-5f74-4c28-849b-51cfed27080b", "serviceDescription": "service", "serviceInvariantUUID": "aa81283f-1bf7-46b7-bfea-8184b7c2108f", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "88011887-c341-4be4-9e19-514324262bf9", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bba15f3d-36ae-43b2-8482-a51d15f60357", "resourceInvariantUUID": "fd4f81b7-3f02-4ed3-b74c-b23d170aeda7", "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": "MDYxMGZkMGE2NTg2NjEwMmEzMGE5NDEzYTVmNTY2Nzk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3dd743d7-1361-403e-a2cb-87a8010b1be6", "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": "97e0c78e-970f-4f33-a215-0afcc58a3cf5", "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": "8bb85caa-3709-4252-8594-cc24a14446e6", "generatedFromUUID": "97e0c78e-970f-4f33-a215-0afcc58a3cf5" }, "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": "8bb85caa-3709-4252-8594-cc24a14446e6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YzhkZGQ0YzU3M2JiM2M0ZDFhZmI2MTVmNGMxYWQ1ODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "af44e3f5-e6f2-4b82-aaa5-869692d26d23" } ], "workloadContext": "Production" } 2022-06-22T07:00:42.170Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-22T07:00:42.170Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ecfea0fb-5f74-4c28-849b-51cfed27080b ASDC 2022-06-22T07:00:42.170Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:44341bec-f670-4908-b56d-d6108b0172bb ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ecfea0fb-5f74-4c28-849b-51cfed27080b ServiceInvariantUUID:aa81283f-1bf7-46b7-bfea-8184b7c2108f 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:af44e3f5-e6f2-4b82-aaa5-869692d26d23 ArtifactChecksum:YzhkZGQ0YzU3M2JiM2M0ZDFhZmI2MTVmNGMxYWQ1ODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:88011887-c341-4be4-9e19-514324262bf9 ResourceInvariantUUID:fd4f81b7-3f02-4ed3-b74c-b23d170aeda7 ResourceName:basic_vm ResourceType:VF ResourceUUID:bba15f3d-36ae-43b2-8482-a51d15f60357 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:3dd743d7-1361-403e-a2cb-87a8010b1be6 ArtifactChecksum:MDYxMGZkMGE2NTg2NjEwMmEzMGE5NDEzYTVmNTY2Nzk= 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:97e0c78e-970f-4f33-a215-0afcc58a3cf5 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:8bb85caa-3709-4252-8594-cc24a14446e6 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:8bb85caa-3709-4252-8594-cc24a14446e6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-22T07:00:42.170Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ecfea0fb-5f74-4c28-849b-51cfed27080b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:00:42.199Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:00:42.199Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:00:42.199Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:00:42.199Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: af44e3f5-e6f2-4b82-aaa5-869692d26d23 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-22T07:00:42.199Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:00:42.200Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-22T07:00:42.332Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:00:42.334Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar af44e3f5-e6f2-4b82-aaa5-869692d26d23 71067 2022-06-22T07:00:42.335Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-22T07:00:42.335Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-22T07:00:42.335Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:00:42.335Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:42.338Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:42.338Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881242335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:42.438Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:42.439Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:42.439Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:42.454Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:42.454Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:00:43.339Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:00:43.341Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:00:43.341Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: af44e3f5-e6f2-4b82-aaa5-869692d26d23, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:43.341Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-22T07:00:43.342Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:43.342Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:43.639Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4935171088151243413/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-22T07:00:44.536Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9d8de2bd-8eed-4e37-b3dc-1b9a70a50353 2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ecfea0fb-5f74-4c28-849b-51cfed27080b Model Version:NULL Model InvariantUuid:aa81283f-1bf7-46b7-bfea-8184b7c2108f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:9eb03b56-0edb-4b15-bdb3-379cf065d5b8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fd4f81b7-3f02-4ed3-b74c-b23d170aeda7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:88011887-c341-4be4-9e19-514324262bf9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:72f3fb0a-c1d2-4914-a73d-13170080a4c6 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:248323ef-865c-4cf0-8eb0-29f9d8aeb4d8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9d8de2bd-8eed-4e37-b3dc-1b9a70a50353 ModelInvariantUuid:d11c303d-2c7f-4e5a-a8e7-f78fff73ac15 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:86b9626c-be26-41b4-a4a6-febf304ac1f6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:0f359cd9-1514-46c3-bc40-a6db1ab3b09f ModelInvariantUuid:baaed0cf-a23a-4cb9-b59c-6a6f5b7c63c5 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:979b0b50-02cd-4484-b760-730a234af794 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-22T07:00:44.548Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: bba15f3d-36ae-43b2-8482-a51d15f60357 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:00:44.551Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-06-22T07:00:44.551Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bba15f3d-36ae-43b2-8482-a51d15f60357 2022-06-22T07:00:44.551Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3dd743d7-1361-403e-a2cb-87a8010b1be6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-22T07:00:44.551Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:00:44.551Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-22T07:00:44.725Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:00:44.725Z|44341bec-f670-4908-b56d-d6108b0172bb|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 3dd743d7-1361-403e-a2cb-87a8010b1be6 787 2022-06-22T07:00:44.725Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-22T07:00:44.726Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-22T07:00:44.726Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:00:44.726Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:44.728Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:44.728Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881244725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:44.828Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:44.829Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:44.829Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:44.842Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:44.842Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:00:45.728Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "72f3fb0a-c1d2-4914-a73d-13170080a4c6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "248323ef-865c-4cf0-8eb0-29f9d8aeb4d8", "vfModuleModelCustomizationUUID": "7d76e59c-7d56-4274-bd25-599a2d625431", "isBase": true, "artifacts": [ "97e0c78e-970f-4f33-a215-0afcc58a3cf5", "8bb85caa-3709-4252-8594-cc24a14446e6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T07:00:45.731Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:248323ef-865c-4cf0-8eb0-29f9d8aeb4d8 VfModuleModelInvariantUUID:72f3fb0a-c1d2-4914-a73d-13170080a4c6 VfModuleModelDescription:NULL Artifacts UUID List:{ 97e0c78e-970f-4f33-a215-0afcc58a3cf5 , 8bb85caa-3709-4252-8594-cc24a14446e6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T07:00:45.733Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "72f3fb0a-c1d2-4914-a73d-13170080a4c6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "248323ef-865c-4cf0-8eb0-29f9d8aeb4d8", "vfModuleModelCustomizationUUID": "7d76e59c-7d56-4274-bd25-599a2d625431", "isBase": true, "artifacts": [ "97e0c78e-970f-4f33-a215-0afcc58a3cf5", "8bb85caa-3709-4252-8594-cc24a14446e6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T07:00:45.733Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:248323ef-865c-4cf0-8eb0-29f9d8aeb4d8 VfModuleModelInvariantUUID:72f3fb0a-c1d2-4914-a73d-13170080a4c6 VfModuleModelDescription:NULL Artifacts UUID List:{ 97e0c78e-970f-4f33-a215-0afcc58a3cf5 , 8bb85caa-3709-4252-8594-cc24a14446e6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T07:00:45.733Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 97e0c78e-970f-4f33-a215-0afcc58a3cf5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-22T07:00:45.733Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:00:45.734Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-22T07:00:45.928Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:00:45.928Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 97e0c78e-970f-4f33-a215-0afcc58a3cf5 5033 2022-06-22T07:00:45.929Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-22T07:00:45.929Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-22T07:00:45.929Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:00:45.929Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:45.931Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:45.931Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881245929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:46.031Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:46.032Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:46.032Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:46.046Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:46.047Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:00:46.932Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8bb85caa-3709-4252-8594-cc24a14446e6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-22T07:00:46.932Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:00:46.933Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-22T07:00:46.968Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:00:46.969Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8bb85caa-3709-4252-8594-cc24a14446e6 903 2022-06-22T07:00:46.969Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-22T07:00:46.969Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-22T07:00:46.969Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:00:46.969Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:46.971Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:46.972Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881246969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:47.072Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:47.072Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:47.073Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:47.087Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:47.087Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:00:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:00:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:00:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:00:47.972Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ecfea0fb-5f74-4c28-849b-51cfed27080b 2022-06-22T07:00:47.973Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bba15f3d-36ae-43b2-8482-a51d15f60357 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:00:47.986Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d24f9e7, org.onap.sdc.toscaparser.api.parameters.Input@695ead06, org.onap.sdc.toscaparser.api.parameters.Input@d7c44a5, org.onap.sdc.toscaparser.api.parameters.Input@4f5d0aa, org.onap.sdc.toscaparser.api.parameters.Input@3ea4fa12] 2022-06-22T07:00:47.987Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.987Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:47.987Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-22T07:00:47.987Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 88011887-c341-4be4-9e19-514324262bf9 2022-06-22T07:00:47.987Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 88011887-c341-4be4-9e19-514324262bf9 matches Tosca VF Customization UUID: 88011887-c341-4be4-9e19-514324262bf9 2022-06-22T07:00:47.987Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 88011887-c341-4be4-9e19-514324262bf9 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-22T07:00:47.989Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.990Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:47.990Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 88011887-c341-4be4-9e19-514324262bf9: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-22T07:00:47.990Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67e29e48 2022-06-22T07:00:47.990Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.990Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T07:00:47.990Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d76e59c-7d56-4274-bd25-599a2d625431 2022-06-22T07:00:47.990Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d76e59c-7d56-4274-bd25-599a2d625431 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-22T07:00:47.992Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.992Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-22T07:00:47.992Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:00:47.993Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.993Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-22T07:00:47.993Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:00:47.993Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.993Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-22T07:00:47.993Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-22T07:00:47.993Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-22T07:00:47.993Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9d8de2bd-8eed-4e37-b3dc-1b9a70a50353 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-22T07:00:47.995Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.995Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-22T07:00:47.995Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:00:47.995Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.995Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-22T07:00:47.995Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=88011887-c341-4be4-9e19-514324262bf9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:00:47.997Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.997Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:47.997Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ecfea0fb-5f74-4c28-849b-51cfed27080b: basic_vm 2022-06-22T07:00:47.997Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.997Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:47.997Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.997Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:47.997Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.997Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:47.998Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.998Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:47.998Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:00:47.998Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:00:47.998Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:00:48.063Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm bba15f3d-36ae-43b2-8482-a51d15f60357 1 ASDC deployResourceStructure 2022-06-22T07:00:48.063Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-22T07:00:48.063Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-22T07:00:48.064Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:00:48.064Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:48.065Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:48.065Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881248063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:00:48.163Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:48.166Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:00:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "ves-openapi-manager", "timestamp": 1655881209424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "policy-id", "timestamp": 1655881207926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "ves-openapi-manager", "timestamp": 1655881209424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "policy-id", "timestamp": 1655881207926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "cds", "timestamp": 1655881215470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "ves-openapi-manager", "timestamp": 1655881209424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "policy-id", "timestamp": 1655881207926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-22T07:00:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "cds", "timestamp": 1655881215470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881216743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.171Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:48.171Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:48.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "ves-openapi-manager", "timestamp": 1655881209424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "policy-id", "timestamp": 1655881207926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "cds", "timestamp": 1655881215470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881216743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:00:48.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "ves-openapi-manager", "timestamp": 1655881209424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "policy-id", "timestamp": 1655881207926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "cds", "timestamp": 1655881215470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881216743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-22T07:00:48.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "ves-openapi-manager", "timestamp": 1655881209424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "policy-id", "timestamp": 1655881207926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "cds", "timestamp": 1655881215470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "aai-ml", "timestamp": 1655881219722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881216743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "ves-openapi-manager", "timestamp": 1655881209424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "policy-id", "timestamp": 1655881207926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "cds", "timestamp": 1655881215470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "aai-ml", "timestamp": 1655881219722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881216743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "policy-id", "timestamp": 1655881221979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "cds", "timestamp": 1655881215470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "aai-ml", "timestamp": 1655881219722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881216743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "policy-id", "timestamp": 1655881222982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "clamp", "timestamp": 1655881222545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "aai-ml", "timestamp": 1655881219722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881216743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:00:48.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "cds", "timestamp": 1655881223458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "policy-id", "timestamp": 1655881223985, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:00:48.183Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:48.183Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:00:48.184Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44341bec-f670-4908-b56d-d6108b0172bb 2022-06-22T07:00:48.184Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44341bec-f670-4908-b56d-d6108b0172bb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:00:48.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "clamp", "timestamp": 1655881222545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:00:48.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "aai-ml", "timestamp": 1655881219722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "cds", "timestamp": 1655881224462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:00:48.195Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44341bec-f670-4908-b56d-d6108b0172bb 2022-06-22T07:00:48.195Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44341bec-f670-4908-b56d-d6108b0172bb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:00:48.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881224761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "clamp", "timestamp": 1655881222545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "aai-ml", "timestamp": 1655881219722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881226057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "clamp", "timestamp": 1655881222545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "aai-ml", "timestamp": 1655881219722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:00:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "clamp", "timestamp": 1655881222545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881227354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881226732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "aai-ml", "timestamp": 1655881227732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "clamp", "timestamp": 1655881222545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881226732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881228374, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:00:48.209Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44341bec-f670-4908-b56d-d6108b0172bb 2022-06-22T07:00:48.209Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44341bec-f670-4908-b56d-d6108b0172bb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-22T07:00:48.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "clamp", "timestamp": 1655881222545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:00:48.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881226732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "multicloud-k8s-id", "timestamp": 1655881229377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:00:48.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "436c9d1c-e732-4c38-a957-113827728ba5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881229751, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:00:48.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881226732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881226732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881226732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881226732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881234548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "aai-ml", "timestamp": 1655881235186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:00:48.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:00:48.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "aai-ml", "timestamp": 1655881236189, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:00:48.222Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44341bec-f670-4908-b56d-d6108b0172bb 2022-06-22T07:00:48.222Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44341bec-f670-4908-b56d-d6108b0172bb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:00:48.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881236996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:00:48.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-22T07:00:48.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881238000, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:00:48.234Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44341bec-f670-4908-b56d-d6108b0172bb 2022-06-22T07:00:48.234Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44341bec-f670-4908-b56d-d6108b0172bb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:00:48.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881230765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "clamp", "timestamp": 1655881242175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881242335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "clamp", "timestamp": 1655881244181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881244725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "clamp", "timestamp": 1655881245184, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:00:48.249Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 44341bec-f670-4908-b56d-d6108b0172bb 2022-06-22T07:00:48.249Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44341bec-f670-4908-b56d-d6108b0172bb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:00:48.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881245929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:48.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:00:48.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881246969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:00:48.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:00:49.066Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-22T07:00:49.066Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-22T07:00:49.067Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:00:49.067Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:49.069Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:49.069Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881249066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-22T07:00:49.170Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:00:49.170Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:49.170Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:49.183Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:49.183Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:00:50.070Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-22T07:00:50.071Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-22T07:00:50.071Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:00:50.071Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:50.073Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:50.073Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881250070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-22T07:00:50.173Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:50.174Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:50.174Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:50.189Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:50.190Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:00:51.074Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-22T07:00:51.075Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-22T07:00:51.075Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:00:51.075Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:00:51.078Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:00:51.078Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881251074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:00:51.178Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:00:51.179Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:00:51.179Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:00:51.195Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:00:51.195Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:00:52.079Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44341bec-f670-4908-b56d-d6108b0172bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:00:52.091Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44341bec-f670-4908-b56d-d6108b0172bb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:00:52.094Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:00:52.094Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-22T07:00:52.094Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-22T07:00:52.094Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-22T07:00:52.094Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:00:52.094Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:00:52.094Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:00:52.094Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:00:52.094Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:00:52.094Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:00:52.094Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:00:52.099Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-22T07:01:22.099Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44341bec-f670-4908-b56d-d6108b0172bb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-22T07:01:22.105Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44341bec-f670-4908-b56d-d6108b0172bb and serviceModelVersionId: ecfea0fb-5f74-4c28-849b-51cfed27080b 2022-06-22T07:01:22.105Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa81283f-1bf7-46b7-bfea-8184b7c2108f 2022-06-22T07:01:22.106Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa81283f-1bf7-46b7-bfea-8184b7c2108f/model-vers/model-ver/ecfea0fb-5f74-4c28-849b-51cfed27080b?depth=0 2022-06-22T07:01:22.111Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-22T07:01:22.140Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa81283f-1bf7-46b7-bfea-8184b7c2108f/model-vers/model-ver/ecfea0fb-5f74-4c28-849b-51cfed27080b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-22T07:01:22.140Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa81283f-1bf7-46b7-bfea-8184b7c2108f/model-vers/model-ver/ecfea0fb-5f74-4c28-849b-51cfed27080b?depth=0|INFO|500||Invoke 2022-06-22T07:01:22.167Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa81283f-1bf7-46b7-bfea-8184b7c2108f/model-vers/model-ver/ecfea0fb-5f74-4c28-849b-51cfed27080b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-22T07:01:22.475Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa81283f-1bf7-46b7-bfea-8184b7c2108f/model-vers/model-ver/ecfea0fb-5f74-4c28-849b-51cfed27080b?depth=0|INFO|500||InvokeReturn 2022-06-22T07:01:22.475Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa81283f-1bf7-46b7-bfea-8184b7c2108f/model-vers/model-ver/ecfea0fb-5f74-4c28-849b-51cfed27080b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220622-07:01:22:174-57351], vertex-id=[204984], Content-Length=[0], Date=[Wed, 22 Jun 2022 07:01:22 GMT], Content-Type=[application/json]} 2022-06-22T07:01:22.476Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-06-22T07:01:22.476Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-22T07:01:22.476Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:01:22.481Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-22T07:01:22.481Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44341bec-f670-4908-b56d-d6108b0172bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-22T07:01:22.481Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-22T07:01:22.481Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:01:22.483Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:01:22.483Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881282481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:01:22.583Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:01:22.584Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:01:22.584Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:01:22.607Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:01:22.607Z||pool-61-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T07:01:23.494Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:01:23.494Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:01:23.494Z|44341bec-f670-4908-b56d-d6108b0172bb|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 T09iSpGN32holuBU) ... 2022-06-22T07:01:24.121Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:01:24.121Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-22T07:01:24.121Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d187a172-ade3-427d-b655-ee367baa5104","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d99bbb42-1c80-4785-b4ed-d782717dac54","serviceDescription":"service","serviceInvariantUUID":"221e987d-a74c-418f-ade5-10d1f055f56f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cc82f505-19b1-41a9-9fb7-d1839f321793","resourceInvariantUUID":"87be5efb-cea7-44dc-8eda-ec79b2d35865","resourceCustomizationUUID":"6a8ea301-c3b5-4df3-85d5-6e131015d6e7","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":"OWUwNTVmM2MzNTVmZDM5MWE2MjM4ZDA2ODQzNTI2NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8cc80e38-5dfd-4204-b710-8369ca1ffe04","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjVlMGJmYTA0NGI2Y2VkNjBmN2M5ODljYjlmMTA3OTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff4e80de-3aa3-4fc1-9493-58e4755c95df","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-22T07:01:24.123Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:01:24.124Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:01:24.125Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:01:24.125Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881283494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:01:24.226Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:01:24.227Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:01:24.227Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:01:24.242Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:01:24.242Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:01:25.126Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:01:25.127Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:01:25.129Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:01:25.129Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881283494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:01:25.229Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:01:25.230Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:01:25.230Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:01:25.242Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:01:25.243Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:01:26.130Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d99bbb42-1c80-4785-b4ed-d782717dac54", "serviceDescription": "service", "serviceInvariantUUID": "221e987d-a74c-418f-ade5-10d1f055f56f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "6a8ea301-c3b5-4df3-85d5-6e131015d6e7", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "cc82f505-19b1-41a9-9fb7-d1839f321793", "resourceInvariantUUID": "87be5efb-cea7-44dc-8eda-ec79b2d35865", "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": "NjVlMGJmYTA0NGI2Y2VkNjBmN2M5ODljYjlmMTA3OTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff4e80de-3aa3-4fc1-9493-58e4755c95df" } ], "workloadContext": "Production" } 2022-06-22T07:01:26.130Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-22T07:01:26.130Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d99bbb42-1c80-4785-b4ed-d782717dac54 ASDC 2022-06-22T07:01:26.130Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:d187a172-ade3-427d-b655-ee367baa5104 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d99bbb42-1c80-4785-b4ed-d782717dac54 ServiceInvariantUUID:221e987d-a74c-418f-ade5-10d1f055f56f 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:ff4e80de-3aa3-4fc1-9493-58e4755c95df ArtifactChecksum:NjVlMGJmYTA0NGI2Y2VkNjBmN2M5ODljYjlmMTA3OTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:6a8ea301-c3b5-4df3-85d5-6e131015d6e7 ResourceInvariantUUID:87be5efb-cea7-44dc-8eda-ec79b2d35865 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:cc82f505-19b1-41a9-9fb7-d1839f321793 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-22T07:01:26.131Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d99bbb42-1c80-4785-b4ed-d782717dac54 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:01:26.150Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:01:26.150Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:01:26.150Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:01:26.150Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ff4e80de-3aa3-4fc1-9493-58e4755c95df from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-22T07:01:26.151Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:01:26.151Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-22T07:01:26.359Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:01:26.361Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ff4e80de-3aa3-4fc1-9493-58e4755c95df 52506 2022-06-22T07:01:26.361Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-22T07:01:26.361Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-22T07:01:26.362Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:01:26.362Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:01:26.363Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:01:26.363Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881286361, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:01:26.464Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:01:26.464Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:01:26.464Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:01:26.479Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:01:26.479Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:01:27.364Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:01:27.365Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:01:27.365Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ff4e80de-3aa3-4fc1-9493-58e4755c95df, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.366Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-22T07:01:27.366Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.366Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.440Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16487980005675791415/Definitions/service-BasicNetwork-template.yml 2022-06-22T07:01:27.773Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-22T07:01:27.773Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:01:27.773Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.773Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-22T07:01:27.773Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.774Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.775Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d99bbb42-1c80-4785-b4ed-d782717dac54 Model Version:NULL Model InvariantUuid:221e987d-a74c-418f-ade5-10d1f055f56f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:87be5efb-cea7-44dc-8eda-ec79b2d35865 Model UUID:95c0d636-b830-4218-a84b-ca3f1773535d Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:6a8ea301-c3b5-4df3-85d5-6e131015d6e7 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-22T07:01:27.781Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: cc82f505-19b1-41a9-9fb7-d1839f321793 2022-06-22T07:01:27.781Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||No resources found for Service: d99bbb42-1c80-4785-b4ed-d782717dac54 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:01:27.784Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500|| 2022-06-22T07:01:27.784Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-22T07:01:27.784Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||No resources found for Service: d99bbb42-1c80-4785-b4ed-d782717dac54 2022-06-22T07:01:27.784Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d99bbb42-1c80-4785-b4ed-d782717dac54 2022-06-22T07:01:27.784Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-22T07:01:27.784Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:01:27.788Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29b2aafa, org.onap.sdc.toscaparser.api.parameters.Input@4305616a, org.onap.sdc.toscaparser.api.parameters.Input@71005153, org.onap.sdc.toscaparser.api.parameters.Input@56ddd168, org.onap.sdc.toscaparser.api.parameters.Input@6a045433] 2022-06-22T07:01:27.789Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.789Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.789Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.789Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.789Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d99bbb42-1c80-4785-b4ed-d782717dac54: Generic NeutronNet 2022-06-22T07:01:27.789Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.789Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.789Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.789Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-06-22T07:01:27.808Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.808Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.808Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.808Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.808Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:01:27.808Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:01:27.808Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-22T07:01:27.849Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-22T07:01:27.850Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-22T07:01:27.850Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-22T07:01:27.850Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:01:27.850Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:01:27.852Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:01:27.852Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881287850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:01:27.952Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:01:27.953Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:01:27.953Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:01:27.968Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:01:27.968Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:01:28.852Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d187a172-ade3-427d-b655-ee367baa5104 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:01:28.863Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d187a172-ade3-427d-b655-ee367baa5104 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:01:28.865Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:01:28.865Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:01:28.865Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:01:47.527Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:01:47.528Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:01:47.528Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:01:47.654Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:01:47.654Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:01:47.655Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881248063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:01:47.656Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:01:58.866Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d187a172-ade3-427d-b655-ee367baa5104 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:01:58.878Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d187a172-ade3-427d-b655-ee367baa5104 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:01:58.880Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:01:58.880Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:01:58.880Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:02:28.880Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d187a172-ade3-427d-b655-ee367baa5104 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:02:28.889Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d187a172-ade3-427d-b655-ee367baa5104 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:02:28.891Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:02:28.892Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:02:28.892Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:02:47.527Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:02:47.528Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:02:47.528Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:02:48.053Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:02:48.055Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.055Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881249066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-22T07:02:48.056Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.056Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.056Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881250070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-22T07:02:48.056Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.057Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.057Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881251074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:02:48.057Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.057Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.057Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "clamp", "timestamp": 1655881252545, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:02:48.057Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.057Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.057Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "aai-ml", "timestamp": 1655881249722, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:02:48.057Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.057Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.057Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "ves-openapi-manager", "timestamp": 1655881249424, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:02:48.058Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.058Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.058Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "policy-id", "timestamp": 1655881247926, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:02:48.058Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.058Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.058Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "ves-openapi-manager", "timestamp": 1655881249424, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:02:48.058Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.058Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.059Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "aai-ml", "timestamp": 1655881249722, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:02:48.059Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.059Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.059Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "clamp", "timestamp": 1655881252545, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:02:48.059Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.059Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.059Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "policy-id", "timestamp": 1655881247926, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:02:48.059Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.060Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.060Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881256732, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:02:48.060Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.060Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.060Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "multicloud-k8s-id", "timestamp": 1655881256743, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:02:48.060Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.060Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.060Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881256732, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:02:48.060Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.061Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.061Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "multicloud-k8s-id", "timestamp": 1655881256743, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:02:48.061Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.061Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.061Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "aai-ml", "timestamp": 1655881258728, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:02:48.061Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.061Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.061Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "policy-id", "timestamp": 1655881258726, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:02:48.061Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.062Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.062Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881259541, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:02:48.062Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.062Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.062Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "policy-id", "timestamp": 1655881259729, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:02:48.062Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.062Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.062Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "policy-id", "timestamp": 1655881260730, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:02:48.068Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d187a172-ade3-427d-b655-ee367baa5104 2022-06-22T07:02:48.069Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d187a172-ade3-427d-b655-ee367baa5104 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:02:48.076Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.076Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881261011, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:02:48.077Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.077Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.077Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "cds", "timestamp": 1655881260470, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:02:48.077Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.077Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.077Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "clamp", "timestamp": 1655881261179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:02:48.078Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.078Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.078Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881262015, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:02:48.082Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d187a172-ade3-427d-b655-ee367baa5104 2022-06-22T07:02:48.082Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d187a172-ade3-427d-b655-ee367baa5104 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:02:48.089Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.089Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "cds", "timestamp": 1655881260470, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:02:48.089Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.089Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.090Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "aai-ml", "timestamp": 1655881262524, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:02:48.090Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.090Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.090Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "clamp", "timestamp": 1655881263184, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:02:48.090Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.090Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.090Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "cds", "timestamp": 1655881263337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:02:48.091Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.091Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.091Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "aai-ml", "timestamp": 1655881263527, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:02:48.094Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d187a172-ade3-427d-b655-ee367baa5104 2022-06-22T07:02:48.094Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d187a172-ade3-427d-b655-ee367baa5104 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:02:48.101Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.101Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "clamp", "timestamp": 1655881264187, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:02:48.105Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d187a172-ade3-427d-b655-ee367baa5104 2022-06-22T07:02:48.105Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d187a172-ade3-427d-b655-ee367baa5104 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:02:48.112Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.112Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "cds", "timestamp": 1655881264342, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:02:48.117Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d187a172-ade3-427d-b655-ee367baa5104 2022-06-22T07:02:48.117Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d187a172-ade3-427d-b655-ee367baa5104 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:02:48.124Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.125Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "44341bec-f670-4908-b56d-d6108b0172bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881282481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:02:48.125Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.125Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.126Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881283494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:02:48.126Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.126Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.126Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881283494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:02:48.127Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-22T07:02:48.127Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.127Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881286361, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:02:48.128Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:48.128Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-22T07:02:48.128Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881287850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:02:48.128Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:02:58.892Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d187a172-ade3-427d-b655-ee367baa5104 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:02:58.903Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d187a172-ade3-427d-b655-ee367baa5104 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:02:58.906Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:02:58.906Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-22T07:02:58.906Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-22T07:02:58.906Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-22T07:02:58.906Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:02:58.906Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:02:58.906Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:02:58.906Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:02:58.906Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:02:58.906Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:02:58.906Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:02:58.911Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-22T07:03:28.911Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d187a172-ade3-427d-b655-ee367baa5104 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-22T07:03:28.917Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d187a172-ade3-427d-b655-ee367baa5104 and serviceModelVersionId: d99bbb42-1c80-4785-b4ed-d782717dac54 2022-06-22T07:03:28.917Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 221e987d-a74c-418f-ade5-10d1f055f56f 2022-06-22T07:03:28.918Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/221e987d-a74c-418f-ade5-10d1f055f56f/model-vers/model-ver/d99bbb42-1c80-4785-b4ed-d782717dac54?depth=0 2022-06-22T07:03:28.923Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-22T07:03:28.950Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221e987d-a74c-418f-ade5-10d1f055f56f/model-vers/model-ver/d99bbb42-1c80-4785-b4ed-d782717dac54?depth=0|INFO|500||Invoke 2022-06-22T07:03:28.951Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221e987d-a74c-418f-ade5-10d1f055f56f/model-vers/model-ver/d99bbb42-1c80-4785-b4ed-d782717dac54?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221e987d-a74c-418f-ade5-10d1f055f56f/model-vers/model-ver/d99bbb42-1c80-4785-b4ed-d782717dac54?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d187a172-ade3-427d-b655-ee367baa5104], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cdc8f4c4-51c1-4569-a173-cb4fc0969293], X-ECOMP-RequestID=[d187a172-ade3-427d-b655-ee367baa5104], X-TransactionId=[], X-ONAP-RequestID=[d187a172-ade3-427d-b655-ee367baa5104], Content-Type=[application/merge-patch+json]} 2022-06-22T07:03:28.968Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221e987d-a74c-418f-ade5-10d1f055f56f/model-vers/model-ver/d99bbb42-1c80-4785-b4ed-d782717dac54?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-22T07:03:29.149Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221e987d-a74c-418f-ade5-10d1f055f56f/model-vers/model-ver/d99bbb42-1c80-4785-b4ed-d782717dac54?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221e987d-a74c-418f-ade5-10d1f055f56f/model-vers/model-ver/d99bbb42-1c80-4785-b4ed-d782717dac54?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220622-07:03:28:975-69422], vertex-id=[209080], Content-Length=[0], Date=[Wed, 22 Jun 2022 07:03:28 GMT], Content-Type=[application/json]} 2022-06-22T07:03:29.149Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221e987d-a74c-418f-ade5-10d1f055f56f/model-vers/model-ver/d99bbb42-1c80-4785-b4ed-d782717dac54?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-22T07:03:29.150Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221e987d-a74c-418f-ade5-10d1f055f56f/model-vers/model-ver/d99bbb42-1c80-4785-b4ed-d782717dac54?depth=0|INFO|500||InvokeReturn 2022-06-22T07:03:29.150Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-22T07:03:29.151Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:03:29.156Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-22T07:03:29.156Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d187a172-ade3-427d-b655-ee367baa5104 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-22T07:03:29.157Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-22T07:03:29.157Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:03:29.158Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:03:29.159Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881409157, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:03:29.259Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:03:29.260Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:03:29.260Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:03:29.278Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:03:29.278Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T07:03:30.169Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:03:30.170Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:03:30.170Z|d187a172-ade3-427d-b655-ee367baa5104|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 T09iSpGN32holuBU) ... 2022-06-22T07:03:40.420Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:03:40.421Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:03:40.421Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:03:40.421Z|d187a172-ade3-427d-b655-ee367baa5104|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 T09iSpGN32holuBU) ... 2022-06-22T07:03:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:03:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:03:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:03:48.154Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:03:48.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:03:48.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d187a172-ade3-427d-b655-ee367baa5104", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881409157, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:03:48.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:03:49.961Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:03:49.961Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:03:49.962Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:03:49.962Z|d187a172-ade3-427d-b655-ee367baa5104|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 T09iSpGN32holuBU) ... 2022-06-22T07:03:59.501Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:03:59.502Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:03:59.503Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:03:59.503Z|d187a172-ade3-427d-b655-ee367baa5104|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 T09iSpGN32holuBU) ... 2022-06-22T07:04:09.050Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:47.525Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:04:47.526Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:04:47.526Z|d187a172-ade3-427d-b655-ee367baa5104|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 T09iSpGN32holuBU) ... 2022-06-22T07:04:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:04:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:04:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:04:48.156Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:48.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:48.157Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.157Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b35e3da8-5862-4a62-994c-0804f6578cf2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"47e903d8-e1a8-4a8c-a9be-2b4de18be176","serviceDescription":"service","serviceInvariantUUID":"fe802731-82ac-4870-9b30-519752e22c63","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a39043d6-338c-4eac-a2fb-0c8c8e9e8cbb","resourceInvariantUUID":"91bd52d3-1f39-4d8f-8c35-3f0a795f4c9e","resourceCustomizationUUID":"07aebbff-5aff-4793-932a-3dd704bdcdf8","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":"ODhkNTM0NjI5NGViM2FhYjM1ZWVkYmZmNzU5NDEyYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28b4dd5a-ab83-4329-8801-e470026fe04c","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":"53705a4d-b174-4e0b-86fe-e18c966b3bff","artifactVersion":"2","generatedFromUUID":"343d350d-2280-4eb4-992c-0044277e71b9"},{"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":"343d350d-2280-4eb4-992c-0044277e71b9","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":"MmYyOTgyZWM3MmIwMDA1MGJhN2VmMjJkOWZkNmU0NjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78a6b8c2-a496-4996-8183-5e7516c4e804","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":"27b2525b-222a-4d67-96c4-1cbacacae41a","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":"1bf8a550-0373-4ebd-8e04-6ecf66873153","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":"afd6e0f7-a2d1-4421-a9de-436bc95bf151","artifactVersion":"2","generatedFromUUID":"27b2525b-222a-4d67-96c4-1cbacacae41a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTUwOWVhNGEwMmMwYjM1Y2I0N2YwMWQ1NjUzY2M3MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d1bb3a0-20ec-4fa2-8d9a-a7f4162d97e4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTY2OGVmOWU0MjE4NzJkOGEyOWQ4NGFkNjJiNGZjMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bc247e5-c887-4786-bd54-1893f852f948","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-22T07:04:48.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881476744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "cds", "timestamp": 1655881470470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "ves-openapi-manager", "timestamp": 1655881469424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881476744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-22T07:04:48.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "cds", "timestamp": 1655881470470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.160Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:04:48.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.160Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:04:48.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "ves-openapi-manager", "timestamp": 1655881469424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "cds", "timestamp": 1655881470470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881476744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-22T07:04:48.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "ves-openapi-manager", "timestamp": 1655881469424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881476744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:04:48.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "cds", "timestamp": 1655881470470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "ves-openapi-manager", "timestamp": 1655881469424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.162Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:04:48.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881476744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-22T07:04:48.162Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "cds", "timestamp": 1655881470470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "ves-openapi-manager", "timestamp": 1655881469424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881476744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "cds", "timestamp": 1655881470470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "ves-openapi-manager", "timestamp": 1655881469424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "cds", "timestamp": 1655881470470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881476744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-22T07:04:48.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "ves-openapi-manager", "timestamp": 1655881469424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "cds", "timestamp": 1655881470470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881476744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "ves-openapi-manager", "timestamp": 1655881469424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "cds", "timestamp": 1655881470470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:04:48.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881476744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:04:48.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:04:48.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "ves-openapi-manager", "timestamp": 1655881469424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:48.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:04:48.263Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:04:48.264Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:04:48.264Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:04:48.278Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:48.279Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:04:49.163Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:04:49.163Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:04:49.165Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:04:49.165Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-22T07:04:49.265Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:04:49.266Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:04:49.266Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:04:49.281Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:49.281Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:04:50.166Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:04:50.167Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:04:50.169Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:04:50.169Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-22T07:04:50.269Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:04:50.270Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:04:50.270Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:04:50.285Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:50.286Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:04:51.170Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:04:51.171Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:04:51.173Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:04:51.173Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:04:51.273Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-22T07:04:51.274Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:04:51.274Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:04:51.287Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:51.288Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:04:52.174Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:04:52.175Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:04:52.177Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:04:52.177Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-22T07:04:52.278Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:04:52.278Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:04:52.279Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:04:52.297Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:52.298Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:04:53.178Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:04:53.179Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:04:53.181Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:04:53.181Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:53.281Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:04:53.282Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:04:53.283Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:04:53.297Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:53.297Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:04:54.182Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:04:54.183Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:04:54.186Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:04:54.186Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-22T07:04:54.286Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:04:54.287Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:04:54.287Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:04:54.300Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:54.301Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:04:55.187Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:04:55.188Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:04:55.190Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:04:55.190Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:04:55.290Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:04:55.291Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:04:55.291Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:04:55.304Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:55.305Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:04:56.191Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:04:56.191Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:04:56.193Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:04:56.193Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:04:56.294Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:04:56.294Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:04:56.295Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:04:56.308Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:56.308Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:04:57.195Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "47e903d8-e1a8-4a8c-a9be-2b4de18be176", "serviceDescription": "service", "serviceInvariantUUID": "fe802731-82ac-4870-9b30-519752e22c63", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "07aebbff-5aff-4793-932a-3dd704bdcdf8", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a39043d6-338c-4eac-a2fb-0c8c8e9e8cbb", "resourceInvariantUUID": "91bd52d3-1f39-4d8f-8c35-3f0a795f4c9e", "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": "53705a4d-b174-4e0b-86fe-e18c966b3bff", "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": "343d350d-2280-4eb4-992c-0044277e71b9", "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": "MmYyOTgyZWM3MmIwMDA1MGJhN2VmMjJkOWZkNmU0NjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78a6b8c2-a496-4996-8183-5e7516c4e804", "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": "27b2525b-222a-4d67-96c4-1cbacacae41a", "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": "afd6e0f7-a2d1-4421-a9de-436bc95bf151", "generatedFromUUID": "27b2525b-222a-4d67-96c4-1cbacacae41a" }, "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": "afd6e0f7-a2d1-4421-a9de-436bc95bf151", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTY2OGVmOWU0MjE4NzJkOGEyOWQ4NGFkNjJiNGZjMzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1bc247e5-c887-4786-bd54-1893f852f948" } ], "workloadContext": "Production" } 2022-06-22T07:04:57.196Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-22T07:04:57.196Z|d187a172-ade3-427d-b655-ee367baa5104|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 47e903d8-e1a8-4a8c-a9be-2b4de18be176 ASDC 2022-06-22T07:04:57.196Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:b35e3da8-5862-4a62-994c-0804f6578cf2 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:47e903d8-e1a8-4a8c-a9be-2b4de18be176 ServiceInvariantUUID:fe802731-82ac-4870-9b30-519752e22c63 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:1bc247e5-c887-4786-bd54-1893f852f948 ArtifactChecksum:OTY2OGVmOWU0MjE4NzJkOGEyOWQ4NGFkNjJiNGZjMzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:07aebbff-5aff-4793-932a-3dd704bdcdf8 ResourceInvariantUUID:91bd52d3-1f39-4d8f-8c35-3f0a795f4c9e ResourceName:basic_cnf ResourceType:VF ResourceUUID:a39043d6-338c-4eac-a2fb-0c8c8e9e8cbb 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:53705a4d-b174-4e0b-86fe-e18c966b3bff 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:343d350d-2280-4eb4-992c-0044277e71b9 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:78a6b8c2-a496-4996-8183-5e7516c4e804 ArtifactChecksum:MmYyOTgyZWM3MmIwMDA1MGJhN2VmMjJkOWZkNmU0NjI= 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:27b2525b-222a-4d67-96c4-1cbacacae41a 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:afd6e0f7-a2d1-4421-a9de-436bc95bf151 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:afd6e0f7-a2d1-4421-a9de-436bc95bf151 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-22T07:04:57.196Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47e903d8-e1a8-4a8c-a9be-2b4de18be176 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:04:57.224Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:04:57.224Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:04:57.224Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:04:57.224Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1bc247e5-c887-4786-bd54-1893f852f948 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-22T07:04:57.225Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:04:57.225Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-22T07:04:57.651Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:04:57.657Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1bc247e5-c887-4786-bd54-1893f852f948 68958 2022-06-22T07:04:57.657Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-22T07:04:57.657Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-22T07:04:57.657Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:04:57.657Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:04:57.659Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:04:57.659Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881497657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:04:57.760Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:04:57.760Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:04:57.760Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:04:57.773Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:57.773Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:04:58.660Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:04:58.661Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:04:58.661Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1bc247e5-c887-4786-bd54-1893f852f948, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-22T07:04:58.661Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-22T07:04:58.662Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-22T07:04:58.662Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-22T07:04:58.744Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11002748912614324339/Definitions/service-BasicCnf-template.yml 2022-06-22T07:04:59.565Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-22T07:04:59.566Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:04:59.566Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-22T07:04:59.566Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-22T07:04:59.566Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-22T07:04:59.566Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-22T07:04:59.566Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-22T07:04:59.566Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-22T07:04:59.566Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:04:59.566Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.567Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:04:59.567Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-22T07:04:59.567Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:04:59.567Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:04:59.567Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.567Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:04:59.567Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-22T07:04:59.567Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:04:59.567Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:04:59.568Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.568Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:04:59.568Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.568Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-22T07:04:59.568Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-22T07:04:59.568Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-22T07:04:59.568Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-22T07:04:59.568Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.568Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T07:04:59.569Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.569Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-22T07:04:59.569Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:04:59.569Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.569Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-22T07:04:59.569Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:04:59.569Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.569Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-22T07:04:59.569Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:04:59.570Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.570Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-22T07:04:59.570Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-22T07:04:59.570Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=00046b31-5a85-4dbc-a469-3dfe0cd14544 2022-06-22T07:04:59.570Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.570Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:04:59.570Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.570Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:04:59.570Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.570Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:04:59.571Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:04:59.571Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:04:59.571Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:47e903d8-e1a8-4a8c-a9be-2b4de18be176 Model Version:NULL Model InvariantUuid:fe802731-82ac-4870-9b30-519752e22c63 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:be71f709-f336-4406-b960-b67e646123d4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:91bd52d3-1f39-4d8f-8c35-3f0a795f4c9e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:07aebbff-5aff-4793-932a-3dd704bdcdf8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3fd54b42-733a-4409-a21c-58ea515d9075 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:7f84eeec-2304-4595-9d77-b7b7e7458080 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:00046b31-5a85-4dbc-a469-3dfe0cd14544 ModelInvariantUuid:e05944f4-42a3-484e-ba77-de4ebeda137f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:99e96262-9843-474a-a424-becc976c8b14 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:cb26388f-27e8-45c8-9611-0079d385a6f8 ModelInvariantUuid:3941edd1-2b3e-47de-aa15-834e980aebb5 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:b3053787-f4e4-40e6-92ca-8ae7c1313e84 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-22T07:04:59.576Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a39043d6-338c-4eac-a2fb-0c8c8e9e8cbb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:04:59.578Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-06-22T07:04:59.578Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a39043d6-338c-4eac-a2fb-0c8c8e9e8cbb 2022-06-22T07:04:59.578Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 53705a4d-b174-4e0b-86fe-e18c966b3bff from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-22T07:04:59.579Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:04:59.579Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-22T07:04:59.642Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:04:59.642Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 53705a4d-b174-4e0b-86fe-e18c966b3bff 12 2022-06-22T07:04:59.643Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-22T07:04:59.643Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-22T07:04:59.643Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:04:59.643Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:04:59.646Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:04:59.646Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881499643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:04:59.746Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:04:59.746Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:04:59.746Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:04:59.759Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:04:59.759Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:05:00.647Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 343d350d-2280-4eb4-992c-0044277e71b9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-22T07:05:00.648Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:05:00.648Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-22T07:05:00.829Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:05:00.829Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 343d350d-2280-4eb4-992c-0044277e71b9 2688 2022-06-22T07:05:00.829Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-22T07:05:00.829Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-22T07:05:00.830Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:05:00.830Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:05:00.832Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:05:00.832Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881500829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-22T07:05:00.932Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:05:00.932Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:05:00.933Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:05:00.945Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:05:00.946Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:05:01.833Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 78a6b8c2-a496-4996-8183-5e7516c4e804 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-22T07:05:01.833Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:05:01.834Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-22T07:05:02.038Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:05:02.039Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 78a6b8c2-a496-4996-8183-5e7516c4e804 828 2022-06-22T07:05:02.039Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-22T07:05:02.039Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-22T07:05:02.039Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:05:02.039Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:05:02.041Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:05:02.041Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881502039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:05:02.141Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:05:02.142Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:05:02.142Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:05:02.158Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:05:02.158Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:05:03.041Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3fd54b42-733a-4409-a21c-58ea515d9075", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f84eeec-2304-4595-9d77-b7b7e7458080", "vfModuleModelCustomizationUUID": "634e2ef4-1049-4da4-af2f-d03db39de97a", "isBase": true, "artifacts": [ "343d350d-2280-4eb4-992c-0044277e71b9", "27b2525b-222a-4d67-96c4-1cbacacae41a", "afd6e0f7-a2d1-4421-a9de-436bc95bf151" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T07:05:03.045Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f84eeec-2304-4595-9d77-b7b7e7458080 VfModuleModelInvariantUUID:3fd54b42-733a-4409-a21c-58ea515d9075 VfModuleModelDescription:NULL Artifacts UUID List:{ 343d350d-2280-4eb4-992c-0044277e71b9 , 27b2525b-222a-4d67-96c4-1cbacacae41a , afd6e0f7-a2d1-4421-a9de-436bc95bf151 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T07:05:03.046Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3fd54b42-733a-4409-a21c-58ea515d9075", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f84eeec-2304-4595-9d77-b7b7e7458080", "vfModuleModelCustomizationUUID": "634e2ef4-1049-4da4-af2f-d03db39de97a", "isBase": true, "artifacts": [ "343d350d-2280-4eb4-992c-0044277e71b9", "27b2525b-222a-4d67-96c4-1cbacacae41a", "afd6e0f7-a2d1-4421-a9de-436bc95bf151" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T07:05:03.046Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f84eeec-2304-4595-9d77-b7b7e7458080 VfModuleModelInvariantUUID:3fd54b42-733a-4409-a21c-58ea515d9075 VfModuleModelDescription:NULL Artifacts UUID List:{ 343d350d-2280-4eb4-992c-0044277e71b9 , 27b2525b-222a-4d67-96c4-1cbacacae41a , afd6e0f7-a2d1-4421-a9de-436bc95bf151 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T07:05:03.046Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 27b2525b-222a-4d67-96c4-1cbacacae41a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-22T07:05:03.046Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:05:03.046Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-22T07:05:03.320Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:05:03.321Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 27b2525b-222a-4d67-96c4-1cbacacae41a 1164 2022-06-22T07:05:03.321Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-22T07:05:03.321Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-22T07:05:03.321Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:05:03.322Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:05:03.324Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:05:03.324Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881503321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:05:03.425Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:05:03.426Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:05:03.426Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:05:03.438Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:05:03.439Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:05:04.325Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: afd6e0f7-a2d1-4421-a9de-436bc95bf151 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-22T07:05:04.326Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:05:04.327Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-22T07:05:04.369Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:05:04.369Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env afd6e0f7-a2d1-4421-a9de-436bc95bf151 200 2022-06-22T07:05:04.370Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-22T07:05:04.370Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-22T07:05:04.370Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:05:04.370Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:05:04.373Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:05:04.373Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881504370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:05:04.473Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:05:04.474Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:05:04.474Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:05:04.486Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:05:04.487Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:05:05.374Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 47e903d8-e1a8-4a8c-a9be-2b4de18be176 2022-06-22T07:05:05.374Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a39043d6-338c-4eac-a2fb-0c8c8e9e8cbb ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-06-22T07:05:05.385Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:05:05.388Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@505b76b3, org.onap.sdc.toscaparser.api.parameters.Input@c7fc861, org.onap.sdc.toscaparser.api.parameters.Input@10a05725, org.onap.sdc.toscaparser.api.parameters.Input@71bdbcc6, org.onap.sdc.toscaparser.api.parameters.Input@7a58b2ac] 2022-06-22T07:05:05.389Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.389Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:05:05.389Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-22T07:05:05.389Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 07aebbff-5aff-4793-932a-3dd704bdcdf8 2022-06-22T07:05:05.390Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07aebbff-5aff-4793-932a-3dd704bdcdf8 matches Tosca VF Customization UUID: 07aebbff-5aff-4793-932a-3dd704bdcdf8 2022-06-22T07:05:05.390Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 07aebbff-5aff-4793-932a-3dd704bdcdf8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-22T07:05:05.391Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.391Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:05:05.392Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 07aebbff-5aff-4793-932a-3dd704bdcdf8: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-22T07:05:05.392Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65af217 2022-06-22T07:05:05.392Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.392Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T07:05:05.392Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 634e2ef4-1049-4da4-af2f-d03db39de97a 2022-06-22T07:05:05.392Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 634e2ef4-1049-4da4-af2f-d03db39de97a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-22T07:05:05.394Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.394Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-22T07:05:05.394Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:05:05.394Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.395Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-22T07:05:05.395Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:05:05.395Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.395Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-22T07:05:05.395Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-22T07:05:05.395Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=00046b31-5a85-4dbc-a469-3dfe0cd14544 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-22T07:05:05.397Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.397Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-22T07:05:05.397Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:05:05.397Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.397Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-22T07:05:05.397Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=07aebbff-5aff-4793-932a-3dd704bdcdf8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:05:05.399Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.399Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:05:05.399Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 47e903d8-e1a8-4a8c-a9be-2b4de18be176: basic_cnf 2022-06-22T07:05:05.399Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.399Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:05:05.400Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.400Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:05:05.400Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.400Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:05:05.400Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.400Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:05:05.401Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:05:05.401Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:05:05.401Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:05:05.461Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a39043d6-338c-4eac-a2fb-0c8c8e9e8cbb 1 ASDC deployResourceStructure 2022-06-22T07:05:05.462Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-22T07:05:05.462Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-22T07:05:05.463Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-22T07:05:05.463Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:05:05.465Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:05:05.465Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881505462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-22T07:05:05.565Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:05:05.566Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:05:05.566Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:05:05.580Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:05:05.581Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:05:06.465Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-22T07:05:06.466Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-22T07:05:06.466Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-22T07:05:06.466Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:05:06.467Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:05:06.467Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881506465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-22T07:05:06.568Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:05:06.568Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:05:06.568Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:05:06.581Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:05:06.581Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:05:07.469Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-22T07:05:07.469Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-22T07:05:07.469Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:05:07.469Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:05:07.472Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:05:07.472Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881507468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:05:07.572Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:05:07.573Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:05:07.573Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:05:07.590Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:05:07.590Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:05:08.473Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-22T07:05:08.474Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-22T07:05:08.474Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:05:08.474Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:05:08.476Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:05:08.476Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881508473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-22T07:05:08.577Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:05:08.578Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:05:08.578Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:05:08.591Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:05:08.592Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:05:09.477Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-22T07:05:09.478Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-22T07:05:09.478Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:05:09.479Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:05:09.481Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:05:09.481Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881509477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-22T07:05:09.581Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-22T07:05:09.583Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:05:09.583Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:05:09.597Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:05:09.597Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:05:10.482Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-22T07:05:10.483Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-22T07:05:10.483Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:05:10.483Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:05:10.485Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:05:10.485Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881510482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:05:10.585Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:05:10.586Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:05:10.586Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:05:10.600Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:05:10.600Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:05:11.485Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b35e3da8-5862-4a62-994c-0804f6578cf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:05:11.493Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b35e3da8-5862-4a62-994c-0804f6578cf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:05:11.495Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:05:11.495Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:05:11.495Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:05:41.495Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b35e3da8-5862-4a62-994c-0804f6578cf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:05:41.506Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b35e3da8-5862-4a62-994c-0804f6578cf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:05:41.509Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:05:41.509Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:05:41.509Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:05:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:05:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:05:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:05:47.654Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:05:47.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:05:47.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:05:47.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:11.510Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b35e3da8-5862-4a62-994c-0804f6578cf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:06:11.518Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b35e3da8-5862-4a62-994c-0804f6578cf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:06:11.520Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:06:11.521Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:06:11.521Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:06:41.521Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b35e3da8-5862-4a62-994c-0804f6578cf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:06:41.531Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b35e3da8-5862-4a62-994c-0804f6578cf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:06:41.533Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:06:41.533Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:06:41.533Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:06:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:06:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:06:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:06:48.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:06:48.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881488276, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "cds", "timestamp": 1655881488280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881487926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "cds", "timestamp": 1655881489285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:06:48.069Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b35e3da8-5862-4a62-994c-0804f6578cf2 2022-06-22T07:06:48.069Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b35e3da8-5862-4a62-994c-0804f6578cf2 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881489466, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881487926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881489722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881487926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881490668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881489722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881487926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881491769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881489722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881487926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-22T07:06:48.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881492813, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:06:48.083Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b35e3da8-5862-4a62-994c-0804f6578cf2 2022-06-22T07:06:48.083Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b35e3da8-5862-4a62-994c-0804f6578cf2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:06:48.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881492545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881489722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881487926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "multicloud-k8s-id", "timestamp": 1655881493816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:06:48.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881492545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-22T07:06:48.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881489722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881487926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881492545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881489722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881487926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881492545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:06:48.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881487525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:06:48.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881489722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881487926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:06:48.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881492545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881496732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881489722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881497657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881497957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881492545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881496732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881489722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:06:48.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881498960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:06:48.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881492545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881496732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881499546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881499643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "policy-id", "timestamp": 1655881499962, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:06:48.108Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b35e3da8-5862-4a62-994c-0804f6578cf2 2022-06-22T07:06:48.109Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b35e3da8-5862-4a62-994c-0804f6578cf2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-22T07:06:48.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881492545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881496732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881500829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881492545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:06:48.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881496732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881502039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.120Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881496732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881503321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881496732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881504370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881496732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:06:48.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881496732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:06:48.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-22T07:06:48.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881505462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-22T07:06:48.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881505881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:06:48.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881506465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-22T07:06:48.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881506468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "aai-ml", "timestamp": 1655881506883, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:06:48.129Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b35e3da8-5862-4a62-994c-0804f6578cf2 2022-06-22T07:06:48.130Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b35e3da8-5862-4a62-994c-0804f6578cf2 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:06:48.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881507468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:06:48.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881508473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-22T07:06:48.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881508531, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:06:48.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881509477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-22T07:06:48.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655881509534, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:06:48.140Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b35e3da8-5862-4a62-994c-0804f6578cf2 2022-06-22T07:06:48.140Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b35e3da8-5862-4a62-994c-0804f6578cf2 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:06:48.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881510482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:06:48.147Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881512221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:06:48.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881514228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:06:48.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:06:48.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:06:48.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "clamp", "timestamp": 1655881515231, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:06:48.152Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b35e3da8-5862-4a62-994c-0804f6578cf2 2022-06-22T07:06:48.152Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b35e3da8-5862-4a62-994c-0804f6578cf2 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:07:11.533Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b35e3da8-5862-4a62-994c-0804f6578cf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:07:11.544Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b35e3da8-5862-4a62-994c-0804f6578cf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:07:11.547Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:07:11.548Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-22T07:07:11.548Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-22T07:07:11.548Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-22T07:07:11.548Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:07:11.548Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:07:11.549Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:07:11.549Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:07:11.549Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:07:11.549Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:07:11.550Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:07:11.555Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-22T07:07:41.556Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b35e3da8-5862-4a62-994c-0804f6578cf2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-22T07:07:41.560Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b35e3da8-5862-4a62-994c-0804f6578cf2 and serviceModelVersionId: 47e903d8-e1a8-4a8c-a9be-2b4de18be176 2022-06-22T07:07:41.561Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe802731-82ac-4870-9b30-519752e22c63 2022-06-22T07:07:41.561Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe802731-82ac-4870-9b30-519752e22c63/model-vers/model-ver/47e903d8-e1a8-4a8c-a9be-2b4de18be176?depth=0 2022-06-22T07:07:41.568Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-22T07:07:41.595Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe802731-82ac-4870-9b30-519752e22c63/model-vers/model-ver/47e903d8-e1a8-4a8c-a9be-2b4de18be176?depth=0|INFO|500||Invoke 2022-06-22T07:07:41.595Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe802731-82ac-4870-9b30-519752e22c63/model-vers/model-ver/47e903d8-e1a8-4a8c-a9be-2b4de18be176?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe802731-82ac-4870-9b30-519752e22c63/model-vers/model-ver/47e903d8-e1a8-4a8c-a9be-2b4de18be176?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b35e3da8-5862-4a62-994c-0804f6578cf2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a42435cd-0699-4b12-b1cb-b6906ee89423], X-ECOMP-RequestID=[b35e3da8-5862-4a62-994c-0804f6578cf2], X-TransactionId=[], X-ONAP-RequestID=[b35e3da8-5862-4a62-994c-0804f6578cf2], Content-Type=[application/merge-patch+json]} 2022-06-22T07:07:41.615Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe802731-82ac-4870-9b30-519752e22c63/model-vers/model-ver/47e903d8-e1a8-4a8c-a9be-2b4de18be176?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-22T07:07:41.915Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe802731-82ac-4870-9b30-519752e22c63/model-vers/model-ver/47e903d8-e1a8-4a8c-a9be-2b4de18be176?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe802731-82ac-4870-9b30-519752e22c63/model-vers/model-ver/47e903d8-e1a8-4a8c-a9be-2b4de18be176?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220622-07:07:41:622-9344], vertex-id=[233568], Content-Length=[0], Date=[Wed, 22 Jun 2022 07:07:41 GMT], Content-Type=[application/json]} 2022-06-22T07:07:41.916Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe802731-82ac-4870-9b30-519752e22c63/model-vers/model-ver/47e903d8-e1a8-4a8c-a9be-2b4de18be176?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-22T07:07:41.916Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe802731-82ac-4870-9b30-519752e22c63/model-vers/model-ver/47e903d8-e1a8-4a8c-a9be-2b4de18be176?depth=0|INFO|500||InvokeReturn 2022-06-22T07:07:41.916Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-22T07:07:41.917Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:07:41.922Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-22T07:07:41.923Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b35e3da8-5862-4a62-994c-0804f6578cf2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-22T07:07:41.923Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-22T07:07:41.923Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:07:41.924Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:07:41.924Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881661923, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:07:42.025Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:07:42.025Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:07:42.025Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:07:42.040Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:07:42.041Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T07:07:42.936Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:07:42.936Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:07:42.937Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:07:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:07:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:07:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:07:48.152Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:07:48.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-22T07:07:48.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b35e3da8-5862-4a62-994c-0804f6578cf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655881661923, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:07:48.153Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:07:53.222Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:07:53.222Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:07:53.223Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:07:53.223Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:08:02.766Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:08:02.766Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:08:02.767Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:08:02.767Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:08:12.314Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:08:47.525Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:08:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:08:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:08:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:08:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:08:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:08:57.090Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:08:57.092Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:09:47.525Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:09:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:09:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:09:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:09:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:09:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:09:57.072Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:09:57.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:10:47.525Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:10:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:10:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:10:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:10:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:10:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:10:57.072Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:10:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:11:47.525Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:11:47.527Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:11:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:11:47.527Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:11:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:11:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:11:57.076Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:11:57.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:12:47.525Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:12:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:12:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:12:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:12:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:12:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:12:57.074Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:12:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:13:47.525Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:13:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:13:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:13:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:13:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:13:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:13:57.073Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:13:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:14:47.525Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:14:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:14:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:14:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:14:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:14:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:14:57.076Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:14:57.083Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:15:47.525Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:15:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:15:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:15:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:15:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:15:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:15:57.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:15:57.072Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:16:47.525Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:16:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:16:47.526Z|b35e3da8-5862-4a62-994c-0804f6578cf2|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 T09iSpGN32holuBU) ... 2022-06-22T07:16:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:16:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:16:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:16:51.320Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:16:51.320Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-22T07:16:51.321Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a2488ff-582c-4978-afbb-a9685915eaf7","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"cb0d3a7c-e640-451f-a8b7-9a6362f003c7","serviceDescription":"service","serviceInvariantUUID":"64f24bdd-6083-4a69-9a86-69c18fa68f08","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19a26c05-3662-42d3-8874-1f71cbbf4fb3","resourceInvariantUUID":"ad47d5f3-8f0b-4688-bca0-5233c7add716","resourceCustomizationUUID":"f8954afb-e3c3-4bca-a475-fc7a0265d76d","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":"23ebebaf-8358-4c1e-8819-8b6a2fff9df0","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":"MjRiYTk0ODhmZDEyMDdkMmEzNTVmMGExMDMzMDRjNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c3c58bc-8101-4dfa-af6a-6b7b91906dbb","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":"NGY0ODYxNDBhMzU2OTRiODQyZGI4ZWU3NGQ0NmMwMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d63dd58d-69ef-49cd-85d8-97e263fa077b","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":"60242c96-9b68-4068-8616-d4876cfac0d5","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":"79267317-0c60-4712-b46a-b3a0918efe3e","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":"54a2a8f5-33d7-4dd2-8ae0-b935a149b968","artifactVersion":"2","generatedFromUUID":"60242c96-9b68-4068-8616-d4876cfac0d5"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZDY1NWIxZjY1YTRjYmQ4YTE5OTIwM2Q5NDM0NDE0N2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e6b36b1-386b-4f54-902c-123090a05fe8","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YjNlNGVkOTE3Mzc5MjRmMTE4ZGRiZDc4MTMyOTk4YjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05549790-6224-4f9e-8d51-3f0372d5bb23","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-22T07:16:51.323Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:16:51.323Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:16:51.326Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:16:51.326Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:16:51.427Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:16:51.428Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:16:51.428Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:16:51.448Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:16:51.448Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:16:51.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:16:51.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:16:51.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "ves-openapi-manager", "timestamp": 1655882209424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:16:51.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:16:51.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:16:51.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "aai-ml", "timestamp": 1655882209722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:16:51.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:16:52.327Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:16:52.328Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:16:52.330Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:16:52.330Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:16:52.430Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:16:52.431Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:16:52.431Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:16:52.463Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:16:52.463Z||pool-90-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:16:53.330Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:16:53.331Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:16:53.333Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:16:53.333Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:16:53.433Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:16:53.434Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:16:53.434Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:16:53.452Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:16:53.453Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:16:54.334Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:16:54.335Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:16:54.337Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:16:54.337Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-22T07:16:54.437Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-22T07:16:54.438Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:16:54.438Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:16:54.452Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:16:54.452Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:16:55.338Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:16:55.339Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:16:55.340Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:16:55.340Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:16:55.441Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:16:55.441Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:16:55.441Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:16:55.468Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:16:55.468Z||pool-93-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:16:56.341Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:16:56.342Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:16:56.344Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:16:56.344Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-22T07:16:56.445Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:16:56.445Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:16:56.445Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:16:56.456Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:16:56.457Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:16:57.345Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:16:57.346Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:16:57.348Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:16:57.349Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:16:57.449Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:16:57.450Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:16:57.450Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:16:57.490Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:16:57.490Z||pool-95-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:16:58.349Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:16:58.350Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:16:58.352Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:16:58.352Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:16:58.452Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:16:58.453Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:16:58.453Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:16:58.469Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:16:58.469Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:16:59.353Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "cb0d3a7c-e640-451f-a8b7-9a6362f003c7", "serviceDescription": "service", "serviceInvariantUUID": "64f24bdd-6083-4a69-9a86-69c18fa68f08", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "f8954afb-e3c3-4bca-a475-fc7a0265d76d", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "19a26c05-3662-42d3-8874-1f71cbbf4fb3", "resourceInvariantUUID": "ad47d5f3-8f0b-4688-bca0-5233c7add716", "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": "NGY0ODYxNDBhMzU2OTRiODQyZGI4ZWU3NGQ0NmMwMmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d63dd58d-69ef-49cd-85d8-97e263fa077b", "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": "60242c96-9b68-4068-8616-d4876cfac0d5", "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": "54a2a8f5-33d7-4dd2-8ae0-b935a149b968", "generatedFromUUID": "60242c96-9b68-4068-8616-d4876cfac0d5" }, "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": "54a2a8f5-33d7-4dd2-8ae0-b935a149b968", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YjNlNGVkOTE3Mzc5MjRmMTE4ZGRiZDc4MTMyOTk4YjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05549790-6224-4f9e-8d51-3f0372d5bb23" } ], "workloadContext": "Production" } 2022-06-22T07:16:59.353Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-22T07:16:59.353Z|b35e3da8-5862-4a62-994c-0804f6578cf2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb0d3a7c-e640-451f-a8b7-9a6362f003c7 ASDC 2022-06-22T07:16:59.354Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:3a2488ff-582c-4978-afbb-a9685915eaf7 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:cb0d3a7c-e640-451f-a8b7-9a6362f003c7 ServiceInvariantUUID:64f24bdd-6083-4a69-9a86-69c18fa68f08 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:05549790-6224-4f9e-8d51-3f0372d5bb23 ArtifactChecksum:YjNlNGVkOTE3Mzc5MjRmMTE4ZGRiZDc4MTMyOTk4YjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:f8954afb-e3c3-4bca-a475-fc7a0265d76d ResourceInvariantUUID:ad47d5f3-8f0b-4688-bca0-5233c7add716 ResourceName:basicclamp ResourceType:VF ResourceUUID:19a26c05-3662-42d3-8874-1f71cbbf4fb3 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:d63dd58d-69ef-49cd-85d8-97e263fa077b ArtifactChecksum:NGY0ODYxNDBhMzU2OTRiODQyZGI4ZWU3NGQ0NmMwMmU= 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:60242c96-9b68-4068-8616-d4876cfac0d5 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:54a2a8f5-33d7-4dd2-8ae0-b935a149b968 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:54a2a8f5-33d7-4dd2-8ae0-b935a149b968 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-22T07:16:59.354Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb0d3a7c-e640-451f-a8b7-9a6362f003c7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:16:59.384Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:16:59.384Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:16:59.384Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:16:59.385Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 05549790-6224-4f9e-8d51-3f0372d5bb23 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-06-22T07:16:59.385Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:16:59.385Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:00.129Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:17:00.133Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 05549790-6224-4f9e-8d51-3f0372d5bb23 73674 2022-06-22T07:17:00.133Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:00.134Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:00.134Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:17:00.134Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:17:00.136Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:17:00.136Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882220133, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:17:00.236Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:17:00.237Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:17:00.237Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:17:00.256Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:17:00.256Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:17:01.136Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:17:01.138Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:17:01.138Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 05549790-6224-4f9e-8d51-3f0372d5bb23, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-22T07:17:01.138Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-06-22T07:17:01.139Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-22T07:17:01.139Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-22T07:17:01.232Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14575306844499461262/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-22T07:17:02.098Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-22T07:17:02.099Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:17:02.099Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-06-22T07:17:02.099Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-22T07:17:02.099Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.099Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.099Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.099Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.099Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.100Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.100Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.100Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.100Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.100Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:17:02.100Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.100Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:02.100Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-22T07:17:02.101Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:17:02.101Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:17:02.101Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.101Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:02.101Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-22T07:17:02.101Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:17:02.101Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:17:02.102Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.102Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:02.102Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.102Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-06-22T07:17:02.102Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-22T07:17:02.102Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-22T07:17:02.102Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-22T07:17:02.102Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-22T07:17:02.103Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-22T07:17:02.103Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.103Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T07:17:02.103Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.103Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-22T07:17:02.103Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:17:02.103Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.104Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-22T07:17:02.104Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:17:02.104Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.104Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-22T07:17:02.104Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:17:02.104Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.104Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-06-22T07:17:02.105Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-22T07:17:02.105Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-22T07:17:02.105Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fb2ce0c3-4a0a-4faa-8a02-98cb3c022858 2022-06-22T07:17:02.105Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.105Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:02.105Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.105Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:02.105Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.105Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:02.106Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:02.106Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:02.106Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:cb0d3a7c-e640-451f-a8b7-9a6362f003c7 Model Version:NULL Model InvariantUuid:64f24bdd-6083-4a69-9a86-69c18fa68f08 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:40d3a72a-2101-474c-b9d2-9c1f31753aa4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ad47d5f3-8f0b-4688-bca0-5233c7add716 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f8954afb-e3c3-4bca-a475-fc7a0265d76d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:20d42ebe-cbf7-4055-98dc-4ec33f9dd226 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:71b4dfe7-0a53-4f55-8cd0-2558bee3f891 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fb2ce0c3-4a0a-4faa-8a02-98cb3c022858 ModelInvariantUuid:fb656a58-aacb-4959-a13e-82bdf5ed20e4 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:bd47dae9-ad38-48d6-8ecd-e46404686170 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:35e84a57-025e-40b7-89c8-c26d74305987 ModelInvariantUuid:0c4bdb0d-ea84-451c-bb58-055efb37ba5e ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:bd59274f-29a3-48f2-b6a4-154ea8fc3684 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-22T07:17:02.112Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 19a26c05-3662-42d3-8874-1f71cbbf4fb3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:17:02.114Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||basicclamp 0 2022-06-22T07:17:02.114Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19a26c05-3662-42d3-8874-1f71cbbf4fb3 2022-06-22T07:17:02.114Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d63dd58d-69ef-49cd-85d8-97e263fa077b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-06-22T07:17:02.115Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:17:02.115Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.317Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:17:02.318Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d63dd58d-69ef-49cd-85d8-97e263fa077b 790 2022-06-22T07:17:02.318Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.319Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:02.319Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:17:02.320Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:17:02.322Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:17:02.322Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882222318, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:17:02.422Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:17:02.423Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:17:02.423Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:17:02.438Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:17:02.439Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:17:03.322Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "20d42ebe-cbf7-4055-98dc-4ec33f9dd226", "vfModuleModelVersion": "1", "vfModuleModelUUID": "71b4dfe7-0a53-4f55-8cd0-2558bee3f891", "vfModuleModelCustomizationUUID": "cd7154ca-daa1-495a-9d60-1aa3b8d3f90d", "isBase": true, "artifacts": [ "60242c96-9b68-4068-8616-d4876cfac0d5", "54a2a8f5-33d7-4dd2-8ae0-b935a149b968" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T07:17:03.325Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:71b4dfe7-0a53-4f55-8cd0-2558bee3f891 VfModuleModelInvariantUUID:20d42ebe-cbf7-4055-98dc-4ec33f9dd226 VfModuleModelDescription:NULL Artifacts UUID List:{ 60242c96-9b68-4068-8616-d4876cfac0d5 , 54a2a8f5-33d7-4dd2-8ae0-b935a149b968 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T07:17:03.327Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "20d42ebe-cbf7-4055-98dc-4ec33f9dd226", "vfModuleModelVersion": "1", "vfModuleModelUUID": "71b4dfe7-0a53-4f55-8cd0-2558bee3f891", "vfModuleModelCustomizationUUID": "cd7154ca-daa1-495a-9d60-1aa3b8d3f90d", "isBase": true, "artifacts": [ "60242c96-9b68-4068-8616-d4876cfac0d5", "54a2a8f5-33d7-4dd2-8ae0-b935a149b968" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T07:17:03.327Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:71b4dfe7-0a53-4f55-8cd0-2558bee3f891 VfModuleModelInvariantUUID:20d42ebe-cbf7-4055-98dc-4ec33f9dd226 VfModuleModelDescription:NULL Artifacts UUID List:{ 60242c96-9b68-4068-8616-d4876cfac0d5 , 54a2a8f5-33d7-4dd2-8ae0-b935a149b968 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T07:17:03.327Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 60242c96-9b68-4068-8616-d4876cfac0d5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-06-22T07:17:03.327Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:17:03.327Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:03.533Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:17:03.533Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 60242c96-9b68-4068-8616-d4876cfac0d5 5033 2022-06-22T07:17:03.533Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:03.533Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:03.534Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:17:03.534Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:17:03.536Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:17:03.536Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882223533, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:17:03.636Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:17:03.637Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:17:03.637Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:17:03.650Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:17:03.650Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:17:04.536Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 54a2a8f5-33d7-4dd2-8ae0-b935a149b968 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-06-22T07:17:04.537Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:17:04.538Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:04.735Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:17:04.735Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 54a2a8f5-33d7-4dd2-8ae0-b935a149b968 909 2022-06-22T07:17:04.735Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:04.735Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:04.736Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:17:04.736Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:17:04.737Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:17:04.737Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882224735, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:17:04.838Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-22T07:17:04.838Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:17:04.838Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:17:04.852Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:17:04.852Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:17:05.738Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cb0d3a7c-e640-451f-a8b7-9a6362f003c7 2022-06-22T07:17:05.739Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 19a26c05-3662-42d3-8874-1f71cbbf4fb3 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:17:05.752Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60741f19, org.onap.sdc.toscaparser.api.parameters.Input@255d2c24, org.onap.sdc.toscaparser.api.parameters.Input@3a2de9e9, org.onap.sdc.toscaparser.api.parameters.Input@27e1b700, org.onap.sdc.toscaparser.api.parameters.Input@672de832] 2022-06-22T07:17:05.753Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.753Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:05.753Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-22T07:17:05.753Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f8954afb-e3c3-4bca-a475-fc7a0265d76d 2022-06-22T07:17:05.753Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8954afb-e3c3-4bca-a475-fc7a0265d76d matches Tosca VF Customization UUID: f8954afb-e3c3-4bca-a475-fc7a0265d76d 2022-06-22T07:17:05.753Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f8954afb-e3c3-4bca-a475-fc7a0265d76d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-22T07:17:05.755Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.755Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:05.755Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f8954afb-e3c3-4bca-a475-fc7a0265d76d: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-22T07:17:05.755Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5419e3b6 2022-06-22T07:17:05.755Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.755Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T07:17:05.756Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd7154ca-daa1-495a-9d60-1aa3b8d3f90d 2022-06-22T07:17:05.756Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd7154ca-daa1-495a-9d60-1aa3b8d3f90d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-22T07:17:05.757Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.758Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-22T07:17:05.758Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:17:05.758Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.758Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-22T07:17:05.759Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:17:05.759Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.759Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-06-22T07:17:05.759Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-22T07:17:05.759Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-22T07:17:05.760Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fb2ce0c3-4a0a-4faa-8a02-98cb3c022858 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-22T07:17:05.762Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.762Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-22T07:17:05.762Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:17:05.763Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.763Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-06-22T07:17:05.763Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=f8954afb-e3c3-4bca-a475-fc7a0265d76d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:17:05.765Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.765Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:05.765Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cb0d3a7c-e640-451f-a8b7-9a6362f003c7: basicclamp 2022-06-22T07:17:05.765Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.765Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:05.765Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.765Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:05.765Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.766Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:05.766Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.766Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:05.766Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:17:05.766Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:17:05.766Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:17:05.840Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 19a26c05-3662-42d3-8874-1f71cbbf4fb3 1 ASDC deployResourceStructure 2022-06-22T07:17:05.840Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:05.840Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:05.840Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:17:05.840Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:17:05.842Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:17:05.842Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882225840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:17:05.942Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:17:05.943Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:17:05.943Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:17:05.964Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:17:05.964Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:17:06.843Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:06.844Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:06.844Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:17:06.844Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:17:06.846Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:17:06.846Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882226843, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-22T07:17:06.947Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:17:06.947Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:17:06.948Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:17:06.966Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:17:06.966Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:17:07.847Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:07.849Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:07.849Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:17:07.849Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:17:07.851Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:17:07.851Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882227847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-22T07:17:07.952Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:17:07.952Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:17:07.953Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:17:07.968Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:17:07.968Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1} 2022-06-22T07:17:08.852Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:08.853Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 2022-06-22T07:17:08.853Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:17:08.853Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:17:08.854Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:17:08.854Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882228852, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:17:08.954Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:17:08.955Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:17:08.955Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:17:08.969Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:17:08.969Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:17:09.855Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:17:09.864Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:17:09.866Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:17:09.866Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:17:09.866Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:17:39.866Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:17:39.877Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:17:39.878Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:17:39.879Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:17:39.879Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:17:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:17:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:17:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:17:47.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:17:47.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:17:47.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:17:47.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:18:09.879Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:18:09.889Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:18:09.891Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:18:09.892Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:18:09.892Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:18:39.892Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:18:39.901Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:18:39.902Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:18:39.902Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:18:39.903Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:18:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:18:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:18:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:18:47.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:18:47.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:18:47.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "cds", "timestamp": 1655882205470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:18:47.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:18:47.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:18:47.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "policy-id", "timestamp": 1655882207926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:18:47.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:09.903Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:19:09.912Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:19:09.914Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:19:09.914Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:19:09.914Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:19:39.914Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:19:39.921Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:19:39.922Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:19:39.922Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-22T07:19:39.922Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-22T07:19:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:19:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:19:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:19:47.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:19:47.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "ves-openapi-manager", "timestamp": 1655882209424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "aai-ml", "timestamp": 1655882209722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "cds", "timestamp": 1655882205470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "policy-id", "timestamp": 1655882207926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882212545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "ves-openapi-manager", "timestamp": 1655882209424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "aai-ml", "timestamp": 1655882209722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "cds", "timestamp": 1655882205470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "policy-id", "timestamp": 1655882207926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882212545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "ves-openapi-manager", "timestamp": 1655882209424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "aai-ml", "timestamp": 1655882209722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "cds", "timestamp": 1655882205470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "policy-id", "timestamp": 1655882207926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882212545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "ves-openapi-manager", "timestamp": 1655882209424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "aai-ml", "timestamp": 1655882209722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "cds", "timestamp": 1655882205470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "policy-id", "timestamp": 1655882207926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882212545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "ves-openapi-manager", "timestamp": 1655882209424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "cds", "timestamp": 1655882205470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "aai-ml", "timestamp": 1655882209722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "policy-id", "timestamp": 1655882207926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882212545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "ves-openapi-manager", "timestamp": 1655882209424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "cds", "timestamp": 1655882205470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "aai-ml", "timestamp": 1655882209722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "policy-id", "timestamp": 1655882207926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882216732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882216743, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882212545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "ves-openapi-manager", "timestamp": 1655882209424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "aai-ml", "timestamp": 1655882209722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "cds", "timestamp": 1655882205470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882207525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "policy-id", "timestamp": 1655882207926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882216732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882216743, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882212545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882216732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882216743, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882220133, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "policy-id", "timestamp": 1655882220132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882212545, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "aai-ml", "timestamp": 1655882220226, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "cds", "timestamp": 1655882220227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882216732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882216743, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "policy-id", "timestamp": 1655882221135, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "cds", "timestamp": 1655882221231, "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=? 2022-06-22T07:19:47.578Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a2488ff-582c-4978-afbb-a9685915eaf7 2022-06-22T07:19:47.578Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a2488ff-582c-4978-afbb-a9685915eaf7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882216732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882216743, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "policy-id", "timestamp": 1655882222137, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:19:47.590Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a2488ff-582c-4978-afbb-a9685915eaf7 2022-06-22T07:19:47.590Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a2488ff-582c-4978-afbb-a9685915eaf7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882222318, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882216732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882216743, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-22T07:19:47.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882216732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882216743, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882223533, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882216732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882216743, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882224735, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882225466, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882225534, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882225840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "aai-ml", "timestamp": 1655882226496, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882226586, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882226843, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882227472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "aai-ml", "timestamp": 1655882227499, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:19:47.606Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a2488ff-582c-4978-afbb-a9685915eaf7 2022-06-22T07:19:47.606Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a2488ff-582c-4978-afbb-a9685915eaf7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882227679, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882227847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882228477, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:19:47.617Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a2488ff-582c-4978-afbb-a9685915eaf7 2022-06-22T07:19:47.617Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a2488ff-582c-4978-afbb-a9685915eaf7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882228700, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:19:47.629Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a2488ff-582c-4978-afbb-a9685915eaf7 2022-06-22T07:19:47.629Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a2488ff-582c-4978-afbb-a9685915eaf7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-22T07:19:47.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882228852, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.636Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "multicloud-k8s-id", "timestamp": 1655882229702, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.636Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882233340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.636Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "ves-openapi-manager", "timestamp": 1655882229424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "policy-id", "timestamp": 1655882227926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882234343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "ves-openapi-manager", "timestamp": 1655882229424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "policy-id", "timestamp": 1655882227926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882235698, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "ves-openapi-manager", "timestamp": 1655882229424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "policy-id", "timestamp": 1655882227926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "cds", "timestamp": 1655882235470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882236701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "ves-openapi-manager", "timestamp": 1655882229424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "policy-id", "timestamp": 1655882227926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "cds", "timestamp": 1655882235470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882236743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "clamp", "timestamp": 1655882237704, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:19:47.644Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 3a2488ff-582c-4978-afbb-a9685915eaf7 2022-06-22T07:19:47.644Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a2488ff-582c-4978-afbb-a9685915eaf7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "ves-openapi-manager", "timestamp": 1655882229424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "policy-id", "timestamp": 1655882227926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "cds", "timestamp": 1655882235470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882236743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:19:47.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "ves-openapi-manager", "timestamp": 1655882229424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "policy-id", "timestamp": 1655882227926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "cds", "timestamp": 1655882235470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882236743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "ves-openapi-manager", "timestamp": 1655882229424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "policy-id", "timestamp": 1655882227926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "cds", "timestamp": 1655882235470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "aai-ml", "timestamp": 1655882239722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882236743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "ves-openapi-manager", "timestamp": 1655882229424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "policy-id", "timestamp": 1655882227926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "cds", "timestamp": 1655882235470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "aai-ml", "timestamp": 1655882239722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882236743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "cds", "timestamp": 1655882235470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "aai-ml", "timestamp": 1655882239722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882236743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "policy-id", "timestamp": 1655882242368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "cds", "timestamp": 1655882235470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "clamp", "timestamp": 1655882242545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "aai-ml", "timestamp": 1655882239722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882236743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "policy-id", "timestamp": 1655882243371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "clamp", "timestamp": 1655882242545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "cds", "timestamp": 1655882244327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "aai-ml", "timestamp": 1655882239722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882236743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "policy-id", "timestamp": 1655882244374, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.663Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66582ad5-b37d-42f4-bbb6-e831322a5b90 2022-06-22T07:19:47.663Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66582ad5-b37d-42f4-bbb6-e831322a5b90 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "clamp", "timestamp": 1655882242545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "aai-ml", "timestamp": 1655882239722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882245661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "clamp", "timestamp": 1655882242545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "aai-ml", "timestamp": 1655882239722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "cds", "timestamp": 1655882246500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:19:47.675Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66582ad5-b37d-42f4-bbb6-e831322a5b90 2022-06-22T07:19:47.675Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66582ad5-b37d-42f4-bbb6-e831322a5b90 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882247063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.682Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "clamp", "timestamp": 1655882242545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "aai-ml", "timestamp": 1655882239722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882248151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "clamp", "timestamp": 1655882242545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882247926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "aai-ml", "timestamp": 1655882248632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882249170, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:19:47.689Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66582ad5-b37d-42f4-bbb6-e831322a5b90 2022-06-22T07:19:47.690Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66582ad5-b37d-42f4-bbb6-e831322a5b90 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-22T07:19:47.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "clamp", "timestamp": 1655882242545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882247926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "ves-openapi-manager", "timestamp": 1655882249424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "multicloud-k8s-id", "timestamp": 1655882250172, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "clamp", "timestamp": 1655882242545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882247926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-22T07:19:47.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "ves-openapi-manager", "timestamp": 1655882249424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882250470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882247926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "ves-openapi-manager", "timestamp": 1655882249424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882250470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882247926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "ves-openapi-manager", "timestamp": 1655882249424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882250470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882247926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "ves-openapi-manager", "timestamp": 1655882249424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882250470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882247926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "ves-openapi-manager", "timestamp": 1655882249424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882250470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "aai-ml", "timestamp": 1655882255421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882255438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882247926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "ves-openapi-manager", "timestamp": 1655882249424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882250470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "aai-ml", "timestamp": 1655882256424, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:19:47.713Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66582ad5-b37d-42f4-bbb6-e831322a5b90 2022-06-22T07:19:47.713Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66582ad5-b37d-42f4-bbb6-e831322a5b90 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882247926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "ves-openapi-manager", "timestamp": 1655882249424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882250470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882256743, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882257514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882247926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "ves-openapi-manager", "timestamp": 1655882249424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882250470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882256743, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:19:47.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882258517, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:19:47.727Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66582ad5-b37d-42f4-bbb6-e831322a5b90 2022-06-22T07:19:47.728Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66582ad5-b37d-42f4-bbb6-e831322a5b90 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882258728, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.735Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "ves-openapi-manager", "timestamp": 1655882249424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882250470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882256743, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882259732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.736Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882250470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882256743, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "policy-id", "timestamp": 1655882260734, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.746Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33528544-791e-46b0-8e9f-c53083148566 2022-06-22T07:19:47.747Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33528544-791e-46b0-8e9f-c53083148566 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882256743, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-22T07:19:47.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882261526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882256743, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-22T07:19:47.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "cds", "timestamp": 1655882262769, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:19:47.760Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33528544-791e-46b0-8e9f-c53083148566 2022-06-22T07:19:47.760Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33528544-791e-46b0-8e9f-c53083148566 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:19:47.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "clamp", "timestamp": 1655882263345, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:19:47.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882256743, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-22T07:19:47.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882256743, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882256743, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "clamp", "timestamp": 1655882266348, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882256743, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:19:47.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:19:47.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "clamp", "timestamp": 1655882267351, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:19:47.774Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66582ad5-b37d-42f4-bbb6-e831322a5b90 2022-06-22T07:19:47.774Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66582ad5-b37d-42f4-bbb6-e831322a5b90 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:20:09.923Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:20:09.933Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:20:09.936Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:20:09.936Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-22T07:20:09.936Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-22T07:20:09.936Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-22T07:20:09.937Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:20:09.937Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:20:09.937Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-06-22T07:20:09.937Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:20:09.941Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-22T07:20:39.942Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-22T07:20:39.951Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a2488ff-582c-4978-afbb-a9685915eaf7 and serviceModelVersionId: cb0d3a7c-e640-451f-a8b7-9a6362f003c7 2022-06-22T07:20:39.951Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f24bdd-6083-4a69-9a86-69c18fa68f08 2022-06-22T07:20:39.952Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f24bdd-6083-4a69-9a86-69c18fa68f08/model-vers/model-ver/cb0d3a7c-e640-451f-a8b7-9a6362f003c7?depth=0 2022-06-22T07:20:39.961Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-22T07:20:39.994Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64f24bdd-6083-4a69-9a86-69c18fa68f08/model-vers/model-ver/cb0d3a7c-e640-451f-a8b7-9a6362f003c7?depth=0|INFO|500||Invoke 2022-06-22T07:20:39.994Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64f24bdd-6083-4a69-9a86-69c18fa68f08/model-vers/model-ver/cb0d3a7c-e640-451f-a8b7-9a6362f003c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64f24bdd-6083-4a69-9a86-69c18fa68f08/model-vers/model-ver/cb0d3a7c-e640-451f-a8b7-9a6362f003c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a2488ff-582c-4978-afbb-a9685915eaf7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f4ca915-f3be-4fd7-9d5e-826d98f3278c], X-ECOMP-RequestID=[3a2488ff-582c-4978-afbb-a9685915eaf7], X-TransactionId=[], X-ONAP-RequestID=[3a2488ff-582c-4978-afbb-a9685915eaf7], Content-Type=[application/merge-patch+json]} 2022-06-22T07:20:40.012Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64f24bdd-6083-4a69-9a86-69c18fa68f08/model-vers/model-ver/cb0d3a7c-e640-451f-a8b7-9a6362f003c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-22T07:20:40.239Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64f24bdd-6083-4a69-9a86-69c18fa68f08/model-vers/model-ver/cb0d3a7c-e640-451f-a8b7-9a6362f003c7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64f24bdd-6083-4a69-9a86-69c18fa68f08/model-vers/model-ver/cb0d3a7c-e640-451f-a8b7-9a6362f003c7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220622-07:20:40:019-38074], vertex-id=[237696], Content-Length=[0], Date=[Wed, 22 Jun 2022 07:20:40 GMT], Content-Type=[application/json]} 2022-06-22T07:20:40.239Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64f24bdd-6083-4a69-9a86-69c18fa68f08/model-vers/model-ver/cb0d3a7c-e640-451f-a8b7-9a6362f003c7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-22T07:20:40.240Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64f24bdd-6083-4a69-9a86-69c18fa68f08/model-vers/model-ver/cb0d3a7c-e640-451f-a8b7-9a6362f003c7?depth=0|INFO|500||InvokeReturn 2022-06-22T07:20:40.240Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-22T07:20:40.240Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:20:40.245Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-22T07:20:40.246Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a2488ff-582c-4978-afbb-a9685915eaf7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2022-06-22T07:20:40.246Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-22T07:20:40.246Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:40.247Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:40.247Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882440246, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-06-22T07:20:40.348Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:20:40.349Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:40.349Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:40.364Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:40.364Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T07:20:41.258Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:20:41.258Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:20:41.258Z|3a2488ff-582c-4978-afbb-a9685915eaf7|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 T09iSpGN32holuBU) ... 2022-06-22T07:20:45.661Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:45.663Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-22T07:20:45.663Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"66582ad5-b37d-42f4-bbb6-e831322a5b90","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4d4c5695-669b-4fb4-8550-ca21ca834775","serviceDescription":"service","serviceInvariantUUID":"e337da5b-44ad-45dc-8153-c0d3b15e4f5f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c12be9b-a96c-4d23-a7b2-b6a41a5c0718","resourceInvariantUUID":"a8eecd76-be1a-41ee-b694-a7313a2af5db","resourceCustomizationUUID":"8bbaafaf-80b2-42ef-bc96-daf004b0cbbf","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":"ZDRlMjA4M2Q3MmQ5ZWQyNTQ4YzA2OWYzY2FiNTA4NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aaf87336-79ce-40c0-82c0-cf565220d2d2","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":"NjQ1ZDA4NDM4ZjY1YTFiOTIzNTQ3MzNmODQ0ZjAwMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d5b5299b-3d0c-44eb-87d1-b4ac12d5bae6","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":"2f4c696f-4ecc-442d-9842-4187ac82e34f","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":"75665690-478d-4e2c-81d4-fe3b5cb7a8dd","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":"7c78ddda-7fab-4cd4-a1dd-3916717a3ed9","artifactVersion":"2","generatedFromUUID":"2f4c696f-4ecc-442d-9842-4187ac82e34f"},{"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":"M2EyYTJlMmVlNDBiZTExNTJlYTZmMGI1YWU5MmM4NmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bf1ab2c2-c213-454e-8788-0e9415e35102","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":"NGJkNGY5NjY0YmM1MTJiOTAwNWZhODU0YzU3NWRhMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8554b2c8-344a-4dfd-98c5-867816b031a0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWE0ZjRkYTIwYWQ3YjUxZjhlYjYwOTMxMjViZDNjZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b34b95f3-eb3f-4d97-b32b-19e7c7e8f865","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-22T07:20:45.664Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:20:45.665Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:45.667Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:45.667Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:45.767Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:20:45.768Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:45.768Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:45.784Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:45.784Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:20:46.667Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:20:46.668Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:46.670Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:46.670Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:20:46.771Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:20:46.772Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:46.772Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:46.789Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:46.789Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:20:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:20:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:20:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:20:47.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:47.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882267475, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:20:47.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:20:47.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882246732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:20:47.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882268663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:20:47.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:20:47.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882269773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:20:47.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:20:47.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882269861, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:20:47.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:20:47.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882269722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882271062, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-22T07:20:47.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:20:47.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882269722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882271782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:20:47.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:20:47.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882272189, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:20:47.565Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33528544-791e-46b0-8e9f-c53083148566 2022-06-22T07:20:47.565Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33528544-791e-46b0-8e9f-c53083148566 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-22T07:20:47.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882269722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882272785, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:20:47.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33528544-791e-46b0-8e9f-c53083148566 2022-06-22T07:20:47.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33528544-791e-46b0-8e9f-c53083148566 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:20:47.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882272545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "multicloud-k8s-id", "timestamp": 1655882273192, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882269722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882272545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882269722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882272545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882269722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882272545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882269722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882272545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882269722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882272545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882269722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882272545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882269722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882272545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882280541, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882272545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882272545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882286326, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "aai-ml", "timestamp": 1655882287329, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:20:47.593Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33528544-791e-46b0-8e9f-c53083148566 2022-06-22T07:20:47.593Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33528544-791e-46b0-8e9f-c53083148566 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:20:47.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882292349, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:20:47.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:20:47.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882297354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:20:47.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:20:47.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:20:47.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "clamp", "timestamp": 1655882298358, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:20:47.603Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 33528544-791e-46b0-8e9f-c53083148566 2022-06-22T07:20:47.603Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33528544-791e-46b0-8e9f-c53083148566 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:20:47.671Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:20:47.672Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:47.674Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:47.674Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-22T07:20:47.775Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:20:47.776Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:47.776Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:47.788Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:47.789Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:20:48.675Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:20:48.676Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:48.678Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:48.678Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:48.778Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:20:48.779Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:48.779Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:48.794Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:48.794Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:20:49.679Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:20:49.679Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:49.681Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:49.682Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-22T07:20:49.782Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:20:49.783Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:49.783Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:49.797Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:49.797Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:20:50.682Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:20:50.683Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:50.685Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:50.685Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:50.785Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:20:50.786Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:50.786Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:50.799Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:50.800Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:20:51.685Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:20:51.686Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:51.688Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:51.688Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:20:51.789Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:20:51.789Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:51.789Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:51.803Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:51.803Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:20:52.689Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:20:52.690Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:52.692Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:52.692Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:20:52.792Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:20:52.793Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:52.793Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:52.805Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:52.809Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:20:53.693Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4d4c5695-669b-4fb4-8550-ca21ca834775", "serviceDescription": "service", "serviceInvariantUUID": "e337da5b-44ad-45dc-8153-c0d3b15e4f5f", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "8bbaafaf-80b2-42ef-bc96-daf004b0cbbf", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6c12be9b-a96c-4d23-a7b2-b6a41a5c0718", "resourceInvariantUUID": "a8eecd76-be1a-41ee-b694-a7313a2af5db", "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": "NjQ1ZDA4NDM4ZjY1YTFiOTIzNTQ3MzNmODQ0ZjAwMTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d5b5299b-3d0c-44eb-87d1-b4ac12d5bae6", "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": "2f4c696f-4ecc-442d-9842-4187ac82e34f", "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": "7c78ddda-7fab-4cd4-a1dd-3916717a3ed9", "generatedFromUUID": "2f4c696f-4ecc-442d-9842-4187ac82e34f" }, "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": "7c78ddda-7fab-4cd4-a1dd-3916717a3ed9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZWE0ZjRkYTIwYWQ3YjUxZjhlYjYwOTMxMjViZDNjZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b34b95f3-eb3f-4d97-b32b-19e7c7e8f865" } ], "workloadContext": "Production" } 2022-06-22T07:20:53.694Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-22T07:20:53.694Z|3a2488ff-582c-4978-afbb-a9685915eaf7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d4c5695-669b-4fb4-8550-ca21ca834775 ASDC 2022-06-22T07:20:53.694Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:66582ad5-b37d-42f4-bbb6-e831322a5b90 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4d4c5695-669b-4fb4-8550-ca21ca834775 ServiceInvariantUUID:e337da5b-44ad-45dc-8153-c0d3b15e4f5f 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:b34b95f3-eb3f-4d97-b32b-19e7c7e8f865 ArtifactChecksum:ZWE0ZjRkYTIwYWQ3YjUxZjhlYjYwOTMxMjViZDNjZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:8bbaafaf-80b2-42ef-bc96-daf004b0cbbf ResourceInvariantUUID:a8eecd76-be1a-41ee-b694-a7313a2af5db ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:6c12be9b-a96c-4d23-a7b2-b6a41a5c0718 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:d5b5299b-3d0c-44eb-87d1-b4ac12d5bae6 ArtifactChecksum:NjQ1ZDA4NDM4ZjY1YTFiOTIzNTQ3MzNmODQ0ZjAwMTU= 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:2f4c696f-4ecc-442d-9842-4187ac82e34f 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:7c78ddda-7fab-4cd4-a1dd-3916717a3ed9 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:7c78ddda-7fab-4cd4-a1dd-3916717a3ed9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-22T07:20:53.694Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d4c5695-669b-4fb4-8550-ca21ca834775 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T07:20:53.722Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:20:53.723Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:20:53.723Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:20:53.723Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b34b95f3-eb3f-4d97-b32b-19e7c7e8f865 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-22T07:20:53.723Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:20:53.723Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:54.452Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:20:54.457Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b34b95f3-eb3f-4d97-b32b-19e7c7e8f865 78816 2022-06-22T07:20:54.457Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:54.457Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:54.457Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:20:54.458Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:54.460Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:54.460Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882454457, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:20:54.560Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:20:54.561Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:54.561Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:54.574Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:54.575Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:20:55.460Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:20:55.461Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:20:55.461Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b34b95f3-eb3f-4d97-b32b-19e7c7e8f865, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-22T07:20:55.461Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-22T07:20:55.462Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-22T07:20:55.462Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-22T07:20:55.580Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9247453240667517581/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:56.421Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:56.422Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:56.422Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:20:56.422Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.422Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:56.422Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-22T07:20:56.422Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:20:56.422Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:20:56.422Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.422Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:20:56.423Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-22T07:20:56.423Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:20:56.423Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:20:56.423Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.423Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:20:56.423Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.423Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-22T07:20:56.423Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-22T07:20:56.423Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-22T07:20:56.424Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-22T07:20:56.424Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-22T07:20:56.424Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-22T07:20:56.424Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.424Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:56.424Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.424Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-22T07:20:56.424Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:20:56.424Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.425Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-22T07:20:56.425Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:20:56.425Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.425Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-22T07:20:56.425Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:20:56.425Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.425Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-22T07:20:56.425Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-22T07:20:56.425Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-22T07:20:56.425Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f50ee651-9e7c-4446-960e-0476a0cfe925 2022-06-22T07:20:56.426Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.426Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:20:56.426Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.426Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:20:56.426Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.426Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:20:56.426Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:20:56.426Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:20:56.426Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4d4c5695-669b-4fb4-8550-ca21ca834775 Model Version:NULL Model InvariantUuid:e337da5b-44ad-45dc-8153-c0d3b15e4f5f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:80b5005b-ea24-411c-ac66-a2a1cb9d1f3b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a8eecd76-be1a-41ee-b694-a7313a2af5db Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8bbaafaf-80b2-42ef-bc96-daf004b0cbbf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:edf81120-539b-4aff-892c-1cc621b5351f ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:7b64f300-63a1-4562-a377-474427295912 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f50ee651-9e7c-4446-960e-0476a0cfe925 ModelInvariantUuid:d5284072-84eb-46e8-931f-31d23c72ca64 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:3b106701-4f07-410e-ab22-836139e17768 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e9e7c05f-546a-478c-a348-37b3ed125490 ModelInvariantUuid:cd1e7b42-0fb3-40ac-a7e3-f5c298540c5a ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:996657d8-af35-4e38-84f1-962b2b087b22 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-22T07:20:56.433Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c12be9b-a96c-4d23-a7b2-b6a41a5c0718 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:20:56.436Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-06-22T07:20:56.436Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c12be9b-a96c-4d23-a7b2-b6a41a5c0718 2022-06-22T07:20:56.436Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d5b5299b-3d0c-44eb-87d1-b4ac12d5bae6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-22T07:20:56.436Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:20:56.436Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:57.250Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:20:57.251Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 d5b5299b-3d0c-44eb-87d1-b4ac12d5bae6 792 2022-06-22T07:20:57.251Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:57.251Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:57.251Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:20:57.251Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:57.253Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:57.253Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882457251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:20:57.353Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:20:57.354Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:57.354Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:57.366Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:57.366Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:20:58.253Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "edf81120-539b-4aff-892c-1cc621b5351f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7b64f300-63a1-4562-a377-474427295912", "vfModuleModelCustomizationUUID": "0c982412-65ee-46d0-9095-b232172f36c2", "isBase": true, "artifacts": [ "2f4c696f-4ecc-442d-9842-4187ac82e34f", "7c78ddda-7fab-4cd4-a1dd-3916717a3ed9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T07:20:58.256Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7b64f300-63a1-4562-a377-474427295912 VfModuleModelInvariantUUID:edf81120-539b-4aff-892c-1cc621b5351f VfModuleModelDescription:NULL Artifacts UUID List:{ 2f4c696f-4ecc-442d-9842-4187ac82e34f , 7c78ddda-7fab-4cd4-a1dd-3916717a3ed9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T07:20:58.257Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "edf81120-539b-4aff-892c-1cc621b5351f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7b64f300-63a1-4562-a377-474427295912", "vfModuleModelCustomizationUUID": "0c982412-65ee-46d0-9095-b232172f36c2", "isBase": true, "artifacts": [ "2f4c696f-4ecc-442d-9842-4187ac82e34f", "7c78ddda-7fab-4cd4-a1dd-3916717a3ed9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T07:20:58.257Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7b64f300-63a1-4562-a377-474427295912 VfModuleModelInvariantUUID:edf81120-539b-4aff-892c-1cc621b5351f VfModuleModelDescription:NULL Artifacts UUID List:{ 2f4c696f-4ecc-442d-9842-4187ac82e34f , 7c78ddda-7fab-4cd4-a1dd-3916717a3ed9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-22T07:20:58.257Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f4c696f-4ecc-442d-9842-4187ac82e34f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-22T07:20:58.258Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:20:58.258Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:58.335Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:20:58.335Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2f4c696f-4ecc-442d-9842-4187ac82e34f 5033 2022-06-22T07:20:58.335Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:58.335Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:58.335Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:20:58.335Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:58.337Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:58.337Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882458335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:20:58.437Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:20:58.438Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:58.438Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:58.453Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:58.453Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:20:59.337Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c78ddda-7fab-4cd4-a1dd-3916717a3ed9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-22T07:20:59.338Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:20:59.338Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:59.626Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:20:59.626Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 7c78ddda-7fab-4cd4-a1dd-3916717a3ed9 903 2022-06-22T07:20:59.626Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:59.626Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:20:59.626Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:20:59.627Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:20:59.628Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:20:59.628Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882459626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:20:59.728Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:20:59.730Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:20:59.730Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:20:59.744Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:20:59.745Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:00.629Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4d4c5695-669b-4fb4-8550-ca21ca834775 2022-06-22T07:21:00.630Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6c12be9b-a96c-4d23-a7b2-b6a41a5c0718 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:21:00.640Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c984fdb, org.onap.sdc.toscaparser.api.parameters.Input@697d1089, org.onap.sdc.toscaparser.api.parameters.Input@6733f6b, org.onap.sdc.toscaparser.api.parameters.Input@494c1aea, org.onap.sdc.toscaparser.api.parameters.Input@5734628f] 2022-06-22T07:21:00.641Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.641Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:00.641Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-22T07:21:00.641Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8bbaafaf-80b2-42ef-bc96-daf004b0cbbf 2022-06-22T07:21:00.641Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8bbaafaf-80b2-42ef-bc96-daf004b0cbbf matches Tosca VF Customization UUID: 8bbaafaf-80b2-42ef-bc96-daf004b0cbbf 2022-06-22T07:21:00.641Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8bbaafaf-80b2-42ef-bc96-daf004b0cbbf matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-22T07:21:00.643Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.643Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:00.644Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8bbaafaf-80b2-42ef-bc96-daf004b0cbbf: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-06-22T07:21:00.644Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@60e9f4f6 2022-06-22T07:21:00.644Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.644Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:21:00.644Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c982412-65ee-46d0-9095-b232172f36c2 2022-06-22T07:21:00.644Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c982412-65ee-46d0-9095-b232172f36c2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-22T07:21:00.646Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.646Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-22T07:21:00.646Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:21:00.646Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.647Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-22T07:21:00.647Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:21:00.647Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.647Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-22T07:21:00.647Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-22T07:21:00.647Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-22T07:21:00.648Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f50ee651-9e7c-4446-960e-0476a0cfe925 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-22T07:21:00.649Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.649Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-22T07:21:00.649Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:21:00.649Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.649Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-22T07:21:00.650Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8bbaafaf-80b2-42ef-bc96-daf004b0cbbf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:21:00.651Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.651Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:00.651Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4d4c5695-669b-4fb4-8550-ca21ca834775: basic_vm_macro 2022-06-22T07:21:00.651Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.651Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:00.651Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.652Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:00.652Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.652Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:00.652Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.652Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:21:00.652Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:00.652Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:00.652Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:21:00.721Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6c12be9b-a96c-4d23-a7b2-b6a41a5c0718 1 ASDC deployResourceStructure 2022-06-22T07:21:00.722Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:21:00.722Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:21:00.722Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:21:00.722Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:00.724Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:00.724Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882460722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:21:00.824Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:00.825Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:00.825Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:00.838Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:00.839Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:01.724Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:21:01.725Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:21:01.725Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:21:01.726Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:01.727Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:01.728Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882461724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-22T07:21:01.828Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:01.828Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:01.828Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:01.841Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:01.842Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:02.728Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:21:02.729Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:21:02.729Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:21:02.730Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:02.732Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:02.732Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882462728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-22T07:21:02.832Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-22T07:21:02.833Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:02.833Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:02.849Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:02.850Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:03.733Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:21:03.734Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|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 2022-06-22T07:21:03.734Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:21:03.734Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:03.737Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:03.737Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882463733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:21:03.837Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:03.837Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:03.837Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:03.851Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:03.852Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:21:04.738Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66582ad5-b37d-42f4-bbb6-e831322a5b90 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:21:04.748Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66582ad5-b37d-42f4-bbb6-e831322a5b90 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:21:04.750Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:21:04.751Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-22T07:21:04.751Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-22T07:21:04.751Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-22T07:21:04.751Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:21:04.751Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:21:04.751Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:21:04.752Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:21:04.752Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:21:04.752Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:21:04.752Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:21:04.756Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-22T07:21:34.757Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66582ad5-b37d-42f4-bbb6-e831322a5b90 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-22T07:21:34.763Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66582ad5-b37d-42f4-bbb6-e831322a5b90 and serviceModelVersionId: 4d4c5695-669b-4fb4-8550-ca21ca834775 2022-06-22T07:21:34.763Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e337da5b-44ad-45dc-8153-c0d3b15e4f5f 2022-06-22T07:21:34.764Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e337da5b-44ad-45dc-8153-c0d3b15e4f5f/model-vers/model-ver/4d4c5695-669b-4fb4-8550-ca21ca834775?depth=0 2022-06-22T07:21:34.770Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-22T07:21:34.802Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e337da5b-44ad-45dc-8153-c0d3b15e4f5f/model-vers/model-ver/4d4c5695-669b-4fb4-8550-ca21ca834775?depth=0|INFO|500||Invoke 2022-06-22T07:21:34.802Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e337da5b-44ad-45dc-8153-c0d3b15e4f5f/model-vers/model-ver/4d4c5695-669b-4fb4-8550-ca21ca834775?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e337da5b-44ad-45dc-8153-c0d3b15e4f5f/model-vers/model-ver/4d4c5695-669b-4fb4-8550-ca21ca834775?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66582ad5-b37d-42f4-bbb6-e831322a5b90], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[14e343c5-d585-40a4-8cb7-ab0a118f977c], X-ECOMP-RequestID=[66582ad5-b37d-42f4-bbb6-e831322a5b90], X-TransactionId=[], X-ONAP-RequestID=[66582ad5-b37d-42f4-bbb6-e831322a5b90], Content-Type=[application/merge-patch+json]} 2022-06-22T07:21:34.823Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e337da5b-44ad-45dc-8153-c0d3b15e4f5f/model-vers/model-ver/4d4c5695-669b-4fb4-8550-ca21ca834775?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-22T07:21:34.891Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e337da5b-44ad-45dc-8153-c0d3b15e4f5f/model-vers/model-ver/4d4c5695-669b-4fb4-8550-ca21ca834775?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e337da5b-44ad-45dc-8153-c0d3b15e4f5f/model-vers/model-ver/4d4c5695-669b-4fb4-8550-ca21ca834775?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220622-07:21:34:830-75711], vertex-id=[266336], Content-Length=[0], Date=[Wed, 22 Jun 2022 07:21:34 GMT], Content-Type=[application/json]} 2022-06-22T07:21:34.892Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e337da5b-44ad-45dc-8153-c0d3b15e4f5f/model-vers/model-ver/4d4c5695-669b-4fb4-8550-ca21ca834775?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-22T07:21:34.892Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e337da5b-44ad-45dc-8153-c0d3b15e4f5f/model-vers/model-ver/4d4c5695-669b-4fb4-8550-ca21ca834775?depth=0|INFO|500||InvokeReturn 2022-06-22T07:21:34.893Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-22T07:21:34.893Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:21:34.896Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-22T07:21:34.897Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66582ad5-b37d-42f4-bbb6-e831322a5b90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-22T07:21:34.897Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-22T07:21:34.897Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:34.899Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:34.899Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882494897, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:21:35.000Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:21:35.001Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:35.001Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:35.019Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:35.019Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T07:21:35.912Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-22T07:21:35.913Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"33528544-791e-46b0-8e9f-c53083148566","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ddc8e9df-71b2-4b34-bc91-0f358b708186","serviceDescription":"service","serviceInvariantUUID":"c4a7352d-99a2-4bf4-a190-b10e3eb7b933","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f6d9c986-8cf0-47b1-90d6-d25049d435d9","resourceInvariantUUID":"1b34c614-ab69-4c8e-b20d-9417212c816b","resourceCustomizationUUID":"c89904fe-a938-4476-a8d2-9c9f2dbca51a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZDU1MDQ0YmNhMGJlZTEzOGNiNzI3YWQzNWZjMzQ2MjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b82ede3c-6f88-4621-8bd2-6aaa1ef436cd","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"Mjk1ODQ0YzI3N2Q2NWY3MjYwNTMzNTAzMGRhNzU4Mzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd06bd3b-8952-4a52-8150-41295640fdbd","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"05e353a8-b0f7-49af-b99f-59e220b1d0c8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22503397-7681-4d45-a3df-3426e44d8cea","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0f4387c3-7a80-4520-99e8-0d4e21030497","artifactVersion":"2","generatedFromUUID":"a9c82a7b-bf6e-41c3-9be9-8bfbcea8094e"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"245c2f9d-31a4-4b04-b750-a6916dd39dd8","artifactVersion":"2","generatedFromUUID":"05e353a8-b0f7-49af-b99f-59e220b1d0c8"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a9c82a7b-bf6e-41c3-9be9-8bfbcea8094e","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"50162231-edda-4b6d-9260-071c25a28f63","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZWY1ZWUxZmZiYWE1YmU5NzJiNTIzOTAzMDhhZDEyYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"19a2ab6e-3d36-434e-8271-ef3646f818a6","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWQ4MTYwZGYyNjdmNGM5NjU1NDVmM2ZmZDU3Njk1YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea498bec-1dcd-4559-adef-3ef2f5d05948","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-22T07:21:35.913Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:21:35.913Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:35.915Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:35.915Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:36.016Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:21:36.016Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:36.017Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:36.029Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:36.029Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:36.916Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:21:36.917Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:36.919Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:36.920Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:21:37.020Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:37.020Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:37.020Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:37.036Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:37.036Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:37.920Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:21:37.921Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:37.923Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:37.923Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-22T07:21:38.024Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:38.024Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:38.024Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:38.040Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:38.040Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:38.924Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:21:38.925Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:38.927Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:38.927Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:39.027Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:39.028Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:39.028Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:39.041Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:39.042Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:39.928Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:21:39.929Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:39.931Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:39.931Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-22T07:21:40.031Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:40.032Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:40.032Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:40.048Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:40.048Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:21:40.932Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:21:40.932Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:40.934Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:40.934Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-22T07:21:41.035Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-22T07:21:41.035Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:41.035Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:41.049Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:41.049Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:41.935Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:21:41.936Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:41.938Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:41.938Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-22T07:21:42.038Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:42.039Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:42.039Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:42.055Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:42.056Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:42.938Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:21:42.939Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:42.941Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:42.942Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:43.042Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:43.043Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:43.043Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:43.059Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:43.060Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:21:43.943Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:21:43.944Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:43.945Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:43.946Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:44.046Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:44.046Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:44.046Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:44.059Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:44.060Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:44.946Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:21:44.947Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:44.949Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:44.950Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:21:45.050Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:45.050Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:45.051Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:45.065Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:45.066Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:21:45.951Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "ddc8e9df-71b2-4b34-bc91-0f358b708186", "serviceDescription": "service", "serviceInvariantUUID": "c4a7352d-99a2-4bf4-a190-b10e3eb7b933", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c89904fe-a938-4476-a8d2-9c9f2dbca51a", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f6d9c986-8cf0-47b1-90d6-d25049d435d9", "resourceInvariantUUID": "1b34c614-ab69-4c8e-b20d-9417212c816b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "Mjk1ODQ0YzI3N2Q2NWY3MjYwNTMzNTAzMGRhNzU4Mzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cd06bd3b-8952-4a52-8150-41295640fdbd", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "05e353a8-b0f7-49af-b99f-59e220b1d0c8", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "245c2f9d-31a4-4b04-b750-a6916dd39dd8", "generatedFromUUID": "05e353a8-b0f7-49af-b99f-59e220b1d0c8" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0f4387c3-7a80-4520-99e8-0d4e21030497", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "245c2f9d-31a4-4b04-b750-a6916dd39dd8", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a9c82a7b-bf6e-41c3-9be9-8bfbcea8094e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZWQ4MTYwZGYyNjdmNGM5NjU1NDVmM2ZmZDU3Njk1YTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ea498bec-1dcd-4559-adef-3ef2f5d05948" } ], "workloadContext": "Production" } 2022-06-22T07:21:45.952Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-22T07:21:45.952Z|66582ad5-b37d-42f4-bbb6-e831322a5b90|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ddc8e9df-71b2-4b34-bc91-0f358b708186 ASDC 2022-06-22T07:21:45.952Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:33528544-791e-46b0-8e9f-c53083148566 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:ddc8e9df-71b2-4b34-bc91-0f358b708186 ServiceInvariantUUID:c4a7352d-99a2-4bf4-a190-b10e3eb7b933 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:ea498bec-1dcd-4559-adef-3ef2f5d05948 ArtifactChecksum:ZWQ4MTYwZGYyNjdmNGM5NjU1NDVmM2ZmZDU3Njk1YTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c89904fe-a938-4476-a8d2-9c9f2dbca51a ResourceInvariantUUID:1b34c614-ab69-4c8e-b20d-9417212c816b ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:f6d9c986-8cf0-47b1-90d6-d25049d435d9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:cd06bd3b-8952-4a52-8150-41295640fdbd ArtifactChecksum:Mjk1ODQ0YzI3N2Q2NWY3MjYwNTMzNTAzMGRhNzU4Mzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:05e353a8-b0f7-49af-b99f-59e220b1d0c8 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:245c2f9d-31a4-4b04-b750-a6916dd39dd8 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:0f4387c3-7a80-4520-99e8-0d4e21030497 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:245c2f9d-31a4-4b04-b750-a6916dd39dd8 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:a9c82a7b-bf6e-41c3-9be9-8bfbcea8094e ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-22T07:21:45.953Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ddc8e9df-71b2-4b34-bc91-0f358b708186 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T07:21:45.981Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:21:45.982Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:21:45.982Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:21:45.982Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ea498bec-1dcd-4559-adef-3ef2f5d05948 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-22T07:21:45.982Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:21:45.983Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-22T07:21:46.101Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:21:46.111Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ea498bec-1dcd-4559-adef-3ef2f5d05948 158209 2022-06-22T07:21:46.111Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-22T07:21:46.112Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-22T07:21:46.112Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:21:46.112Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:46.113Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:46.113Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882506111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:46.213Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:46.214Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:46.214Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:46.228Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:46.229Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:47.114Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:21:47.115Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:21:47.116Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ea498bec-1dcd-4559-adef-3ef2f5d05948, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-22T07:21:47.116Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-22T07:21:47.116Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-22T07:21:47.117Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-22T07:21:47.199Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15703601024344988560/Definitions/service-BasicCnfMacro-template.yml 2022-06-22T07:21:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:21:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:21:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:21:47.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:47.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882389424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882392545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "cds", "timestamp": 1655882385470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882389722, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882387926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882392545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "cds", "timestamp": 1655882385470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882389424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882389722, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882387926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882392545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882389424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "cds", "timestamp": 1655882385470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882389722, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882387926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882396732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "multicloud-k8s-id", "timestamp": 1655882396743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882389424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "cds", "timestamp": 1655882385470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882392545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882389722, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882387926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882396732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "multicloud-k8s-id", "timestamp": 1655882396743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882389424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882392545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882389722, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "cds", "timestamp": 1655882385470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882387926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882396732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "multicloud-k8s-id", "timestamp": 1655882396743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882389424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882392545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "cds", "timestamp": 1655882385470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882389722, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882387926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882396732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "multicloud-k8s-id", "timestamp": 1655882396743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882389424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882392545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "cds", "timestamp": 1655882385470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882389722, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882387926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882396732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "multicloud-k8s-id", "timestamp": 1655882396743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882389424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882392545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "cds", "timestamp": 1655882385470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882389722, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882387926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882396732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "multicloud-k8s-id", "timestamp": 1655882396743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882389424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882392545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:21:47.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "cds", "timestamp": 1655882385470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:21:47.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882389722, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:21:47.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882387926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:21:47.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882396732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "multicloud-k8s-id", "timestamp": 1655882396743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882403735, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:47.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "cds", "timestamp": 1655882403740, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882403741, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882403733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882396732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "multicloud-k8s-id", "timestamp": 1655882396743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882404753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-22T07:21:47.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882404738, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:21:47.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "cds", "timestamp": 1655882404985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:21:47.580Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 202eb327-300f-4323-bbc3-adee9ae971a0 2022-06-22T07:21:47.580Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202eb327-300f-4323-bbc3-adee9ae971a0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:21:47.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882396732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:21:47.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "multicloud-k8s-id", "timestamp": 1655882396743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:21:47.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "ves-openapi-manager", "timestamp": 1655882405755, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:21:47.591Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 202eb327-300f-4323-bbc3-adee9ae971a0 2022-06-22T07:21:47.591Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202eb327-300f-4323-bbc3-adee9ae971a0 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:21:47.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "policy-id", "timestamp": 1655882405740, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:21:47.603Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 202eb327-300f-4323-bbc3-adee9ae971a0 2022-06-22T07:21:47.603Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202eb327-300f-4323-bbc3-adee9ae971a0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:21:47.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882406464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:47.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882407854, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:21:47.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882408149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:21:47.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "aai-ml", "timestamp": 1655882408857, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:21:47.619Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 202eb327-300f-4323-bbc3-adee9ae971a0 2022-06-22T07:21:47.619Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202eb327-300f-4323-bbc3-adee9ae971a0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:21:47.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655882409152, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:21:47.631Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 202eb327-300f-4323-bbc3-adee9ae971a0 2022-06-22T07:21:47.631Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202eb327-300f-4323-bbc3-adee9ae971a0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:21:47.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882411370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:47.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882413375, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:21:47.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "clamp", "timestamp": 1655882414377, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:21:47.642Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 202eb327-300f-4323-bbc3-adee9ae971a0 2022-06-22T07:21:47.642Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202eb327-300f-4323-bbc3-adee9ae971a0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:21:47.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a2488ff-582c-4978-afbb-a9685915eaf7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882440246, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-06-22T07:21:47.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:21:47.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:21:47.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:47.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:21:47.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:21:47.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:21:48.044Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-22T07:21:48.044Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:21:48.044Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-22T07:21:48.044Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-22T07:21:48.045Z|33528544-791e-46b0-8e9f-c53083148566|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-BasicCnfMacro-csar.csar 2022-06-22T07:21:48.045Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-22T07:21:48.045Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-22T07:21:48.045Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-22T07:21:48.045Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:21:48.045Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.045Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:48.046Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-22T07:21:48.046Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:21:48.046Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:21:48.046Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.046Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:48.046Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-22T07:21:48.046Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:21:48.047Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:21:48.047Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.047Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:48.047Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.047Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-22T07:21:48.047Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-22T07:21:48.048Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-22T07:21:48.048Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-22T07:21:48.048Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.048Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T07:21:48.048Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.048Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-22T07:21:48.048Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:21:48.049Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.049Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-22T07:21:48.049Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:21:48.049Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.049Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-22T07:21:48.049Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:21:48.050Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.050Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-22T07:21:48.050Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:21:48.050Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.050Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-22T07:21:48.050Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-22T07:21:48.050Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4d2d9593-5140-4806-9571-432acf7cfee5 2022-06-22T07:21:48.051Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.051Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:48.051Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.051Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:48.051Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.051Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:48.052Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:48.052Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:48.052Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:ddc8e9df-71b2-4b34-bc91-0f358b708186 Model Version:NULL Model InvariantUuid:c4a7352d-99a2-4bf4-a190-b10e3eb7b933 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e80ba18f-e377-42ae-8866-35d5ef884d3a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1b34c614-ab69-4c8e-b20d-9417212c816b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c89904fe-a938-4476-a8d2-9c9f2dbca51a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3c493bab-3435-458f-b212-412ab10865e6 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:3aa3f37c-2ef4-4dfe-aef4-1a52fdce031c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:262446c6-9eea-4e4e-8258-d881f1b1fd74 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:554c9dac-7137-4f72-9e9b-ce3fe3516db8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4d2d9593-5140-4806-9571-432acf7cfee5 ModelInvariantUuid:0259053b-8747-461b-be6b-f1f095f2f7dc ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:d94ecb50-1f76-41b9-963b-309b8cbedd96 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:b07aafa3-1eee-45eb-b629-b3dca8e154b6 ModelInvariantUuid:ced13b16-e5c7-4491-8969-9e4be6b781f8 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:fd6e96d6-829d-43ac-88ef-cf8b73226848 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-22T07:21:48.059Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f6d9c986-8cf0-47b1-90d6-d25049d435d9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:21:48.061Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0 2022-06-22T07:21:48.061Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f6d9c986-8cf0-47b1-90d6-d25049d435d9 2022-06-22T07:21:48.062Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cd06bd3b-8952-4a52-8150-41295640fdbd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-22T07:21:48.062Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:21:48.062Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-22T07:21:48.253Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:21:48.253Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json cd06bd3b-8952-4a52-8150-41295640fdbd 1565 2022-06-22T07:21:48.253Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-22T07:21:48.254Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-22T07:21:48.254Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:21:48.254Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:48.256Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:48.257Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882508253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:48.357Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:48.357Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:48.358Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:48.371Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:48.371Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:49.257Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "262446c6-9eea-4e4e-8258-d881f1b1fd74", "vfModuleModelVersion": "1", "vfModuleModelUUID": "554c9dac-7137-4f72-9e9b-ce3fe3516db8", "vfModuleModelCustomizationUUID": "f19daa03-5e64-4d29-9c35-fcb40b377880", "isBase": true, "artifacts": [ "05e353a8-b0f7-49af-b99f-59e220b1d0c8", "245c2f9d-31a4-4b04-b750-a6916dd39dd8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "3c493bab-3435-458f-b212-412ab10865e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3aa3f37c-2ef4-4dfe-aef4-1a52fdce031c", "vfModuleModelCustomizationUUID": "f25374bb-ce34-4cf3-9d6d-044e08b2e81d", "isBase": false, "artifacts": [ "a9c82a7b-bf6e-41c3-9be9-8bfbcea8094e" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T07:21:49.261Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:554c9dac-7137-4f72-9e9b-ce3fe3516db8 VfModuleModelInvariantUUID:262446c6-9eea-4e4e-8258-d881f1b1fd74 VfModuleModelDescription:NULL Artifacts UUID List:{ 05e353a8-b0f7-49af-b99f-59e220b1d0c8 , 245c2f9d-31a4-4b04-b750-a6916dd39dd8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:3aa3f37c-2ef4-4dfe-aef4-1a52fdce031c VfModuleModelInvariantUUID:3c493bab-3435-458f-b212-412ab10865e6 VfModuleModelDescription:NULL Artifacts UUID List:{ a9c82a7b-bf6e-41c3-9be9-8bfbcea8094e } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-22T07:21:49.264Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "262446c6-9eea-4e4e-8258-d881f1b1fd74", "vfModuleModelVersion": "1", "vfModuleModelUUID": "554c9dac-7137-4f72-9e9b-ce3fe3516db8", "vfModuleModelCustomizationUUID": "f19daa03-5e64-4d29-9c35-fcb40b377880", "isBase": true, "artifacts": [ "05e353a8-b0f7-49af-b99f-59e220b1d0c8", "245c2f9d-31a4-4b04-b750-a6916dd39dd8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "3c493bab-3435-458f-b212-412ab10865e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3aa3f37c-2ef4-4dfe-aef4-1a52fdce031c", "vfModuleModelCustomizationUUID": "f25374bb-ce34-4cf3-9d6d-044e08b2e81d", "isBase": false, "artifacts": [ "a9c82a7b-bf6e-41c3-9be9-8bfbcea8094e" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-22T07:21:49.265Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:554c9dac-7137-4f72-9e9b-ce3fe3516db8 VfModuleModelInvariantUUID:262446c6-9eea-4e4e-8258-d881f1b1fd74 VfModuleModelDescription:NULL Artifacts UUID List:{ 05e353a8-b0f7-49af-b99f-59e220b1d0c8 , 245c2f9d-31a4-4b04-b750-a6916dd39dd8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:3aa3f37c-2ef4-4dfe-aef4-1a52fdce031c VfModuleModelInvariantUUID:3c493bab-3435-458f-b212-412ab10865e6 VfModuleModelDescription:NULL Artifacts UUID List:{ a9c82a7b-bf6e-41c3-9be9-8bfbcea8094e } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-22T07:21:49.265Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 05e353a8-b0f7-49af-b99f-59e220b1d0c8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-22T07:21:49.265Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:21:49.265Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-22T07:21:49.556Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:21:49.556Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 05e353a8-b0f7-49af-b99f-59e220b1d0c8 914 2022-06-22T07:21:49.556Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-22T07:21:49.556Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-22T07:21:49.557Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:21:49.557Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:49.559Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:49.559Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882509556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:49.659Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:49.660Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:49.660Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:49.675Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:49.675Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:50.560Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0f4387c3-7a80-4520-99e8-0d4e21030497 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-22T07:21:50.561Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:21:50.561Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-22T07:21:50.760Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:21:50.760Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 0f4387c3-7a80-4520-99e8-0d4e21030497 12 2022-06-22T07:21:50.761Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-22T07:21:50.761Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-22T07:21:50.761Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:21:50.762Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:50.765Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:50.765Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882510761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:50.865Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:50.866Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:50.866Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:50.881Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:50.881Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:51.766Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 245c2f9d-31a4-4b04-b750-a6916dd39dd8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-22T07:21:51.767Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:21:51.767Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-22T07:21:51.961Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:21:51.961Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 245c2f9d-31a4-4b04-b750-a6916dd39dd8 96 2022-06-22T07:21:51.962Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-22T07:21:51.962Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-22T07:21:51.962Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:21:51.962Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:51.964Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:51.964Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882511962, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:52.064Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:52.065Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:52.065Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:52.080Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:52.080Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:52.964Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a9c82a7b-bf6e-41c3-9be9-8bfbcea8094e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-22T07:21:52.966Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:21:52.966Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-22T07:21:53.162Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:21:53.163Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a9c82a7b-bf6e-41c3-9be9-8bfbcea8094e 20206 2022-06-22T07:21:53.164Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-22T07:21:53.164Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-22T07:21:53.164Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:21:53.164Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:53.166Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:53.166Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882513164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-22T07:21:53.268Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:21:53.268Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:53.268Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:53.283Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:53.283Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:54.170Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ddc8e9df-71b2-4b34-bc91-0f358b708186 2022-06-22T07:21:54.170Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f6d9c986-8cf0-47b1-90d6-d25049d435d9 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:21:54.179Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f964256, org.onap.sdc.toscaparser.api.parameters.Input@3ad095f2, org.onap.sdc.toscaparser.api.parameters.Input@3585b5cc, org.onap.sdc.toscaparser.api.parameters.Input@de12925, org.onap.sdc.toscaparser.api.parameters.Input@30584e3d] 2022-06-22T07:21:54.181Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.181Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:54.181Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-22T07:21:54.181Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c89904fe-a938-4476-a8d2-9c9f2dbca51a 2022-06-22T07:21:54.181Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c89904fe-a938-4476-a8d2-9c9f2dbca51a matches Tosca VF Customization UUID: c89904fe-a938-4476-a8d2-9c9f2dbca51a 2022-06-22T07:21:54.181Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c89904fe-a938-4476-a8d2-9c9f2dbca51a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-22T07:21:54.183Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.183Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:54.184Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c89904fe-a938-4476-a8d2-9c9f2dbca51a: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-22T07:21:54.184Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@128666ea 2022-06-22T07:21:54.184Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.184Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-22T07:21:54.184Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f25374bb-ce34-4cf3-9d6d-044e08b2e81d 2022-06-22T07:21:54.185Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f25374bb-ce34-4cf3-9d6d-044e08b2e81d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-22T07:21:54.186Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.186Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-22T07:21:54.187Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:21:54.187Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.187Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-22T07:21:54.187Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-22T07:21:54.187Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.188Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-22T07:21:54.188Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c89904fe-a938-4476-a8d2-9c9f2dbca51a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:21:54.190Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.190Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:54.190Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ddc8e9df-71b2-4b34-bc91-0f358b708186: basic_cnf_macro 2022-06-22T07:21:54.191Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.191Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:54.191Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.191Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:54.191Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.191Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:54.191Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.191Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:54.191Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:21:54.192Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:21:54.192Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-22T07:21:54.222Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f6d9c986-8cf0-47b1-90d6-d25049d435d9 2 ASDC deployResourceStructure 2022-06-22T07:21:54.223Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-22T07:21:54.223Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-22T07:21:54.223Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:21:54.223Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:54.224Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:54.225Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882514223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:21:54.325Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:54.326Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:54.326Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:54.340Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:54.340Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:21:55.226Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-22T07:21:55.226Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-22T07:21:55.226Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:21:55.226Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:55.229Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:55.229Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882515225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-22T07:21:55.329Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:55.330Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:55.330Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:55.343Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:55.344Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:56.230Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-22T07:21:56.230Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-22T07:21:56.230Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-22T07:21:56.231Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:56.233Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:56.233Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882516230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-22T07:21:56.333Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:56.334Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:56.334Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:56.347Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:56.347Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:57.234Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-22T07:21:57.234Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-22T07:21:57.235Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:21:57.235Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:57.237Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:57.237Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882517234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-22T07:21:57.337Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:57.338Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:57.338Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:57.353Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:57.353Z||pool-142-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:58.237Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-22T07:21:58.239Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-22T07:21:58.239Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-22T07:21:58.239Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:58.241Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:58.241Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882518237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-22T07:21:58.341Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:58.342Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:58.342Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:58.355Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:58.355Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:21:59.242Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-22T07:21:59.242Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-22T07:21:59.242Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:21:59.243Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:21:59.245Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:21:59.245Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882519242, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:21:59.345Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:21:59.346Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:21:59.346Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:21:59.359Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:21:59.359Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:22:00.245Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33528544-791e-46b0-8e9f-c53083148566 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:22:00.257Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33528544-791e-46b0-8e9f-c53083148566 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:22:00.259Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:22:00.259Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-22T07:22:00.259Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-22T07:22:00.259Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-22T07:22:00.259Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:00.259Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:00.259Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:00.259Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:00.259Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:00.259Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:00.259Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:22:00.264Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-22T07:22:30.264Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33528544-791e-46b0-8e9f-c53083148566 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-22T07:22:30.271Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33528544-791e-46b0-8e9f-c53083148566 and serviceModelVersionId: ddc8e9df-71b2-4b34-bc91-0f358b708186 2022-06-22T07:22:30.271Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4a7352d-99a2-4bf4-a190-b10e3eb7b933 2022-06-22T07:22:30.272Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4a7352d-99a2-4bf4-a190-b10e3eb7b933/model-vers/model-ver/ddc8e9df-71b2-4b34-bc91-0f358b708186?depth=0 2022-06-22T07:22:30.275Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-22T07:22:30.296Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4a7352d-99a2-4bf4-a190-b10e3eb7b933/model-vers/model-ver/ddc8e9df-71b2-4b34-bc91-0f358b708186?depth=0|INFO|500||Invoke 2022-06-22T07:22:30.297Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4a7352d-99a2-4bf4-a190-b10e3eb7b933/model-vers/model-ver/ddc8e9df-71b2-4b34-bc91-0f358b708186?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4a7352d-99a2-4bf4-a190-b10e3eb7b933/model-vers/model-ver/ddc8e9df-71b2-4b34-bc91-0f358b708186?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33528544-791e-46b0-8e9f-c53083148566], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7841e289-92c4-443e-8601-c6eb4c1f1d54], X-ECOMP-RequestID=[33528544-791e-46b0-8e9f-c53083148566], X-TransactionId=[], X-ONAP-RequestID=[33528544-791e-46b0-8e9f-c53083148566], Content-Type=[application/merge-patch+json]} 2022-06-22T07:22:30.312Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4a7352d-99a2-4bf4-a190-b10e3eb7b933/model-vers/model-ver/ddc8e9df-71b2-4b34-bc91-0f358b708186?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-22T07:22:30.436Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4a7352d-99a2-4bf4-a190-b10e3eb7b933/model-vers/model-ver/ddc8e9df-71b2-4b34-bc91-0f358b708186?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4a7352d-99a2-4bf4-a190-b10e3eb7b933/model-vers/model-ver/ddc8e9df-71b2-4b34-bc91-0f358b708186?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220622-07:22:30:320-86248], vertex-id=[258232], Content-Length=[0], Date=[Wed, 22 Jun 2022 07:22:30 GMT], Content-Type=[application/json]} 2022-06-22T07:22:30.436Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4a7352d-99a2-4bf4-a190-b10e3eb7b933/model-vers/model-ver/ddc8e9df-71b2-4b34-bc91-0f358b708186?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-22T07:22:30.437Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4a7352d-99a2-4bf4-a190-b10e3eb7b933/model-vers/model-ver/ddc8e9df-71b2-4b34-bc91-0f358b708186?depth=0|INFO|500||InvokeReturn 2022-06-22T07:22:30.437Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-22T07:22:30.437Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:22:30.441Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-22T07:22:30.441Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33528544-791e-46b0-8e9f-c53083148566 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-22T07:22:30.441Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-22T07:22:30.441Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:30.443Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:30.443Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882550441, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:22:30.544Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:22:30.544Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:30.544Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:30.562Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:30.562Z||pool-145-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T07:22:31.453Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-22T07:22:31.453Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"202eb327-300f-4323-bbc3-adee9ae971a0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ba5e97f7-4eb3-4238-8d81-7c50706a9a21","serviceDescription":"service","serviceInvariantUUID":"e9c37cee-7b0d-429b-985b-f53413bb75fd","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"11ad74ec-b769-4c03-a3c0-55d9f6620d76","resourceInvariantUUID":"0598a773-5c1a-40ad-8033-65e635257d37","resourceCustomizationUUID":"a7b0d0c2-d9ff-49a7-a26a-e584e8daff1f","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":"MTZmOTY4NGY3MWU3NDlmMDE4ZTRkY2MxNTc5MTQyOGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6283266-ceab-4b56-b6fc-971032f2c41c","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":"4e7aa81e-8e76-4064-b285-27a24e01b7a6","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":"7b711c81-24a9-485f-883a-40eb4f776db1","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":"YzVjMWVkNWIzNjU0OWIzZGQzM2UyNTM5YjYwMjFhZTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0ab76b63-9b52-4deb-84b6-196397e09648","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":"a1b14716-fcb1-4058-b41d-9fd01c6aaca4","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":"641c8d3f-7380-412a-8cee-b361655c1bea","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":"0aaf7593-5096-42df-96ec-9733cc892880","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":"ZDJlMDEwMDIwY2FlMjI5YmU5MWY1MTgxODAzZDIxMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2de0781-572d-4013-af0c-e09f44ea4cde","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDA3OWFkYTU5YmU4NzFkMGIyZjJlY2M2NDM0YTBjMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"158c0079-c0a0-4031-b1d6-6c9a1c72a4ee","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-22T07:22:31.454Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:22:31.454Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:31.456Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:31.456Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:22:31.556Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:22:31.557Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:31.557Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:31.571Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:31.571Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:22:32.456Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:22:32.457Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:32.459Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:32.459Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:22:32.559Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:22:32.560Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:32.560Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:32.574Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:32.574Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:22:33.460Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:22:33.460Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:33.462Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:33.463Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T07:22:33.563Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:22:33.563Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:33.564Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:33.585Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:33.585Z||pool-148-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:22:34.463Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:22:34.464Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:34.466Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:34.466Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:22:34.566Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:22:34.566Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:34.566Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:34.579Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:34.580Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:22:35.466Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:22:35.466Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:35.468Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:35.468Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:22:35.568Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:22:35.569Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:35.570Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:35.582Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:35.583Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:22:36.469Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:22:36.469Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:36.471Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:36.471Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:22:36.571Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:22:36.572Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:36.572Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:36.585Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:36.586Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:22:37.471Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:22:37.472Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:37.474Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:37.474Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:22:37.574Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:22:37.575Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:37.575Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:37.587Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:37.588Z||pool-152-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:22:38.474Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:22:38.474Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:38.476Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:38.476Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:22:38.577Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:22:38.578Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:38.578Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:38.592Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:38.593Z||pool-153-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:22:39.477Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-22T07:22:39.477Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:39.479Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:39.479Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:22:39.579Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-22T07:22:39.580Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:39.580Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:39.593Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:39.594Z||pool-154-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:22:40.480Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "ba5e97f7-4eb3-4238-8d81-7c50706a9a21", "serviceDescription": "service", "serviceInvariantUUID": "e9c37cee-7b0d-429b-985b-f53413bb75fd", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "a7b0d0c2-d9ff-49a7-a26a-e584e8daff1f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "11ad74ec-b769-4c03-a3c0-55d9f6620d76", "resourceInvariantUUID": "0598a773-5c1a-40ad-8033-65e635257d37", "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": "MDA3OWFkYTU5YmU4NzFkMGIyZjJlY2M2NDM0YTBjMjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "158c0079-c0a0-4031-b1d6-6c9a1c72a4ee" } ], "workloadContext": "Production" } 2022-06-22T07:22:40.480Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-22T07:22:40.481Z|33528544-791e-46b0-8e9f-c53083148566|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ba5e97f7-4eb3-4238-8d81-7c50706a9a21 ASDC 2022-06-22T07:22:40.481Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:202eb327-300f-4323-bbc3-adee9ae971a0 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:ba5e97f7-4eb3-4238-8d81-7c50706a9a21 ServiceInvariantUUID:e9c37cee-7b0d-429b-985b-f53413bb75fd 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:158c0079-c0a0-4031-b1d6-6c9a1c72a4ee ArtifactChecksum:MDA3OWFkYTU5YmU4NzFkMGIyZjJlY2M2NDM0YTBjMjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:a7b0d0c2-d9ff-49a7-a26a-e584e8daff1f ResourceInvariantUUID:0598a773-5c1a-40ad-8033-65e635257d37 ResourceName:test-pnf ResourceType:PNF ResourceUUID:11ad74ec-b769-4c03-a3c0-55d9f6620d76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-22T07:22:40.481Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba5e97f7-4eb3-4238-8d81-7c50706a9a21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T07:22:40.503Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:22:40.504Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:22:40.504Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:22:40.504Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 158c0079-c0a0-4031-b1d6-6c9a1c72a4ee from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-22T07:22:40.504Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-22T07:22:40.504Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:40.818Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-22T07:22:40.825Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 158c0079-c0a0-4031-b1d6-6c9a1c72a4ee 105666 2022-06-22T07:22:40.825Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:40.825Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:40.825Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-22T07:22:40.826Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:40.827Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:40.827Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882560825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:22:40.927Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:22:40.928Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:40.928Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:40.942Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:40.943Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-22T07:22:41.828Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-22T07:22:41.828Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-22T07:22:41.829Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 158c0079-c0a0-4031-b1d6-6c9a1c72a4ee, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-22T07:22:41.829Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-22T07:22:41.829Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-22T07:22:41.829Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-22T07:22:41.920Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4811133924658490432/Definitions/service-TestPnfMacro-template.yml 2022-06-22T07:22:42.466Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-22T07:22:42.466Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:42.467Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:22:42.468Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:22:42.469Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:22:42.469Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:22:42.469Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:22:42.469Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:ba5e97f7-4eb3-4238-8d81-7c50706a9a21 Model Version:NULL Model InvariantUuid:e9c37cee-7b0d-429b-985b-f53413bb75fd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-22T07:22:42.474Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 11ad74ec-b769-4c03-a3c0-55d9f6620d76 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:22:42.477Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-06-22T07:22:42.477Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 11ad74ec-b769-4c03-a3c0-55d9f6620d76 2022-06-22T07:22:42.477Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||No resources found for Service: ba5e97f7-4eb3-4238-8d81-7c50706a9a21 2022-06-22T07:22:42.477Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ba5e97f7-4eb3-4238-8d81-7c50706a9a21 2022-06-22T07:22:42.477Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 11ad74ec-b769-4c03-a3c0-55d9f6620d76 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:22:42.481Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a38401e, org.onap.sdc.toscaparser.api.parameters.Input@414c509b, org.onap.sdc.toscaparser.api.parameters.Input@6baba9d4, org.onap.sdc.toscaparser.api.parameters.Input@6bb3e3db, org.onap.sdc.toscaparser.api.parameters.Input@13736603] 2022-06-22T07:22:42.481Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:22:42.481Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:22:42.481Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ba5e97f7-4eb3-4238-8d81-7c50706a9a21: test-pnf 2022-06-22T07:22:42.481Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||Processing PNF resource: 11ad74ec-b769-4c03-a3c0-55d9f6620d76 2022-06-22T07:22:42.481Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-22T07:22:42.481Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-22T07:22:42.482Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||Resource customization UUID: a7b0d0c2-d9ff-49a7-a26a-e584e8daff1f is the same as notified resource customizationUUID: a7b0d0c2-d9ff-49a7-a26a-e584e8daff1f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-22T07:22:42.516Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 11ad74ec-b769-4c03-a3c0-55d9f6620d76 0 ASDC deployResourceStructure 2022-06-22T07:22:42.517Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:42.517Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 2022-06-22T07:22:42.517Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-22T07:22:42.517Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:22:42.518Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:22:42.518Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882562517, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:22:42.619Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-22T07:22:42.619Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:22:42.619Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:22:42.634Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:42.634Z||pool-156-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-22T07:22:43.519Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 202eb327-300f-4323-bbc3-adee9ae971a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:22:43.530Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 202eb327-300f-4323-bbc3-adee9ae971a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-22T07:22:43.533Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-22T07:22:43.533Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-22T07:22:43.533Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-22T07:22:43.533Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-22T07:22:43.533Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:43.533Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:43.533Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:43.533Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:43.534Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:43.534Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:43.534Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-22T07:22:43.534Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-22T07:22:43.539Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-22T07:22:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:22:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:22:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:22:47.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:22:47.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-22T07:22:47.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-22T07:22:47.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:13.539Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 202eb327-300f-4323-bbc3-adee9ae971a0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-22T07:23:13.545Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 202eb327-300f-4323-bbc3-adee9ae971a0 and serviceModelVersionId: ba5e97f7-4eb3-4238-8d81-7c50706a9a21 2022-06-22T07:23:13.545Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9c37cee-7b0d-429b-985b-f53413bb75fd 2022-06-22T07:23:13.545Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9c37cee-7b0d-429b-985b-f53413bb75fd/model-vers/model-ver/ba5e97f7-4eb3-4238-8d81-7c50706a9a21?depth=0 2022-06-22T07:23:13.552Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-22T07:23:13.579Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9c37cee-7b0d-429b-985b-f53413bb75fd/model-vers/model-ver/ba5e97f7-4eb3-4238-8d81-7c50706a9a21?depth=0|INFO|500||Invoke 2022-06-22T07:23:13.579Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9c37cee-7b0d-429b-985b-f53413bb75fd/model-vers/model-ver/ba5e97f7-4eb3-4238-8d81-7c50706a9a21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9c37cee-7b0d-429b-985b-f53413bb75fd/model-vers/model-ver/ba5e97f7-4eb3-4238-8d81-7c50706a9a21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[202eb327-300f-4323-bbc3-adee9ae971a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4536c22a-0237-47d8-ab20-f2d1168483b3], X-ECOMP-RequestID=[202eb327-300f-4323-bbc3-adee9ae971a0], X-TransactionId=[], X-ONAP-RequestID=[202eb327-300f-4323-bbc3-adee9ae971a0], Content-Type=[application/merge-patch+json]} 2022-06-22T07:23:13.600Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9c37cee-7b0d-429b-985b-f53413bb75fd/model-vers/model-ver/ba5e97f7-4eb3-4238-8d81-7c50706a9a21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-22T07:23:14.115Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9c37cee-7b0d-429b-985b-f53413bb75fd/model-vers/model-ver/ba5e97f7-4eb3-4238-8d81-7c50706a9a21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9c37cee-7b0d-429b-985b-f53413bb75fd/model-vers/model-ver/ba5e97f7-4eb3-4238-8d81-7c50706a9a21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220622-07:23:13:607-1781], vertex-id=[221208], Content-Length=[0], Date=[Wed, 22 Jun 2022 07:23:13 GMT], Content-Type=[application/json]} 2022-06-22T07:23:14.116Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9c37cee-7b0d-429b-985b-f53413bb75fd/model-vers/model-ver/ba5e97f7-4eb3-4238-8d81-7c50706a9a21?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-22T07:23:14.116Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9c37cee-7b0d-429b-985b-f53413bb75fd/model-vers/model-ver/ba5e97f7-4eb3-4238-8d81-7c50706a9a21?depth=0|INFO|500||InvokeReturn 2022-06-22T07:23:14.116Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-22T07:23:14.116Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-22T07:23:14.120Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-22T07:23:14.121Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 202eb327-300f-4323-bbc3-adee9ae971a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-22T07:23:14.121Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-22T07:23:14.121Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-22T07:23:14.123Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-22T07:23:14.123Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882594121, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:23:14.223Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-22T07:23:14.224Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-22T07:23:14.224Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ... 2022-06-22T07:23:14.242Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:23:14.242Z||pool-157-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-22T07:23:15.134Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:23:15.134Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:23:15.134Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:23:25.392Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:23:25.392Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:23:25.392Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:23:25.393Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:23:34.939Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:23:34.939Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:23:34.940Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:23:34.940Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:23:44.482Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:23:44.483Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:23:44.483Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:23:44.483Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:23:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:23:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:23:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:23:47.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:23:47.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:23:47.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882454457, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882457251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882458335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882459626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882460722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882461724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882462728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882463733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66582ad5-b37d-42f4-bbb6-e831322a5b90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882494897, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882506111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:23:47.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:23:54.025Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:23:54.025Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:23:54.025Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:23:54.025Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:24:03.572Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:24:03.573Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:24:03.573Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:24:03.573Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:24:13.119Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:24:47.525Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:24:47.526Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:24:47.526Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:24:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:24:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:24:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:24:47.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:24:47.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882508253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-22T07:24:47.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882509556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-22T07:24:47.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882510761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:24:47.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882511962, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-22T07:24:47.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882513164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-22T07:24:47.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882514223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-22T07:24:47.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882515225, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-22T07:24:47.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882516230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-22T07:24:47.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882517234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882518237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882519242, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "33528544-791e-46b0-8e9f-c53083148566", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882550441, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:24:47.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882441258, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882560825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882562517, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-22T07:24:47.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:24:57.070Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:25:47.525Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:25:47.526Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:25:47.526Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:25:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:25:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:25:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:25:48.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:25:48.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-22T07:25:48.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "202eb327-300f-4323-bbc3-adee9ae971a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655882594121, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-22T07:25:48.056Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-22T07:25:57.076Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:26:47.525Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:26:47.526Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:26:47.526Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:26:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:26:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:26:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:26:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:26:57.071Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:27:47.525Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:27:47.526Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:27:47.526Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:27:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:27:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:27:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:27:57.145Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:27:57.145Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:28:47.525Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:28:47.526Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:28:47.526Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:28:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:28:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:28:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:28:57.069Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:28:57.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:29:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:29:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:29:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:29:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:29:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:29:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:29:57.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:29:57.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:30:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:30:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:30:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:30:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:30:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:30:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:30:57.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:30:57.088Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:31:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:31:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:31:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:31:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:31:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:31:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:31:57.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:31:57.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:32:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:32:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:32:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:32:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:32:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:32:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:32:57.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:32:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:33:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:33:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:33:47.526Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:33:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:33:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:33:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:33:57.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:33:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:34:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:34:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:34:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:34:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:34:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:34:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:34:57.075Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:34:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:35:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:35:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:35:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:35:47.527Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:35:47.527Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:35:47.527Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:35:57.097Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:35:57.099Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:36:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:36:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:36:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:36:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:36:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:36:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:36:57.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:36:57.072Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:37:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:37:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:37:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:37:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:37:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:37:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:37:57.068Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:37:57.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:38:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:38:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:38:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:38:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:38:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:38:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:38:57.082Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:38:57.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:39:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:39:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:39:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:39:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:39:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:39:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:39:57.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:39:57.073Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:40:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:40:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:40:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:40:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:40:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:40:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:40:57.070Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:40:57.070Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:41:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:41:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:41:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:41:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:41:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:41:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:41:57.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:41:57.077Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:42:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:42:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:42:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:42:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:42:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:42:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:42:57.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:42:57.078Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:43:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:43:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:43:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:43:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:43:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:43:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:43:57.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:43:57.071Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:44:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:44:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:44:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:44:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:44:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:44:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:44:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:44:57.071Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:45:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:45:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:45:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:45:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:45:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:45:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:45:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:45:57.075Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:46:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:46:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:46:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:46:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:46:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:46:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:46:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:46:57.075Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:47:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:47:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:47:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:47:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:47:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:47:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:47:57.074Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:47:57.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:48:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:48:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:48:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:48:47.527Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:48:47.528Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:48:47.528Z|202eb327-300f-4323-bbc3-adee9ae971a0|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 T09iSpGN32holuBU) ... 2022-06-22T07:48:57.073Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:48:57.077Z|202eb327-300f-4323-bbc3-adee9ae971a0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:49:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:49:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:49:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:49:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:49:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:49:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:49:57.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:49:57.073Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:50:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:50:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:50:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:50:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:50:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:50:47.527Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:50:57.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:50:57.072Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:51:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:51:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:51:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ... 2022-06-22T07:51:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-22T07:51:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-22T07:51:47.528Z||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 T09iSpGN32holuBU) ... 2022-06-22T07:51:57.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-22T07:51:57.076Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK