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-09-07T05:29:40.018Z||main|||||INFO|500||The following profiles are active: basic 2022-09-07T05:29:58.156Z||main|||||INFO|500||Starting service [Tomcat] 2022-09-07T05:29:58.157Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-09-07T05:29:58.380Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-09-07T05:30:05.234Z||main|||||INFO|500||catdb-pool - Starting... 2022-09-07T05:30:05.798Z||main|||||INFO|500||catdb-pool - Start completed. 2022-09-07T05:30:06.776Z||main|||||INFO|500||reqdb-pool - Starting... 2022-09-07T05:30:06.801Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-09-07T05:30:07.201Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-09-07T05:30:07.586Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-09-07T05:30:08.596Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-09-07T05:30:11.869Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-07T05:30:15.480Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-07T05:30:15.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-09-07T05:30:16.314Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-07T05:30:16.712Z||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-09-07T05:30:18.899Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-07T05:30:20.583Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-09-07T05:30:20.614Z||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$$47a94641.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-09-07T05:30:20.615Z||main|||||WARN|500||The sdc end point is not alive 2022-09-07T05:30:25.356Z||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-09-07T05:30:29.711Z||main|||||WARN|500||--- 2022-09-07T05:30:29.711Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-09-07T05:30:29.711Z||main|||||WARN|500||--- 2022-09-07T05:30:30.341Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-09-07T05:30:37.331Z||main|||||INFO|500||Started Application in 63.372 seconds (JVM running for 68.976) 2022-09-07T05:30:37.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-07T05:30:37.365Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-07T05:30:37.384Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-07T05:30:37.428Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-07T05:30:37.488Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c9cce3f-a126-4967-9558-4b7b5d51b65c url= /sdc/v1/artifactTypes 2022-09-07T05:30:37.489Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-09-07T05:30:37.865Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-09-07T05:30:37.905Z||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-09-07T05:30:37.942Z||scheduling-1|||||DEBUG|500||create keys 2022-09-07T05:30:37.987Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-09-07T05:30:38.088Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:30:38.121Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ce8c5c0c-11d9-47a7-99f2-7f4d55082ac9 url= /sdc/v1/registerForDistribution 2022-09-07T05:30:38.311Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ce8c5c0c-11d9-47a7-99f2-7f4d55082ac9 url= /sdc/v1/registerForDistribution 2022-09-07T05:30:38.312Z||scheduling-1|||||INFO|500||start DistributionClient 2022-09-07T05:30:38.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:30:38.345Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:30:38.359Z||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-09-07T05:30:38.359Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:30:38.359Z||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-09-07T05:30:38.360Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-09-07T05:30:38.360Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:30:49.647Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:30:49.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:31:38.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:31:38.327Z||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-09-07T05:31:38.328Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:31:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:31:38.345Z||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-09-07T05:31:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:31:47.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:31:48.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:32:38.324Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:32:38.329Z||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-09-07T05:32:38.330Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:32:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:32:38.346Z||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-09-07T05:32:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:32:47.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:32:47.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:33:38.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:33:38.327Z||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-09-07T05:33:38.328Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:33:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:33:38.345Z||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-09-07T05:33:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:33:48.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:33:48.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:34:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:34:38.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T05:34:38.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T05:34:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:34:38.345Z||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-09-07T05:34:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:34:47.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:34:47.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:35:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:35:38.324Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T05:35:38.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T05:35:38.345Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:35:38.351Z||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-09-07T05:35:38.352Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:35:47.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:35:47.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:36:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:36:38.325Z||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-09-07T05:36:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:36:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:36:38.346Z||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-09-07T05:36:38.347Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:36:48.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:36:48.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:37:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:37:38.327Z||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-09-07T05:37:38.327Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:37:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:37:38.345Z||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-09-07T05:37:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:37:47.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:37:47.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:38:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:38:38.328Z||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-09-07T05:38:38.328Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:38:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:38:38.345Z||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-09-07T05:38:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:38:47.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:38:47.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:39:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:39:38.325Z||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-09-07T05:39:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:39:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:39:38.346Z||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-09-07T05:39:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:39:45.564Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-09-07T05:39:47.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:39:47.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:40:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:40:38.325Z||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-09-07T05:40:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:40:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:40:38.346Z||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-09-07T05:40:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:40:47.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:40:47.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:41:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:41:38.325Z||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-09-07T05:41:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:41:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:41:38.345Z||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-09-07T05:41:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:41:47.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:41:47.955Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:42:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:42:38.325Z||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-09-07T05:42:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:42:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:42:38.346Z||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-09-07T05:42:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:42:47.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:42:47.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:43:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:43:38.324Z||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-09-07T05:43:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:43:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:43:38.346Z||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-09-07T05:43:38.347Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:43:48.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:43:48.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:44:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:44:38.325Z||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-09-07T05:44:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:44:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:44:38.346Z||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-09-07T05:44:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:44:47.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:44:47.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:45:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:45:38.324Z||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-09-07T05:45:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:45:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:45:38.345Z||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-09-07T05:45:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:45:47.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:45:47.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:46:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:46:38.326Z||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-09-07T05:46:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:46:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:46:38.345Z||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-09-07T05:46:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:46:47.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:46:47.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:47:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:47:38.338Z||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-09-07T05:47:38.338Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:47:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:47:38.345Z||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-09-07T05:47:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:47:47.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:47:47.957Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:48:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:48:38.326Z||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-09-07T05:48:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:48:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:48:38.345Z||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-09-07T05:48:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:48:47.921Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:48:47.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:49:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:49:38.325Z||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-09-07T05:49:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:49:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:49:38.345Z||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-09-07T05:49:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:49:47.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:49:47.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:50:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:50:38.326Z||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-09-07T05:50:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:50:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:50:38.345Z||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-09-07T05:50:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:50:47.934Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:50:47.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:51:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:51:38.324Z||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-09-07T05:51:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:51:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:51:38.345Z||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-09-07T05:51:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:51:47.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:51:47.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:52:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:52:38.325Z||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-09-07T05:52:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:52:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:52:38.345Z||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-09-07T05:52:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:52:47.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:52:47.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:53:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:53:38.324Z||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-09-07T05:53:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:53:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:53:38.346Z||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-09-07T05:53:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:53:47.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:53:47.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:54:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:54:38.324Z||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-09-07T05:54:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:54:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:54:38.346Z||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-09-07T05:54:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:54:47.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:54:47.990Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:55:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:55:38.325Z||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-09-07T05:55:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:55:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:55:38.345Z||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-09-07T05:55:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:55:47.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:55:47.966Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:56:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:56:38.325Z||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-09-07T05:56:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:56:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:56:38.346Z||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-09-07T05:56:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:56:47.936Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:56:47.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:57:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:57:38.326Z||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-09-07T05:57:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:57:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:57:38.346Z||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-09-07T05:57:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:57:47.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:57:47.960Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:58:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:58:38.326Z||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-09-07T05:58:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:58:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:58:38.345Z||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-09-07T05:58:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:58:47.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:58:47.912Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:59:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:59:38.325Z||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-09-07T05:59:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:59:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T05:59:38.345Z||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-09-07T05:59:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T05:59:47.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T05:59:47.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:00:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:00:38.325Z||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-09-07T06:00:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:00:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:00:38.345Z||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-09-07T06:00:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:00:47.963Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:00:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:01:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:01:38.325Z||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-09-07T06:01:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:01:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:01:38.345Z||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-09-07T06:01:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:01:47.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:01:47.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:02:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:02:38.324Z||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-09-07T06:02:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:02:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:02:38.345Z||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-09-07T06:02:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:02:47.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:02:47.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:03:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:03:38.324Z||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-09-07T06:03:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:03:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:03:38.345Z||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-09-07T06:03:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:03:47.917Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:03:47.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:04:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:04:38.324Z||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-09-07T06:04:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:04:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:04:38.350Z||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-09-07T06:04:38.351Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:04:47.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:04:47.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:05:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:05:38.324Z||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-09-07T06:05:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:05:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:05:38.345Z||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-09-07T06:05:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:05:47.929Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:05:47.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:06:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:06:38.327Z||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-09-07T06:06:38.327Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:06:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:06:38.345Z||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-09-07T06:06:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:06:47.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:06:47.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:07:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:07:38.324Z||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-09-07T06:07:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:07:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:07:38.345Z||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-09-07T06:07:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:07:48.121Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:07:48.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:08:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:08:38.326Z||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-09-07T06:08:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:08:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:08:38.345Z||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-09-07T06:08:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:08:48.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:08:48.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:09:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:09:38.325Z||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-09-07T06:09:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:09:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:09:38.345Z||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-09-07T06:09:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:09:47.941Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:09:47.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:10:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:10:38.326Z||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-09-07T06:10:38.327Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:10:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:10:38.345Z||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-09-07T06:10:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:10:47.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:10:47.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:11:38.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:11:38.326Z||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-09-07T06:11:38.327Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:11:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:11:38.346Z||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-09-07T06:11:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:11:47.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:11:48.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:12:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:12:38.324Z||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-09-07T06:12:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:12:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:12:38.345Z||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-09-07T06:12:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:12:47.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:12:48.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:13:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:13:38.324Z||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-09-07T06:13:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:13:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:13:38.345Z||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-09-07T06:13:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:13:47.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:13:47.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:14:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:14:38.324Z||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-09-07T06:14:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:14:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:14:38.345Z||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-09-07T06:14:38.347Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:14:47.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:14:48.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:15:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:15:38.324Z||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-09-07T06:15:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:15:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:15:38.345Z||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-09-07T06:15:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:15:48.005Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:15:48.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:16:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:16:38.325Z||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-09-07T06:16:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:16:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:16:38.345Z||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-09-07T06:16:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:16:48.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:16:48.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:17:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:17:38.325Z||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-09-07T06:17:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:17:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:17:38.345Z||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-09-07T06:17:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:17:47.997Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:17:48.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:18:38.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:18:38.325Z||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-09-07T06:18:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:18:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:18:38.345Z||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-09-07T06:18:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:18:47.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:18:47.994Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:19:38.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:19:38.327Z||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-09-07T06:19:38.327Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:19:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:19:38.345Z||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-09-07T06:19:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:19:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:19:48.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:20:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:20:38.325Z||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-09-07T06:20:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:20:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:20:38.345Z||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-09-07T06:20:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:20:47.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:20:47.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:21:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:21:38.324Z||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-09-07T06:21:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:21:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:21:38.345Z||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-09-07T06:21:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:21:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:21:47.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:22:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:22:38.325Z||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-09-07T06:22:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:22:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:22:38.345Z||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-09-07T06:22:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:22:47.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:22:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:23:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:23:38.325Z||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-09-07T06:23:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:23:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:23:38.345Z||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-09-07T06:23:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:23:47.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:23:48.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:24:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:24:38.325Z||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-09-07T06:24:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:24:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:24:38.345Z||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-09-07T06:24:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:24:47.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:24:47.992Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:25:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:25:38.325Z||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-09-07T06:25:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:25:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:25:38.345Z||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-09-07T06:25:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:25:47.986Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:25:48.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:26:38.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:26:38.325Z||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-09-07T06:26:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:26:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:26:38.345Z||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-09-07T06:26:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:26:48.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:26:48.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:27:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:27:38.324Z||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-09-07T06:27:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:27:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:27:38.345Z||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-09-07T06:27:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:27:48.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:27:48.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:28:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:28:38.324Z||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-09-07T06:28:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:28:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:28:38.345Z||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-09-07T06:28:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:28:47.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:28:48.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:29:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:29:38.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T06:29:38.326Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T06:29:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:29:38.345Z||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-09-07T06:29:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:29:48.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:29:48.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:30:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:30:38.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T06:30:38.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T06:30:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:30:38.345Z||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-09-07T06:30:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:30:47.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:30:47.997Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:31:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:31:38.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T06:31:38.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T06:31:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:31:38.345Z||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-09-07T06:31:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:31:47.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:31:48.013Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:32:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:32:38.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T06:32:38.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T06:32:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:32:38.345Z||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-09-07T06:32:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:32:47.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:32:48.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:33:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:33:38.325Z||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-09-07T06:33:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:33:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:33:38.345Z||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-09-07T06:33:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:33:47.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:33:47.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:34:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:34:38.325Z||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-09-07T06:34:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:34:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:34:38.345Z||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-09-07T06:34:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:34:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:34:47.997Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:35:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:35:38.325Z||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-09-07T06:35:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:35:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:35:38.345Z||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-09-07T06:35:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:35:48.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:35:48.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:36:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:36:38.324Z||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-09-07T06:36:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:36:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:36:38.346Z||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-09-07T06:36:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:36:48.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:36:48.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:37:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:37:38.324Z||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-09-07T06:37:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:37:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:37:38.345Z||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-09-07T06:37:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:37:47.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:37:48.006Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:38:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:38:38.324Z||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-09-07T06:38:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:38:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:38:38.345Z||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-09-07T06:38:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:38:48.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:38:48.091Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:39:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:39:38.327Z||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-09-07T06:39:38.328Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:39:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:39:38.345Z||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-09-07T06:39:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:39:48.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:39:48.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:40:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:40:38.325Z||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-09-07T06:40:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:40:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:40:38.345Z||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-09-07T06:40:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:40:48.091Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:40:48.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:41:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:41:38.325Z||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-09-07T06:41:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:41:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:41:38.345Z||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-09-07T06:41:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:41:47.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:41:47.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:42:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:42:38.326Z||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-09-07T06:42:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:42:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:42:38.345Z||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-09-07T06:42:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:42:47.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:42:47.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:43:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:43:38.325Z||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-09-07T06:43:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:43:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:43:38.346Z||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-09-07T06:43:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:43:47.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:43:47.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:44:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:44:38.324Z||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-09-07T06:44:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:44:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:44:38.345Z||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-09-07T06:44:38.348Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:44:47.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:44:47.994Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:45:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:45:38.325Z||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-09-07T06:45:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:45:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:45:38.345Z||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-09-07T06:45:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:45:47.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:45:47.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:46:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:46:38.325Z||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-09-07T06:46:38.328Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:46:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:46:38.345Z||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-09-07T06:46:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:46:47.996Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:46:48.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:47:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:47:38.324Z||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-09-07T06:47:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:47:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:47:38.345Z||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-09-07T06:47:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:47:47.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:47:48.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:48:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:48:38.324Z||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-09-07T06:48:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:48:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:48:38.345Z||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-09-07T06:48:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:48:48.007Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:48:48.126Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:49:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:49:38.325Z||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-09-07T06:49:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:49:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:49:38.345Z||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-09-07T06:49:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:49:48.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:49:48.114Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:50:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:50:38.324Z||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-09-07T06:50:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:50:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:50:38.345Z||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-09-07T06:50:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:50:47.999Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:50:48.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:51:38.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:51:38.326Z||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-09-07T06:51:38.327Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:51:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:51:38.345Z||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-09-07T06:51:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:51:47.988Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:51:48.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:52:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:52:38.326Z||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-09-07T06:52:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:52:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:52:38.345Z||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-09-07T06:52:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:52:48.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:52:48.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:53:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:53:38.324Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T06:53:38.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T06:53:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:53:38.345Z||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-09-07T06:53:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:53:48.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:53:48.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:54:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:54:38.324Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T06:54:38.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T06:54:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:54:38.345Z||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-09-07T06:54:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:54:48.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:54:48.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:55:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:55:38.324Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T06:55:38.324Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T06:55:38.345Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:55:38.346Z||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-09-07T06:55:38.347Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:55:47.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:55:48.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:56:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:56:38.324Z||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-09-07T06:56:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:56:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:56:38.345Z||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-09-07T06:56:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:56:47.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:56:47.997Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:57:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:57:38.324Z||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-09-07T06:57:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:57:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:57:38.345Z||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-09-07T06:57:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:57:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:57:48.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:58:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:58:38.324Z||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-09-07T06:58:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:58:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:58:38.345Z||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-09-07T06:58:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:58:47.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:58:47.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:59:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:59:38.325Z||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-09-07T06:59:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:59:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T06:59:38.345Z||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-09-07T06:59:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T06:59:47.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T06:59:47.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:00:38.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:00:38.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T07:00:38.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T07:00:38.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:00:38.346Z||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-09-07T07:00:38.347Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:00:47.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:00:47.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:01:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:01:38.324Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T07:01:38.324Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T07:01:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:01:38.345Z||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-09-07T07:01:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:01:47.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:01:48.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:02:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:02:38.326Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-07T07:02:38.326Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ... 2022-09-07T07:02:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:02:38.345Z||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-09-07T07:02:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:02:48.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:02:48.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:03:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:03:38.324Z||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-09-07T07:03:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:03:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:03:38.345Z||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-09-07T07:03:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:03:47.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:03:47.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:04:38.324Z||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-09-07T07:04:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:04:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:04:38.346Z||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-09-07T07:04:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:04:41.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:41.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:04:41.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"efd5f627-01fd-45a5-9f88-72c0fa4de724","serviceName":"vFW 2022-09-07 07-02-44","serviceVersion":"1.0","serviceUUID":"35fc8a3f-5b5c-438d-839b-68fbdd895040","serviceDescription":"catalog service description","serviceInvariantUUID":"46d71842-71d3-43e4-a4a7-9bc0c6966237","resources":[{"resourceInstanceName":"vFW 4906e6fc-0657 0","resourceName":"vFW 4906e6fc-0657","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5c80d50-3b54-4151-8cf1-750c6cb9c101","resourceInvariantUUID":"eba035a8-7e2b-4c4e-9ec0-afdabcf12e34","resourceCustomizationUUID":"9f43898a-8d2d-4120-bb96-2a1cbd610ca6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml","artifactChecksum":"YTNiOWMyMDJhZWE1OTQ5MWY3YjcyZGY3YjJkYzI3Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df8f2519-19a0-458c-9082-b93faa21d063","artifactVersion":"1"},{"artifactName":"vfw4906e6fc06570_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json","artifactChecksum":"OTVhYzk0MzE1ODg2Nzc4ZGQzNTI4MGQzOWE5MGFjZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4a742171-d2f1-4bae-91d6-9a939f307fb3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c87976bb-19f0-4737-80c8-fbf972a1bfc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml","artifactChecksum":"ODI2ODI4ODI3YTZhMzExMTlhOTMxOGI2ODM5MjQxZjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21649423-93ae-469b-b704-43bfeffdc22d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eb0df4d7-8780-46b8-b182-339e8dd3849a","artifactVersion":"2","generatedFromUUID":"c87976bb-19f0-4737-80c8-fbf972a1bfc2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220907070244-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml","artifactChecksum":"OTcyMTlmMjlhOTljYjM1MTY2YjAyZjMzMTIyMDlmODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b4d1ea1-00d0-44db-a95a-7938f7297555","artifactVersion":"1"},{"artifactName":"service-Vfw20220907070244-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar","artifactChecksum":"ZjQ5NTFiMGViMzJjYjEzNDAyMWE2OWFiODBkOWM5N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40951e41-d192-44c2-97ab-54217d0e75f5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-07T07:04:41.040Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:04:41.053Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:04:41.068Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:04:41.069Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:04:41.168Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-09-07T07:04:41.175Z||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-09-07T07:04:41.175Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:04:41.225Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:41.226Z||pool-3-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":5,"count":1} 2022-09-07T07:04:41.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:41.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:04:41.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:04:41.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:04:42.083Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:04:42.084Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:04:42.088Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:04:42.088Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "NOTIFIED" } 2022-09-07T07:04:42.189Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:04:42.190Z||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-09-07T07:04:42.190Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:04:42.219Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:42.221Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:04:43.089Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:04:43.089Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:04:43.093Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:04:43.093Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-07T07:04:43.201Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-09-07T07:04:43.202Z||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-09-07T07:04:43.202Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:04:43.233Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:43.234Z||pool-5-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:04:44.094Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:04:44.095Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:04:44.097Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:04:44.097Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:04:44.198Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:04:44.199Z||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-09-07T07:04:44.199Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:04:44.227Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:44.228Z||pool-6-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:04:45.098Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:04:45.101Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:04:45.103Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:04:45.104Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-07T07:04:45.206Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-07T07:04:45.210Z||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-09-07T07:04:45.210Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:04:45.244Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:45.245Z||pool-7-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:04:46.104Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:04:46.105Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:04:46.109Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:04:46.109Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:04:46.209Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:04:46.210Z||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-09-07T07:04:46.210Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:04:46.253Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:46.254Z||pool-8-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:04:47.110Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:04:47.111Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:04:47.115Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:04:47.115Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:04:47.214Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-07T07:04:47.215Z||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-09-07T07:04:47.215Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:04:47.241Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:47.242Z||pool-9-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:04:48.118Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "serviceName": "vFW 2022-09-07 07-02-44", "serviceVersion": "1.0", "serviceUUID": "35fc8a3f-5b5c-438d-839b-68fbdd895040", "serviceDescription": "catalog service description", "serviceInvariantUUID": "46d71842-71d3-43e4-a4a7-9bc0c6966237", "resources": [ { "resourceInstanceName": "vFW 4906e6fc-0657 0", "resourceCustomizationUUID": "9f43898a-8d2d-4120-bb96-2a1cbd610ca6", "resourceName": "vFW 4906e6fc-0657", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b5c80d50-3b54-4151-8cf1-750c6cb9c101", "resourceInvariantUUID": "eba035a8-7e2b-4c4e-9ec0-afdabcf12e34", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4906e6fc06570_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "artifactChecksum": "OTVhYzk0MzE1ODg2Nzc4ZGQzNTI4MGQzOWE5MGFjZjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4a742171-d2f1-4bae-91d6-9a939f307fb3", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c87976bb-19f0-4737-80c8-fbf972a1bfc2", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "eb0df4d7-8780-46b8-b182-339e8dd3849a", "generatedFromUUID": "c87976bb-19f0-4737-80c8-fbf972a1bfc2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "eb0df4d7-8780-46b8-b182-339e8dd3849a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220907070244-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "artifactChecksum": "ZjQ5NTFiMGViMzJjYjEzNDAyMWE2OWFiODBkOWM5N2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "40951e41-d192-44c2-97ab-54217d0e75f5" } ], "workloadContext": "Production" } 2022-09-07T07:04:48.119Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-07T07:04:48.119Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 35fc8a3f-5b5c-438d-839b-68fbdd895040 ASDC 2022-09-07T07:04:48.313Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:efd5f627-01fd-45a5-9f88-72c0fa4de724 ServiceName:vFW 2022-09-07 07-02-44 ServiceVersion:1.0 ServiceUUID:35fc8a3f-5b5c-438d-839b-68fbdd895040 ServiceInvariantUUID:46d71842-71d3-43e4-a4a7-9bc0c6966237 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220907070244-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar ArtifactUUID:40951e41-d192-44c2-97ab-54217d0e75f5 ArtifactChecksum:ZjQ5NTFiMGViMzJjYjEzNDAyMWE2OWFiODBkOWM5N2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4906e6fc-0657 0 ResourceCustomizationUUID:9f43898a-8d2d-4120-bb96-2a1cbd610ca6 ResourceInvariantUUID:eba035a8-7e2b-4c4e-9ec0-afdabcf12e34 ResourceName:vFW 4906e6fc-0657 ResourceType:VF ResourceUUID:b5c80d50-3b54-4151-8cf1-750c6cb9c101 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4906e6fc06570_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json ArtifactUUID:4a742171-d2f1-4bae-91d6-9a939f307fb3 ArtifactChecksum:OTVhYzk0MzE1ODg2Nzc4ZGQzNTI4MGQzOWE5MGFjZjU= 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/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml ArtifactUUID:c87976bb-19f0-4737-80c8-fbf972a1bfc2 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/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env ArtifactUUID:eb0df4d7-8780-46b8-b182-339e8dd3849a 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/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env ArtifactUUID:eb0df4d7-8780-46b8-b182-339e8dd3849a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-07T07:04:48.314Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35fc8a3f-5b5c-438d-839b-68fbdd895040 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-09-07T07:04:48.857Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:04:48.859Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-07T07:04:48.861Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-07T07:04:48.862Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 40951e41-d192-44c2-97ab-54217d0e75f5 from URL: /sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:48.862Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-07T07:04:48.864Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:49.120Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-07T07:04:49.151Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar 40951e41-d192-44c2-97ab-54217d0e75f5 100652 2022-09-07T07:04:49.154Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar ASDC sendASDCNotification 2022-09-07T07:04:49.154Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:49.156Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:04:49.158Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:04:49.161Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:04:49.161Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534289151, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:04:49.261Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:04:49.262Z||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-09-07T07:04:49.262Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:04:49.288Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:49.288Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:04:50.162Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:04:50.164Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-07T07:04:50.165Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 40951e41-d192-44c2-97ab-54217d0e75f5, URL: /sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar to file: /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:50.166Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220907070244-csar.csar 2022-09-07T07:04:50.301Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:50.301Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:51.324Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13183325948844296348/Definitions/service-Vfw20220907070244-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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-09-07T07:04:56.601Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-07T07:04:56.607Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-07T07:04:56.608Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.608Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-09-07T07:04:56.608Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.608Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.608Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.609Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.609Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.609Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.609Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.609Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.610Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.610Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4906e6fc-0657 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.610Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar 2022-09-07T07:04:56.610Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-07T07:04:56.619Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.621Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:04:56.626Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria 2022-09-07T07:04:56.627Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-07T07:04:56.629Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:04:56.632Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.632Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:04:56.633Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria 2022-09-07T07:04:56.633Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-07T07:04:56.633Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:04:56.634Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.634Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:04:56.638Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.639Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria 2022-09-07T07:04:56.639Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-07T07:04:56.639Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-07T07:04:56.640Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-07T07:04:56.640Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.640Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-07T07:04:56.640Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-07T07:04:56.640Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-07T07:04:56.642Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-07T07:04:56.642Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.642Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-07T07:04:56.642Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.642Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-07T07:04:56.644Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.644Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria 2022-09-07T07:04:56.644Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:04:56.645Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.645Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria 2022-09-07T07:04:56.645Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:04:56.646Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.646Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria 2022-09-07T07:04:56.646Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:04:56.646Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.647Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria 2022-09-07T07:04:56.647Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-07T07:04:56.647Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-07T07:04:56.647Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-07T07:04:56.647Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-07T07:04:56.649Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.649Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf455344-3ea0-4e50-a11f-63105c94a410 2022-09-07T07:04:56.649Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.650Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria 2022-09-07T07:04:56.650Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-07T07:04:56.650Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-07T07:04:56.650Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-07T07:04:56.650Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-07T07:04:56.652Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.652Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f611dc6-a332-40b6-b98c-6b948dab5b00 2022-09-07T07:04:56.652Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.652Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria 2022-09-07T07:04:56.652Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=00a2831d-4ea0-4727-bf5c-f3a7be7074f9 2022-09-07T07:04:56.655Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.655Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:04:56.655Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.655Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:04:56.655Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.656Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:04:56.656Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:04:56.656Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:04:56.656Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-09-07 07-02-44 Description:catalog service description Model UUID:35fc8a3f-5b5c-438d-839b-68fbdd895040 Model Version:NULL Model InvariantUuid:46d71842-71d3-43e4-a4a7-9bc0c6966237 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4906e6fc-0657 Model UUID:c3a77852-b4ba-480e-8c0b-8cf6c253dded Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:eba035a8-7e2b-4c4e-9ec0-afdabcf12e34 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9f43898a-8d2d-4120-bb96-2a1cbd610ca6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c35e8efb-2ba6-4c10-ba4e-27001edbed6e ModelName:Vfw4906e6fc0657..base_vfw..module-0 ModelUuid:9b9505f2-315b-4fb8-92e1-525a24a97d45 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bf455344-3ea0-4e50-a11f-63105c94a410 ModelInvariantUuid:b8a2b18c-656b-49eb-a3d2-1eb789f8d7d1 ModelName:vFW 4906e6fc-0657-nodes.vfwCvfc ModelUuid:22df2a93-787a-4dc6-bcea-e6b0db538412 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:963a33f3-f945-43ec-b5be-cfdfbd889c3c ModelInvariantUuid:e3bd59bb-129e-4bfa-bfb5-0e59292ec41d ModelName:Vfw4906e6fc0657.compute.nodes.heat.vfw ModelUuid:6ea5b32a-ca21-4459-b52f-31602b320161 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8f611dc6-a332-40b6-b98c-6b948dab5b00 ModelInvariantUuid:e68ee970-c718-4a3c-af40-e630c92628fd ModelName:vFW 4906e6fc-0657-nodes.vsnCvfc ModelUuid:b7363493-d150-4d8d-bf60-0a0f77e0c427 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2bc73860-17e8-46a9-b8c6-c02849d59727 ModelInvariantUuid:d6eb5c0d-1ba9-458f-a625-9bee4f7abc2b ModelName:Vfw4906e6fc0657.compute.nodes.heat.vsn ModelUuid:3368c4c4-11a8-4e20-9a79-183935467317 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:00a2831d-4ea0-4727-bf5c-f3a7be7074f9 ModelInvariantUuid:588696fc-60f5-40aa-a851-739aaa88ec2c ModelName:vFW 4906e6fc-0657-nodes.vpgCvfc ModelUuid:fc89430a-9c94-44a1-bb9e-aefd32d7394f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:20efa821-8137-48b0-a8b9-9b5c4f041c88 ModelInvariantUuid:b438d48c-43ba-4bc6-ac59-2cf16d8fbba2 ModelName:Vfw4906e6fc0657.compute.nodes.heat.vpg ModelUuid:448f328c-cfc1-466f-b5ad-e4ff53945ecc 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-09-07T07:04:56.697Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b5c80d50-3b54-4151-8cf1-750c6cb9c101 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-09-07T07:04:56.856Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||vFW 4906e6fc-0657 0 2022-09-07T07:04:56.871Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5c80d50-3b54-4151-8cf1-750c6cb9c101 2022-09-07T07:04:56.871Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4a742171-d2f1-4bae-91d6-9a939f307fb3 from URL: /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json 2022-09-07T07:04:56.871Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-07T07:04:56.872Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json 2022-09-07T07:04:56.962Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-07T07:04:56.963Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json 4a742171-d2f1-4bae-91d6-9a939f307fb3 785 2022-09-07T07:04:56.963Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json ASDC sendASDCNotification 2022-09-07T07:04:56.963Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json 2022-09-07T07:04:56.963Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:04:56.964Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:04:56.967Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:04:56.968Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534296963, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:04:57.068Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:04:57.069Z||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-09-07T07:04:57.069Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:04:57.093Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:57.094Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:04:57.969Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4906e6fc0657..base_vfw..module-0", "vfModuleModelInvariantUUID": "c35e8efb-2ba6-4c10-ba4e-27001edbed6e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9b9505f2-315b-4fb8-92e1-525a24a97d45", "vfModuleModelCustomizationUUID": "b52e6628-50a9-4148-aacb-1f30decd2b55", "isBase": true, "artifacts": [ "c87976bb-19f0-4737-80c8-fbf972a1bfc2", "eb0df4d7-8780-46b8-b182-339e8dd3849a" ], "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-09-07T07:04:57.991Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4906e6fc0657..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9b9505f2-315b-4fb8-92e1-525a24a97d45 VfModuleModelInvariantUUID:c35e8efb-2ba6-4c10-ba4e-27001edbed6e VfModuleModelDescription:NULL Artifacts UUID List:{ c87976bb-19f0-4737-80c8-fbf972a1bfc2 , eb0df4d7-8780-46b8-b182-339e8dd3849a } 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-09-07T07:04:57.996Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4906e6fc0657..base_vfw..module-0", "vfModuleModelInvariantUUID": "c35e8efb-2ba6-4c10-ba4e-27001edbed6e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9b9505f2-315b-4fb8-92e1-525a24a97d45", "vfModuleModelCustomizationUUID": "b52e6628-50a9-4148-aacb-1f30decd2b55", "isBase": true, "artifacts": [ "c87976bb-19f0-4737-80c8-fbf972a1bfc2", "eb0df4d7-8780-46b8-b182-339e8dd3849a" ], "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-09-07T07:04:57.997Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4906e6fc0657..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9b9505f2-315b-4fb8-92e1-525a24a97d45 VfModuleModelInvariantUUID:c35e8efb-2ba6-4c10-ba4e-27001edbed6e VfModuleModelDescription:NULL Artifacts UUID List:{ c87976bb-19f0-4737-80c8-fbf972a1bfc2 , eb0df4d7-8780-46b8-b182-339e8dd3849a } 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-09-07T07:04:57.997Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c87976bb-19f0-4737-80c8-fbf972a1bfc2 from URL: /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml 2022-09-07T07:04:57.997Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-07T07:04:57.997Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml 2022-09-07T07:04:58.145Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-07T07:04:58.146Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml c87976bb-19f0-4737-80c8-fbf972a1bfc2 20368 2022-09-07T07:04:58.147Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-07T07:04:58.147Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml 2022-09-07T07:04:58.147Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:04:58.147Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:04:58.150Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:04:58.150Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534298147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:04:58.250Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:04:58.252Z||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-09-07T07:04:58.252Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:04:58.324Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:58.325Z||pool-12-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:04:59.151Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb0df4d7-8780-46b8-b182-339e8dd3849a from URL: /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env 2022-09-07T07:04:59.152Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-07T07:04:59.152Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env 2022-09-07T07:04:59.350Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-07T07:04:59.350Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env eb0df4d7-8780-46b8-b182-339e8dd3849a 2098 2022-09-07T07:04:59.351Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-07T07:04:59.351Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env 2022-09-07T07:04:59.351Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:04:59.351Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:04:59.355Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:04:59.355Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534299351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:04:59.455Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:04:59.456Z||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-09-07T07:04:59.456Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:04:59.520Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:04:59.520Z||pool-13-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:05:00.356Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 35fc8a3f-5b5c-438d-839b-68fbdd895040 2022-09-07T07:05:00.356Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4906e6fc-0657 0 b5c80d50-3b54-4151-8cf1-750c6cb9c101 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-09-07T07:05:00.470Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@147a7504, org.onap.sdc.toscaparser.api.parameters.Input@754ea80a, org.onap.sdc.toscaparser.api.parameters.Input@69baa16c, org.onap.sdc.toscaparser.api.parameters.Input@16dec90f, org.onap.sdc.toscaparser.api.parameters.Input@51cb5c85] 2022-09-07T07:05:00.475Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.475Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:05:00.475Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-09-07T07:05:00.476Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9f43898a-8d2d-4120-bb96-2a1cbd610ca6 2022-09-07T07:05:00.476Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f43898a-8d2d-4120-bb96-2a1cbd610ca6 matches Tosca VF Customization UUID: 9f43898a-8d2d-4120-bb96-2a1cbd610ca6 2022-09-07T07:05:00.476Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9f43898a-8d2d-4120-bb96-2a1cbd610ca6 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-09-07T07:05:00.485Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.485Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:05:00.487Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9f43898a-8d2d-4120-bb96-2a1cbd610ca6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-07T07:05:00.487Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45ca1631 2022-09-07T07:05:00.488Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.488Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-07T07:05:00.489Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b52e6628-50a9-4148-aacb-1f30decd2b55 2022-09-07T07:05:00.491Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b52e6628-50a9-4148-aacb-1f30decd2b55 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-09-07T07:05:00.500Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.500Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria 2022-09-07T07:05:00.501Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:05:00.502Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.502Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria 2022-09-07T07:05:00.502Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:05:00.503Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.503Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria 2022-09-07T07:05:00.503Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-07T07:05:00.503Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-07T07:05:00.504Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-07T07:05:00.504Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-07T07:05:00.504Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-07T07:05:00.505Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-07T07:05:00.505Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-07T07:05:00.505Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-07T07:05:00.505Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-07T07:05:00.506Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-07T07:05:00.506Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-07T07:05:00.507Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf455344-3ea0-4e50-a11f-63105c94a410 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-09-07T07:05:00.517Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.518Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria 2022-09-07T07:05:00.518Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:05:00.518Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.519Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria 2022-09-07T07:05:00.519Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-07T07:05:00.519Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-07T07:05:00.519Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-07T07:05:00.520Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-07T07:05:00.521Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-07T07:05:00.521Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-07T07:05:00.521Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-07T07:05:00.522Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-07T07:05:00.522Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-07T07:05:00.522Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-07T07:05:00.522Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-07T07:05:00.523Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-07T07:05:00.523Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f611dc6-a332-40b6-b98c-6b948dab5b00 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-09-07T07:05:00.527Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.527Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria 2022-09-07T07:05:00.528Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:05:00.531Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.532Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria 2022-09-07T07:05:00.532Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-07T07:05:00.532Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-07T07:05:00.533Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-07T07:05:00.533Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-07T07:05:00.533Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-07T07:05:00.533Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-07T07:05:00.534Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-07T07:05:00.534Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-07T07:05:00.534Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-07T07:05:00.535Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-07T07:05:00.535Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-07T07:05:00.535Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-07T07:05:00.535Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=00a2831d-4ea0-4727-bf5c-f3a7be7074f9 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-09-07T07:05:00.539Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.540Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria 2022-09-07T07:05:00.540Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:05:00.541Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.541Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria 2022-09-07T07:05:00.541Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=9f43898a-8d2d-4120-bb96-2a1cbd610ca6 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-09-07T07:05:00.544Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.544Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:05:00.545Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 35fc8a3f-5b5c-438d-839b-68fbdd895040: vFW 4906e6fc-0657 2022-09-07T07:05:00.545Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.545Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:05:00.546Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.546Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:05:00.546Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.547Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:05:00.547Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.547Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:05:00.548Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:05:00.548Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:05:00.548Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-09-07 07-02-44 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-09-07T07:05:01.003Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4906e6fc-0657 b5c80d50-3b54-4151-8cf1-750c6cb9c101 1 ASDC deployResourceStructure 2022-09-07T07:05:01.004Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json ASDC sendASDCNotification 2022-09-07T07:05:01.004Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json 2022-09-07T07:05:01.004Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:05:01.004Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:05:01.007Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:05:01.007Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534301004, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:05:01.107Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:05:01.109Z||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-09-07T07:05:01.109Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:05:01.140Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:05:01.142Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:05:02.008Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-07T07:05:02.009Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml 2022-09-07T07:05:02.009Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:05:02.009Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:05:02.012Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:05:02.012Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534302008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-07T07:05:02.112Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:05:02.113Z||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-09-07T07:05:02.114Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:05:02.149Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:05:02.149Z||pool-15-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:05:03.013Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-07T07:05:03.013Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env 2022-09-07T07:05:03.014Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:05:03.014Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:05:03.016Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:05:03.016Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534303013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-07T07:05:03.117Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-07T07:05:03.118Z||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-09-07T07:05:03.118Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:05:03.147Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:05:03.148Z||pool-16-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:05:04.017Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar ASDC sendASDCNotification 2022-09-07T07:05:04.018Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar 2022-09-07T07:05:04.018Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:05:04.019Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:05:04.022Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:05:04.022Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534304017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:05:04.121Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:05:04.122Z||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-09-07T07:05:04.123Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:05:04.147Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:05:04.148Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:05:05.023Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:05:05.054Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:05:05.057Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:05:05.057Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:05:05.057Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:05:35.058Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:05:35.074Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:05:35.076Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:05:35.076Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:05:35.077Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:05:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:05:38.346Z||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-09-07T07:05:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:05:38.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:05:38.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:05:38.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "ves-openapi-manager", "timestamp": 1662534273922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:05:38.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:05.077Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:06:05.096Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:06:05.101Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:06:05.102Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:06:05.102Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:06:35.102Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:06:35.145Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:06:35.148Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:06:35.148Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:06:35.149Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:06:38.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:06:38.347Z||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-09-07T07:06:38.347Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:06:38.943Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:06:38.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "ves-openapi-manager", "timestamp": 1662534273922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "NOTIFIED" } 2022-09-07T07:06:38.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "cds", "timestamp": 1662534281504, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "ves-openapi-manager", "timestamp": 1662534273922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-07T07:06:38.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534281617, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "cds", "timestamp": 1662534281504, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "ves-openapi-manager", "timestamp": 1662534273922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534281617, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "NOTIFIED" } 2022-09-07T07:06:38.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "cds", "timestamp": 1662534281504, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "ves-openapi-manager", "timestamp": 1662534273922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-07T07:06:38.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534281617, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-07T07:06:38.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "cds", "timestamp": 1662534281504, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "ves-openapi-manager", "timestamp": 1662534273922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534281617, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "cds", "timestamp": 1662534281504, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "ves-openapi-manager", "timestamp": 1662534273922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534278323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:06:38.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534281617, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-07T07:06:38.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "cds", "timestamp": 1662534281504, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534281617, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "cds", "timestamp": 1662534281504, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:06:38.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534289151, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:38.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:38.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534281617, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:06:38.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "cds", "timestamp": 1662534289526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:38.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:38.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "policy-id", "timestamp": 1662534287926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534289920, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:38.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:38.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "cds", "timestamp": 1662534290545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-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-09-07T07:06:38.978Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efd5f627-01fd-45a5-9f88-72c0fa4de724 2022-09-07T07:06:38.979Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:06:38.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "policy-id", "timestamp": 1662534287926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534291145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:38.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:38.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "policy-id", "timestamp": 1662534287926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-07T07:06:38.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "aai-ml", "timestamp": 1662534291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534292274, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:38.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:38.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "policy-id", "timestamp": 1662534287926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "aai-ml", "timestamp": 1662534291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "policy-id", "timestamp": 1662534287926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:38.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:38.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:38.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534293585, "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-09-07T07:06:39.004Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efd5f627-01fd-45a5-9f88-72c0fa4de724 2022-09-07T07:06:39.004Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:06:39.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "ves-openapi-manager", "timestamp": 1662534293920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "aai-ml", "timestamp": 1662534291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "policy-id", "timestamp": 1662534287926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "multicloud-k8s-id", "timestamp": 1662534294619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:06:39.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "ves-openapi-manager", "timestamp": 1662534293920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "aai-ml", "timestamp": 1662534291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "policy-id", "timestamp": 1662534287926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:06:39.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "aai-ml", "timestamp": 1662534291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534296963, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:39.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "policy-id", "timestamp": 1662534296082, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:39.032Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "cds", "timestamp": 1662534296503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "aai-ml", "timestamp": 1662534291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534298147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:39.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "policy-id", "timestamp": 1662534297117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:06:39.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "cds", "timestamp": 1662534296503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:06:39.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "aai-ml", "timestamp": 1662534291736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:06:39.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534296950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534299351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:39.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "policy-id", "timestamp": 1662534298135, "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-09-07T07:06:39.047Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efd5f627-01fd-45a5-9f88-72c0fa4de724 2022-09-07T07:06:39.047Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:06:39.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534296950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "aai-ml", "timestamp": 1662534300055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:39.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "cds", "timestamp": 1662534299912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:39.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "policy-id", "timestamp": 1662534287926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534301004, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:06:39.063Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534296950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "cds", "timestamp": 1662534300920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-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-09-07T07:06:39.079Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bcc09f4e-543a-422e-9255-c2984e38316d 2022-09-07T07:06:39.080Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc09f4e-543a-422e-9255-c2984e38316d 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-09-07T07:06:39.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "policy-id", "timestamp": 1662534287926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:06:39.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534302008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-07T07:06:39.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534296950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "policy-id", "timestamp": 1662534301327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:39.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534303013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-07T07:06:39.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534296950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "multicloud-k8s-id", "timestamp": 1662534301617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "policy-id", "timestamp": 1662534302364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:06:39.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534304017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:06:39.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534296950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "multicloud-k8s-id", "timestamp": 1662534301617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:06:39.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "policy-id", "timestamp": 1662534303382, "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-09-07T07:06:39.099Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcc09f4e-543a-422e-9255-c2984e38316d 2022-09-07T07:06:39.100Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc09f4e-543a-422e-9255-c2984e38316d 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-09-07T07:06:39.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534296950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:06:39.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534305568, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:39.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534317922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:06:39.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534318932, "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-09-07T07:06:39.120Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efd5f627-01fd-45a5-9f88-72c0fa4de724 2022-09-07T07:06:39.120Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:06:39.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534296950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "aai-ml", "timestamp": 1662534321692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:06:39.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534296950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:06:39.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "aai-ml", "timestamp": 1662534322711, "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-09-07T07:06:39.139Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efd5f627-01fd-45a5-9f88-72c0fa4de724 2022-09-07T07:06:39.140Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:06:39.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534322094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:39.156Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "aai-ml", "timestamp": 1662534291736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:06:39.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "aai-ml", "timestamp": 1662534291736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:06:39.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "aai-ml", "timestamp": 1662534325831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:06:39.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534324829, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:06:39.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662534325839, "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-09-07T07:06:39.163Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bcc09f4e-543a-422e-9255-c2984e38316d 2022-09-07T07:06:39.163Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc09f4e-543a-422e-9255-c2984e38316d 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-09-07T07:06:39.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "aai-ml", "timestamp": 1662534330134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:06:39.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:06:39.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:06:39.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "aai-ml", "timestamp": 1662534331142, "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-09-07T07:06:39.179Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bcc09f4e-543a-422e-9255-c2984e38316d 2022-09-07T07:06:39.179Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc09f4e-543a-422e-9255-c2984e38316d 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-09-07T07:07:05.149Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:07:05.166Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:07:05.169Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-07T07:07:05.177Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-07T07:07:35.177Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:07:35.192Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 and serviceModelVersionId: 35fc8a3f-5b5c-438d-839b-68fbdd895040 2022-09-07T07:07:35.192Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46d71842-71d3-43e4-a4a7-9bc0c6966237 2022-09-07T07:07:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:07:38.345Z||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-09-07T07:07:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:07:47.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:07:56.591Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?depth=0 2022-09-07T07:07:56.755Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-09-07T07:07:57.521Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?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-09-07T07:07:57.530Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?depth=0|INFO|500||Invoke 2022-09-07T07:07:57.762Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-07T07:07:58.154Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?depth=0|INFO|500||InvokeReturn 2022-09-07T07:07:58.158Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220907-07:07:56:410-38088], vertex-id=[163944], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:07:56 GMT], Content-Type=[application/json]} 2022-09-07T07:07:58.159Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-09-07T07:07:58.166Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-07T07:07:58.167Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-07T07:07:58.189Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-07T07:07:58.191Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efd5f627-01fd-45a5-9f88-72c0fa4de724 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-07T07:07:58.192Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-07T07:07:58.193Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:07:58.197Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:07:58.197Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534478191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:07:58.297Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:07:58.298Z||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-09-07T07:07:58.298Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:07:58.351Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:07:58.352Z||pool-18-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-07T07:07:59.215Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:07:59.216Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|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-09-07T07:07:59.216Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:08:03.900Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:08:03.901Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:08:03.901Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bcc09f4e-543a-422e-9255-c2984e38316d","serviceName":"basic_onboard_LSOwMW","serviceVersion":"1.0","serviceUUID":"e71c8c60-1ea6-46df-970e-b86f9cb5b3e6","serviceDescription":"service","serviceInvariantUUID":"4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3","resources":[],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLsowmw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml","artifactChecksum":"NjdkNjk5ZjI3YzliNmI5ZWY3ZjRlMTM5ZjliYTgwY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8baeb32a-4e17-41fd-bd63-5044a0c51b35","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLsowmw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar","artifactChecksum":"NWNlZTlkMjU0YWVmZjI2ZmE1NDczMThlZTM0M2RhZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-07T07:08:03.905Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:08:03.906Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:08:03.910Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:08:03.910Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534479215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:08:04.010Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:08:04.011Z||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-09-07T07:08:04.011Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:08:04.036Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:08:04.037Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:08:04.910Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:08:04.911Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:08:04.915Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:08:04.915Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534479215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:08:05.015Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:08:05.016Z||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-09-07T07:08:05.016Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:08:05.036Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:08:05.036Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:08:05.917Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "serviceName": "basic_onboard_LSOwMW", "serviceVersion": "1.0", "serviceUUID": "e71c8c60-1ea6-46df-970e-b86f9cb5b3e6", "serviceDescription": "service", "serviceInvariantUUID": "4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3", "resources": [], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardLsowmw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "artifactChecksum": "NWNlZTlkMjU0YWVmZjI2ZmE1NDczMThlZTM0M2RhZWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a" } ], "workloadContext": "Production" } 2022-09-07T07:08:05.917Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0 2022-09-07T07:08:05.917Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e71c8c60-1ea6-46df-970e-b86f9cb5b3e6 ASDC 2022-09-07T07:08:05.918Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:bcc09f4e-543a-422e-9255-c2984e38316d ServiceName:basic_onboard_LSOwMW ServiceVersion:1.0 ServiceUUID:e71c8c60-1ea6-46df-970e-b86f9cb5b3e6 ServiceInvariantUUID:4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardLsowmw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar ArtifactUUID:a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a ArtifactChecksum:NWNlZTlkMjU0YWVmZjI2ZmE1NDczMThlZTM0M2RhZWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: } 2022-09-07T07:08:05.918Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e71c8c60-1ea6-46df-970e-b86f9cb5b3e6 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-09-07T07:08:05.967Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:08:05.968Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-07T07:08:05.968Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-07T07:08:05.968Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a from URL: /sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar 2022-09-07T07:08:05.968Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-07T07:08:05.969Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar 2022-09-07T07:08:06.202Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-07T07:08:06.207Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a 55722 2022-09-07T07:08:06.208Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar ASDC sendASDCNotification 2022-09-07T07:08:06.208Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar 2022-09-07T07:08:06.208Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:08:06.208Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:08:06.213Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:08:06.213Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534486207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:08:06.312Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-07T07:08:06.313Z||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-09-07T07:08:06.313Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:08:06.336Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:08:06.337Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:08:07.214Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:08:07.216Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-07T07:08:07.216Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a, URL: /sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar to file: /app/ASDC/1/service-BasicOnboardLsowmw-csar.csar 2022-09-07T07:08:07.217Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLsowmw-csar.csar 2022-09-07T07:08:07.217Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLsowmw-csar.csar 2022-09-07T07:08:07.217Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLsowmw-csar.csar 2022-09-07T07:08:07.428Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15140345174451195080/Definitions/service-BasicOnboardLsowmw-template.yml 2022-09-07T07:08:08.441Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-07T07:08:08.442Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:08:08.442Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:08:08.443Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-07T07:08:08.443Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:08:08.443Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:08:08.444Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:08:08.444Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-07T07:08:08.445Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:08:08.446Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:08:08.446Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:08:08.446Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:08:08.447Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:08:08.447Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:08:08.448Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:08:08.448Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:08:08.448Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:08:08.449Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:08:08.449Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:08:08.449Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_LSOwMW Description:service Model UUID:e71c8c60-1ea6-46df-970e-b86f9cb5b3e6 Model Version:NULL Model InvariantUuid:4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3 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-09-07T07:08:08.458Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||ERROR|500||Service Model contains no resources. 2022-09-07T07:08:08.459Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:08:08.473Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:08:08.477Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:08:08.477Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:08:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:08:38.345Z||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-09-07T07:08:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:08:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:08:38.510Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:08:38.521Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:08:38.522Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:08:39.035Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:08:39.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:08:39.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534478191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:08:39.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:08:39.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:08:39.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534479215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:08:39.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:08:39.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:08:39.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534479215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:08:39.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:08:39.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:08:39.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534486207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:08:39.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:09:08.525Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:09:08.558Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:09:08.564Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:09:08.564Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:09:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:09:38.346Z||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-09-07T07:09:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:09:38.565Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:09:38.581Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:09:38.586Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:09:38.586Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:09:48.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:10:08.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:10:08.607Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:10:08.617Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:10:08.618Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:10:38.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:10:38.346Z||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-09-07T07:10:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:10:38.619Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:10:38.636Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:10:38.652Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:10:38.652Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:10:47.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:11:08.653Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:11:08.675Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:11:08.682Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:11:08.682Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:11:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:11:38.346Z||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-09-07T07:11:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:11:38.682Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:11:38.725Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:11:38.735Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:11:38.735Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:11:47.942Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:12:08.735Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:12:08.752Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:12:08.768Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:12:08.769Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:12:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:12:38.345Z||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-09-07T07:12:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:12:38.770Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:12:38.793Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:12:38.800Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:12:38.801Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:12:47.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:13:08.804Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-09-07T07:13:08.806Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d 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-09-07T07:13:08.822Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bcc09f4e-543a-422e-9255-c2984e38316d and serviceModelVersionId: e71c8c60-1ea6-46df-970e-b86f9cb5b3e6 2022-09-07T07:13:08.823Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3 2022-09-07T07:13:08.824Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?depth=0 2022-09-07T07:13:08.834Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-09-07T07:13:08.916Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?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-09-07T07:13:08.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?depth=0|INFO|500||Invoke 2022-09-07T07:13:08.994Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-09-07T07:13:09.163Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?depth=0|INFO|500||InvokeReturn 2022-09-07T07:13:09.168Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220907-07:13:07:602-42509], vertex-id=[229576], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:13:07 GMT], Content-Type=[application/json]} 2022-09-07T07:13:09.169Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-09-07T07:13:09.169Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-07T07:13:09.169Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-07T07:13:09.175Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-07T07:13:09.176Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bcc09f4e-543a-422e-9255-c2984e38316d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-09-07T07:13:09.176Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-09-07T07:13:09.177Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:13:09.181Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:13:09.182Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534789176, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-09-07T07:13:09.284Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-07T07:13:09.286Z||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-09-07T07:13:09.286Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:13:09.324Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:13:09.325Z||pool-22-thread-1|||||INFO|500||cambria reply ok (40 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-09-07T07:13:10.201Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:13:10.202Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:10.202Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:13:20.718Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:13:20.720Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:13:20.721Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:20.721Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:13:30.307Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:13:30.308Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:13:30.309Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:30.309Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:13:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:13:38.345Z||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-09-07T07:13:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:13:39.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:13:39.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:13:39.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662534789176, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-09-07T07:13:39.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:13:39.894Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:13:39.895Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:13:39.896Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:39.896Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:13:49.514Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:13:49.515Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:13:49.516Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:49.516Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:13:59.100Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:13:59.101Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:13:59.102Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:59.102Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:14:08.737Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:14:08.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:14:08.739Z||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-09-07T07:14:08.739Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:14:18.403Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:14:18.403Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:14:18.404Z||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-09-07T07:14:18.404Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:14:28.057Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:14:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:14:38.325Z||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-09-07T07:14:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:14:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:14:38.345Z||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-09-07T07:14:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:14:47.910Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:14:47.969Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:15:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:15:38.324Z||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-09-07T07:15:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:15:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:15:38.345Z||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-09-07T07:15:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:15:47.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:15:48.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:16:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:16:38.325Z||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-09-07T07:16:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:16:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:16:38.345Z||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-09-07T07:16:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:16:47.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:16:47.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:17:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:17:38.325Z||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-09-07T07:17:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:17:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:17:38.347Z||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-09-07T07:17:38.347Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:17:47.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:17:47.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:18:38.325Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:18:38.326Z||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-09-07T07:18:38.327Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:18:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:18:38.345Z||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-09-07T07:18:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:18:47.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:18:47.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:19:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:19:38.325Z||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-09-07T07:19:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:19:38.344Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:19:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:19:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:19:39.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:19:39.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"384ab9ad-0397-4c04-8fea-36f9c6f724d6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"afbb315a-27fd-4933-bb7f-06f4c5ceef07","serviceDescription":"service","serviceInvariantUUID":"f043564d-6cb7-432f-a4fb-64a95adac5fb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9813a30a-936a-4292-a61b-4f7c69a7ec4a","resourceInvariantUUID":"d9b9f610-cc54-48dd-b2ee-71b9c457fa6b","resourceCustomizationUUID":"a5a7f7a0-8f17-4e67-9245-3f33a4860ad2","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":"NGExYWY3MmZlYmFhMmQzMmU2NDJlODNkM2FiMWQ0NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3367915-6b9d-4f7e-821a-7b17338a2b4c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWQxNGMwNWFjZWE3ODhlZjg2YTA1Y2RhYzY2MzI1N2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1d4e37c-9b35-4b9f-b168-548223aebea9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-07T07:19:39.015Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:19:39.015Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:19:39.016Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:19:39.016Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.016Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "ves-openapi-manager", "timestamp": 1662535173920, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535166947, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "cds", "timestamp": 1662535166504, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "policy-id", "timestamp": 1662535167926, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "ves-openapi-manager", "timestamp": 1662535173920, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "cds", "timestamp": 1662535166504, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535166947, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:19:39.021Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.021Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "policy-id", "timestamp": 1662535167926, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:19:39.021Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:19:39.021Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.022Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "cds", "timestamp": 1662535177355, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:19:39.022Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:19:39.022Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.023Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535176575, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:19:39.023Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:19:39.023Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:19:39.023Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "policy-id", "timestamp": 1662535176567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:19:39.024Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:19:39.024Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:19:39.025Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:19:39.122Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-09-07T07:19:39.123Z||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-09-07T07:19:39.124Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:19:39.141Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:19:39.142Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:19:40.025Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:19:40.027Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:19:40.030Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:19:40.030Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:19:40.131Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:19:40.132Z||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-09-07T07:19:40.132Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:19:40.162Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:19:40.163Z||pool-24-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:19:41.034Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "afbb315a-27fd-4933-bb7f-06f4c5ceef07", "serviceDescription": "service", "serviceInvariantUUID": "f043564d-6cb7-432f-a4fb-64a95adac5fb", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "a5a7f7a0-8f17-4e67-9245-3f33a4860ad2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9813a30a-936a-4292-a61b-4f7c69a7ec4a", "resourceInvariantUUID": "d9b9f610-cc54-48dd-b2ee-71b9c457fa6b", "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": "NWQxNGMwNWFjZWE3ODhlZjg2YTA1Y2RhYzY2MzI1N2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f1d4e37c-9b35-4b9f-b168-548223aebea9" } ], "workloadContext": "Production" } 2022-09-07T07:19:41.035Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-07T07:19:41.035Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 afbb315a-27fd-4933-bb7f-06f4c5ceef07 ASDC 2022-09-07T07:19:41.036Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:384ab9ad-0397-4c04-8fea-36f9c6f724d6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:afbb315a-27fd-4933-bb7f-06f4c5ceef07 ServiceInvariantUUID:f043564d-6cb7-432f-a4fb-64a95adac5fb 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:f1d4e37c-9b35-4b9f-b168-548223aebea9 ArtifactChecksum:NWQxNGMwNWFjZWE3ODhlZjg2YTA1Y2RhYzY2MzI1N2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:a5a7f7a0-8f17-4e67-9245-3f33a4860ad2 ResourceInvariantUUID:d9b9f610-cc54-48dd-b2ee-71b9c457fa6b ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9813a30a-936a-4292-a61b-4f7c69a7ec4a ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-09-07T07:19:41.036Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF afbb315a-27fd-4933-bb7f-06f4c5ceef07 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-09-07T07:19:41.121Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:19:41.123Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:19:41.123Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:19:41.123Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f1d4e37c-9b35-4b9f-b168-548223aebea9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-07T07:19:41.123Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:19:41.124Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-07T07:19:41.261Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:19:41.265Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f1d4e37c-9b35-4b9f-b168-548223aebea9 57660 2022-09-07T07:19:41.266Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-09-07T07:19:41.266Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-07T07:19:41.266Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:19:41.266Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:19:41.270Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:19:41.271Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535181266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:19:41.371Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:19:41.372Z||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-09-07T07:19:41.372Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:19:41.430Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:19:41.431Z||pool-25-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:19:42.271Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:19:42.273Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:19:42.273Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f1d4e37c-9b35-4b9f-b168-548223aebea9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-07T07:19:42.274Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-09-07T07:19:42.274Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-07T07:19:42.274Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-07T07:19:42.504Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10013276490175669208/Definitions/service-BasicNetwork-template.yml 2022-09-07T07:19:43.462Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-07T07:19:43.463Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-07T07:19:43.464Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-09-07T07:19:43.464Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-09-07T07:19:43.464Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.464Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.465Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.465Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.465Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.466Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.466Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.466Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.466Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-07T07:19:43.466Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.467Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.467Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-09-07T07:19:43.468Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-07T07:19:43.468Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:19:43.468Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.468Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.469Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-09-07T07:19:43.469Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-07T07:19:43.469Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:19:43.469Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.470Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.470Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.470Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.471Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.471Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.471Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.472Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.472Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.472Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.472Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:afbb315a-27fd-4933-bb7f-06f4c5ceef07 Model Version:NULL Model InvariantUuid:f043564d-6cb7-432f-a4fb-64a95adac5fb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:d9b9f610-cc54-48dd-b2ee-71b9c457fa6b Model UUID:1802030d-c2bf-4e5e-a290-a03dfa8efc16 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:a5a7f7a0-8f17-4e67-9245-3f33a4860ad2 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-09-07T07:19:43.488Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 9813a30a-936a-4292-a61b-4f7c69a7ec4a 2022-09-07T07:19:43.489Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||No resources found for Service: afbb315a-27fd-4933-bb7f-06f4c5ceef07 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-09-07T07:19:43.497Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500|| 2022-09-07T07:19:43.498Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-09-07T07:19:43.499Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||No resources found for Service: afbb315a-27fd-4933-bb7f-06f4c5ceef07 2022-09-07T07:19:43.499Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: afbb315a-27fd-4933-bb7f-06f4c5ceef07 2022-09-07T07:19:43.499Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-09-07T07:19:43.500Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.507Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a8567c9, org.onap.sdc.toscaparser.api.parameters.Input@393d772c, org.onap.sdc.toscaparser.api.parameters.Input@8c1ffb7, org.onap.sdc.toscaparser.api.parameters.Input@57b4fbac, org.onap.sdc.toscaparser.api.parameters.Input@469e65bc] 2022-09-07T07:19:43.510Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.510Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.510Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.510Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.511Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid afbb315a-27fd-4933-bb7f-06f4c5ceef07: Generic NeutronNet 2022-09-07T07:19:43.511Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.511Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.512Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.512Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.562Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.563Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.563Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.563Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.563Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:19:43.564Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:19:43.564Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.652Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-09-07T07:19:43.653Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-09-07T07:19:43.653Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-09-07T07:19:43.653Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:19:43.654Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:19:43.656Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:19:43.656Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535183653, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:19:43.767Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2022-09-07T07:19:43.768Z||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-09-07T07:19:43.768Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:19:43.809Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:19:43.810Z||pool-26-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:19:44.657Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:19:44.677Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:19:44.679Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:19:44.680Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:19:44.680Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:20:14.680Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:20:14.697Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:20:14.699Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:20:14.700Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:20:14.700Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:20:38.344Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:20:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:20:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:20:38.574Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:20:38.574Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:20:38.574Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "cds", "timestamp": 1662535178366, "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-09-07T07:20:38.593Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 384ab9ad-0397-4c04-8fea-36f9c6f724d6 2022-09-07T07:20:38.594Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384ab9ad-0397-4c04-8fea-36f9c6f724d6 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-09-07T07:20:44.700Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:20:44.740Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:20:44.749Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:20:44.750Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:20:44.750Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:21:14.750Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:21:14.781Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:21:14.784Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:21:14.784Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:21:14.784Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:21:38.344Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:21:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:21:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:21:38.418Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:21:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.565Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.566Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.566Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "policy-id", "timestamp": 1662535177588, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:21:38.566Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.567Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.567Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.568Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.568Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.568Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "policy-id", "timestamp": 1662535178601, "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-09-07T07:21:38.582Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 384ab9ad-0397-4c04-8fea-36f9c6f724d6 2022-09-07T07:21:38.582Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384ab9ad-0397-4c04-8fea-36f9c6f724d6 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-09-07T07:21:38.597Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.598Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535179612, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:21:38.598Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.599Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.599Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535181266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.599Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.600Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.600Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535180622, "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-09-07T07:21:38.606Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 384ab9ad-0397-4c04-8fea-36f9c6f724d6 2022-09-07T07:21:38.606Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384ab9ad-0397-4c04-8fea-36f9c6f724d6 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-09-07T07:21:38.617Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.618Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "cds", "timestamp": 1662535181503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.621Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.621Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.622Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "multicloud-k8s-id", "timestamp": 1662535181617, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.622Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.622Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.623Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535183653, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:21:38.623Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.624Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "cds", "timestamp": 1662535181503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "multicloud-k8s-id", "timestamp": 1662535181617, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.633Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.634Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.634Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "cds", "timestamp": 1662535181503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.634Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.635Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.635Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535181617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.635Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.635Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.635Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "cds", "timestamp": 1662535181503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.636Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.636Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.636Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535181617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-07T07:21:38.636Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.637Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.637Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "cds", "timestamp": 1662535181503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.637Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.637Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.638Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535181617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-07T07:21:38.638Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.638Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.638Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "cds", "timestamp": 1662535181503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.639Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.639Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.639Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535181617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:21:38.639Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.640Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.640Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "cds", "timestamp": 1662535181503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.640Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.640Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.640Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535181617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-07T07:21:38.641Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.641Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.641Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "cds", "timestamp": 1662535181503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.641Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.642Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.642Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.642Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.642Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.642Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535181617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.643Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.643Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.643Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "cds", "timestamp": 1662535181503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.644Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.644Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.644Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.645Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.645Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.645Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535181617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-07T07:21:38.646Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.646Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.646Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "cds", "timestamp": 1662535191377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.647Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.647Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.647Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.647Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.648Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.648Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.649Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.649Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.650Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535181617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.651Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.651Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.651Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "cds", "timestamp": 1662535192382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-07T07:21:38.669Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 332e725c-9eaf-4254-ac4e-43129699fe34 2022-09-07T07:21:38.670Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:21:38.682Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.683Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.683Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.683Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.683Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535181617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.683Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.684Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.684Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.684Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.684Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.684Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "aai-ml", "timestamp": 1662535194624, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.686Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.686Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.686Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535194125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.687Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.687Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.687Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.687Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.687Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.688Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.688Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.688Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.688Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535195234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.689Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.689Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.689Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.689Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.690Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.690Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.690Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.691Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.691Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.691Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.692Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.692Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535196363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.692Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.692Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.693Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.693Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.693Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.694Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "cds", "timestamp": 1662535196504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.694Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.695Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.695Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.695Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.696Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.696Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535197532, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.696Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.696Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.697Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.697Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.697Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.697Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "cds", "timestamp": 1662535196504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.698Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.698Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.698Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.699Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.699Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.699Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535197997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.699Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.700Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.700Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.700Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.700Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.701Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535198844, "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-09-07T07:21:38.709Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 332e725c-9eaf-4254-ac4e-43129699fe34 2022-09-07T07:21:38.709Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:21:38.722Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.723Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "cds", "timestamp": 1662535196504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.724Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.724Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.725Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.725Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.725Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.726Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535199006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:21:38.726Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.726Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.727Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.727Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.727Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.727Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "multicloud-k8s-id", "timestamp": 1662535199859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:21:38.728Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.728Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.728Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "cds", "timestamp": 1662535196504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.728Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.729Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.731Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "aai-ml", "timestamp": 1662535200530, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:21:38.731Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.732Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.732Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.732Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.733Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.733Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "policy-id", "timestamp": 1662535200015, "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-09-07T07:21:38.743Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 332e725c-9eaf-4254-ac4e-43129699fe34 2022-09-07T07:21:38.744Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:21:38.754Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.755Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.756Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.756Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.756Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "cds", "timestamp": 1662535196504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.757Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.757Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.757Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "aai-ml", "timestamp": 1662535201541, "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-09-07T07:21:38.762Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 384ab9ad-0397-4c04-8fea-36f9c6f724d6 2022-09-07T07:21:38.763Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384ab9ad-0397-4c04-8fea-36f9c6f724d6 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-09-07T07:21:38.777Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.777Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.778Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.778Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.778Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.779Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.779Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.779Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.780Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.780Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.780Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "cds", "timestamp": 1662535196504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.781Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.781Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.781Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.781Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.782Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.782Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.782Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.782Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.783Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535201617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.783Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.783Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.783Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.784Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.784Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.784Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.784Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.784Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.785Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "cds", "timestamp": 1662535196504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.785Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.785Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.785Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.785Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.786Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.786Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.786Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.786Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.786Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535201617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:21:38.787Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.787Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.787Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-07T07:21:38.787Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.787Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.788Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.788Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.788Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.788Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.789Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.789Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.789Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "cds", "timestamp": 1662535204435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.789Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.790Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.790Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.790Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.790Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.791Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535201617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-07T07:21:38.791Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.791Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.791Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.792Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.792Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.792Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.792Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.792Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.793Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.793Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.793Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.794Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "cds", "timestamp": 1662535205442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-07T07:21:38.820Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 187dc6f2-89b3-47b9-a791-d96d7f831fe5 2022-09-07T07:21:38.820Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 187dc6f2-89b3-47b9-a791-d96d7f831fe5 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-09-07T07:21:38.829Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.829Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.830Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.830Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.830Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.830Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.831Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.831Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.832Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.832Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.832Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.832Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.833Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.833Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535201617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.834Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.834Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.834Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.834Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.835Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.835Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.836Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.836Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.836Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.837Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.837Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.837Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.838Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.838Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.838Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535201617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-07T07:21:38.839Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.839Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.839Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "policy-id", "timestamp": 1662535187926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.840Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.840Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.840Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535207181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.841Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.841Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.842Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.842Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.842Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.843Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.845Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.845Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.845Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535201617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.846Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.847Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.848Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "ves-openapi-manager", "timestamp": 1662535193920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.848Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.848Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.848Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.849Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.849Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.850Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "policy-id", "timestamp": 1662535208468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.850Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.850Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.850Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535201617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.851Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.851Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.852Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.852Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.852Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.853Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "policy-id", "timestamp": 1662535209482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:21:38.853Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.853Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.854Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535210763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.854Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.855Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.855Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "policy-id", "timestamp": 1662535210497, "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-09-07T07:21:38.864Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 187dc6f2-89b3-47b9-a791-d96d7f831fe5 2022-09-07T07:21:38.865Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 187dc6f2-89b3-47b9-a791-d96d7f831fe5 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-09-07T07:21:38.876Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.877Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535211940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.877Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.878Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.878Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535211906, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.878Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.879Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.879Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535213137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.879Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.880Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.880Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535213290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:21:38.880Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.881Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.881Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535214197, "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-09-07T07:21:38.887Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 187dc6f2-89b3-47b9-a791-d96d7f831fe5 2022-09-07T07:21:38.887Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 187dc6f2-89b3-47b9-a791-d96d7f831fe5 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-09-07T07:21:38.896Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.897Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535214300, "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-09-07T07:21:38.904Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 332e725c-9eaf-4254-ac4e-43129699fe34 2022-09-07T07:21:38.905Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:21:38.917Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.917Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "multicloud-k8s-id", "timestamp": 1662535215212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:21:38.918Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.918Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.918Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.919Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.919Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.919Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.920Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.920Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.920Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.920Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.920Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.921Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.921Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.921Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.921Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535222268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:21:38.923Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.923Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.923Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535196949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.923Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.924Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.924Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "aai-ml", "timestamp": 1662535223291, "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-09-07T07:21:38.929Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 332e725c-9eaf-4254-ac4e-43129699fe34 2022-09-07T07:21:38.930Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:21:38.940Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.940Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535222558, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.941Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.941Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.942Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.942Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.942Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.942Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.942Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.943Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.943Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.943Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.943Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.943Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.944Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.944Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.944Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535227791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:21:38.946Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.946Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.946Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535228823, "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-09-07T07:21:38.952Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 187dc6f2-89b3-47b9-a791-d96d7f831fe5 2022-09-07T07:21:38.953Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 187dc6f2-89b3-47b9-a791-d96d7f831fe5 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-09-07T07:21:38.965Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.965Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "aai-ml", "timestamp": 1662535191736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:21:38.966Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:21:38.966Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:21:38.966Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "aai-ml", "timestamp": 1662535231579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:21:38.967Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:21:44.784Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:21:44.801Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:21:44.804Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:21:44.804Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-07T07:21:44.805Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-07T07:21:44.805Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-07T07:21:44.806Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:21:44.806Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:21:44.806Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:21:44.806Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:21:44.806Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:21:44.807Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:21:44.812Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-07T07:22:14.813Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 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-09-07T07:22:14.822Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 and serviceModelVersionId: afbb315a-27fd-4933-bb7f-06f4c5ceef07 2022-09-07T07:22:14.823Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f043564d-6cb7-432f-a4fb-64a95adac5fb 2022-09-07T07:22:14.825Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0 2022-09-07T07:22:14.837Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-09-07T07:22:14.964Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0|INFO|500||Invoke 2022-09-07T07:22:14.965Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[384ab9ad-0397-4c04-8fea-36f9c6f724d6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b87ff9a2-ee89-471b-ab10-e618b728bf8b], X-ECOMP-RequestID=[384ab9ad-0397-4c04-8fea-36f9c6f724d6], X-TransactionId=[], X-ONAP-RequestID=[384ab9ad-0397-4c04-8fea-36f9c6f724d6], Content-Type=[application/merge-patch+json]} 2022-09-07T07:22:15.023Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-07T07:22:15.296Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?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/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220907-07:22:13:590-85959], vertex-id=[192536], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:22:13 GMT], Content-Type=[application/json]} 2022-09-07T07:22:15.297Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-07T07:22:15.298Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0|INFO|500||InvokeReturn 2022-09-07T07:22:15.307Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-07T07:22:15.310Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:22:15.321Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:22:15.322Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 384ab9ad-0397-4c04-8fea-36f9c6f724d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-07T07:22:15.323Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-07T07:22:15.323Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:15.326Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:15.326Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535335322, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:22:15.426Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:22:15.428Z||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-09-07T07:22:15.428Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:15.450Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:15.451Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 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-09-07T07:22:16.343Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-07T07:22:16.343Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"332e725c-9eaf-4254-ac4e-43129699fe34","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e","serviceDescription":"service","serviceInvariantUUID":"dc7e0af9-3047-43fb-b651-b7baa923c8d9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee321da4-8aea-4a40-b06f-819bf1615836","resourceInvariantUUID":"8ea11a71-32a3-44a9-a5f1-3e848d88cc7e","resourceCustomizationUUID":"2fde60b9-011a-4a63-9c1c-67f9c903d836","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":"MzU2YmE4YmJmYWQ0ZDc2ZWJiOTYyN2I4ODZkODRjZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f158fd02-41bb-4cc9-ac65-d55bbe4e8d47","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":"d9574481-7483-4553-bedc-56a6e71608d8","artifactVersion":"2","generatedFromUUID":"d19d18c7-42bb-4af0-a524-7e80471bf265"},{"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":"d19d18c7-42bb-4af0-a524-7e80471bf265","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":"ODYzMTEyMjA5ZmFjMGYwYTQ3NjRmMmI1YTBlNjFhZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"afe00e9a-ec94-465b-b707-97d5e37f843d","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":"c87c019b-b0d1-48ff-a03b-17dcea2e24cb","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":"51f401b5-a66d-4ef8-94a3-1c1fa654afc6","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":"16fad3f9-df2c-491e-a93e-d256974acbe5","artifactVersion":"2","generatedFromUUID":"c87c019b-b0d1-48ff-a03b-17dcea2e24cb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWJhOGViMDg0MzMzNjUyNmRjZTEyZmM4OGEyZWM5ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd184d2b-5e59-484a-972c-d9b1f6a4c255","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjQ1MWZmODg0MDNmZWRjZTYzYTY3NTJkNThlYmY0Y2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e660a10-1215-40b5-a185-0ad972b4c8d5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-07T07:22:16.345Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:22:16.346Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:16.348Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:16.349Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:16.449Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:16.450Z||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-09-07T07:22:16.450Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:16.467Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:16.468Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:17.349Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:22:17.351Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:17.354Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:17.354Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-07T07:22:17.454Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:22:17.455Z||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-09-07T07:22:17.455Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:17.471Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:17.472Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:18.355Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:22:18.357Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:18.360Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:18.361Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-07T07:22:18.460Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:22:18.462Z||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-09-07T07:22:18.462Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:18.503Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:18.505Z||pool-30-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:19.362Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:22:19.363Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:19.366Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:19.367Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:22:19.467Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:19.468Z||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-09-07T07:22:19.469Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:19.491Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:19.492Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:22:20.367Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:22:20.368Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:20.371Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:20.371Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-07T07:22:20.471Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:20.472Z||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-09-07T07:22:20.472Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:20.508Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:20.509Z||pool-32-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:22:21.372Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:22:21.373Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:21.376Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:21.376Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:21.477Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-07T07:22:21.479Z||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-09-07T07:22:21.479Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:21.519Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:21.519Z||pool-33-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:22.377Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:22:22.378Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:22.380Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:22.381Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-07T07:22:22.481Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:22.482Z||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-09-07T07:22:22.482Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:22.513Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:22.514Z||pool-34-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:23.381Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:22:23.387Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:23.390Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:23.390Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:23.491Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-07T07:22:23.492Z||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-09-07T07:22:23.492Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:23.561Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:23.561Z||pool-35-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:22:24.391Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:22:24.392Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:24.394Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:24.394Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:22:24.494Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:22:24.496Z||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-09-07T07:22:24.497Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:24.514Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:24.516Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:22:25.396Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e", "serviceDescription": "service", "serviceInvariantUUID": "dc7e0af9-3047-43fb-b651-b7baa923c8d9", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "2fde60b9-011a-4a63-9c1c-67f9c903d836", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ee321da4-8aea-4a40-b06f-819bf1615836", "resourceInvariantUUID": "8ea11a71-32a3-44a9-a5f1-3e848d88cc7e", "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": "d9574481-7483-4553-bedc-56a6e71608d8", "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": "d19d18c7-42bb-4af0-a524-7e80471bf265", "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": "ODYzMTEyMjA5ZmFjMGYwYTQ3NjRmMmI1YTBlNjFhZGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "afe00e9a-ec94-465b-b707-97d5e37f843d", "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": "c87c019b-b0d1-48ff-a03b-17dcea2e24cb", "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": "16fad3f9-df2c-491e-a93e-d256974acbe5", "generatedFromUUID": "c87c019b-b0d1-48ff-a03b-17dcea2e24cb" }, "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": "16fad3f9-df2c-491e-a93e-d256974acbe5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZjQ1MWZmODg0MDNmZWRjZTYzYTY3NTJkNThlYmY0Y2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3e660a10-1215-40b5-a185-0ad972b4c8d5" } ], "workloadContext": "Production" } 2022-09-07T07:22:25.396Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-07T07:22:25.396Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e ASDC 2022-09-07T07:22:25.397Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:332e725c-9eaf-4254-ac4e-43129699fe34 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e ServiceInvariantUUID:dc7e0af9-3047-43fb-b651-b7baa923c8d9 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:3e660a10-1215-40b5-a185-0ad972b4c8d5 ArtifactChecksum:ZjQ1MWZmODg0MDNmZWRjZTYzYTY3NTJkNThlYmY0Y2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:2fde60b9-011a-4a63-9c1c-67f9c903d836 ResourceInvariantUUID:8ea11a71-32a3-44a9-a5f1-3e848d88cc7e ResourceName:basic_cnf ResourceType:VF ResourceUUID:ee321da4-8aea-4a40-b06f-819bf1615836 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:d9574481-7483-4553-bedc-56a6e71608d8 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:d19d18c7-42bb-4af0-a524-7e80471bf265 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:afe00e9a-ec94-465b-b707-97d5e37f843d ArtifactChecksum:ODYzMTEyMjA5ZmFjMGYwYTQ3NjRmMmI1YTBlNjFhZGU= 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:c87c019b-b0d1-48ff-a03b-17dcea2e24cb 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:16fad3f9-df2c-491e-a93e-d256974acbe5 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:16fad3f9-df2c-491e-a93e-d256974acbe5 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-07T07:22:25.397Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e 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-09-07T07:22:25.452Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:22:25.453Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:22:25.453Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:22:25.453Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3e660a10-1215-40b5-a185-0ad972b4c8d5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-07T07:22:25.454Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:22:25.454Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-07T07:22:25.611Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:22:25.618Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3e660a10-1215-40b5-a185-0ad972b4c8d5 73673 2022-09-07T07:22:25.618Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-09-07T07:22:25.618Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-07T07:22:25.619Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:22:25.619Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:25.622Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:25.622Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535345618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:22:25.722Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:22:25.729Z||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-09-07T07:22:25.729Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:25.775Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:25.776Z||pool-37-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:26.623Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:22:26.625Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:22:26.626Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3e660a10-1215-40b5-a185-0ad972b4c8d5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-07T07:22:26.626Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-09-07T07:22:26.627Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-07T07:22:26.627Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-07T07:22:26.837Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16913374946500551279/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-09-07T07:22:29.135Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-07T07:22:29.136Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-07T07:22:29.136Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-07T07:22:29.136Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-09-07T07:22:29.136Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.136Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-09-07T07:22:29.137Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.137Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.137Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-07T07:22:29.137Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.138Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:29.138Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-07T07:22:29.138Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-07T07:22:29.139Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:22:29.139Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.139Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:29.140Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-07T07:22:29.140Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-07T07:22:29.140Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:22:29.141Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.141Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:29.141Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.142Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-07T07:22:29.142Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-09-07T07:22:29.142Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-09-07T07:22:29.143Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-07T07:22:29.143Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.143Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-07T07:22:29.144Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.144Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-07T07:22:29.144Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:22:29.145Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.145Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-07T07:22:29.145Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:22:29.145Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.146Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-07T07:22:29.146Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:22:29.146Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.147Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-07T07:22:29.147Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-09-07T07:22:29.147Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0a78d295-cb07-4181-83fe-e0742c8db8d8 2022-09-07T07:22:29.148Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.148Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:29.148Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.148Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:29.149Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.149Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:29.149Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:29.150Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:29.150Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e Model Version:NULL Model InvariantUuid:dc7e0af9-3047-43fb-b651-b7baa923c8d9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:13b5899b-83f4-4ff1-90df-63b0955fe91a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8ea11a71-32a3-44a9-a5f1-3e848d88cc7e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2fde60b9-011a-4a63-9c1c-67f9c903d836 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:529fbdb9-8923-4694-81b1-d4ea613ef135 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:f2a6ccbf-1aae-42e4-a499-414adbee1cc7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0a78d295-cb07-4181-83fe-e0742c8db8d8 ModelInvariantUuid:bdcd719c-c880-460b-96fe-1cf8b71501cf ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:40e6009f-e39e-4ef7-8189-d63e53a049e2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:e09f56c0-3a0f-400c-9622-5666435035be ModelInvariantUuid:0f0ad793-e0ae-479f-b41e-bd5ac5bb3e75 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:17da6564-6fed-4fe7-aa94-0957198c6b10 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-09-07T07:22:29.161Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ee321da4-8aea-4a40-b06f-819bf1615836 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-09-07T07:22:29.165Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-09-07T07:22:29.166Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee321da4-8aea-4a40-b06f-819bf1615836 2022-09-07T07:22:29.166Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d9574481-7483-4553-bedc-56a6e71608d8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-09-07T07:22:29.166Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:22:29.166Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.252Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:22:29.253Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d9574481-7483-4553-bedc-56a6e71608d8 12 2022-09-07T07:22:29.253Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.254Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.254Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:22:29.254Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:29.257Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:29.257Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535349253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:22:29.357Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:29.358Z||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-09-07T07:22:29.358Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:29.392Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:29.393Z||pool-38-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:30.258Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d19d18c7-42bb-4af0-a524-7e80471bf265 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-09-07T07:22:30.258Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:22:30.259Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:30.377Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:22:30.378Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d19d18c7-42bb-4af0-a524-7e80471bf265 2688 2022-09-07T07:22:30.379Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:30.379Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:30.379Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:22:30.380Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:30.391Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:30.392Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535350378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-07T07:22:30.486Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-09-07T07:22:30.487Z||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-09-07T07:22:30.487Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:30.516Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:30.516Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:31.396Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: afe00e9a-ec94-465b-b707-97d5e37f843d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-09-07T07:22:31.397Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:22:31.398Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:31.547Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:22:31.548Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json afe00e9a-ec94-465b-b707-97d5e37f843d 828 2022-09-07T07:22:31.548Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:31.548Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:31.549Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:22:31.549Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:31.553Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:31.554Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535351548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:22:31.653Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:22:31.654Z||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-09-07T07:22:31.654Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:31.687Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:31.688Z||pool-40-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:32.554Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "529fbdb9-8923-4694-81b1-d4ea613ef135", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f2a6ccbf-1aae-42e4-a499-414adbee1cc7", "vfModuleModelCustomizationUUID": "8726abd5-600b-40ef-a606-4b94f03427f6", "isBase": true, "artifacts": [ "d19d18c7-42bb-4af0-a524-7e80471bf265", "c87c019b-b0d1-48ff-a03b-17dcea2e24cb", "16fad3f9-df2c-491e-a93e-d256974acbe5" ], "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-09-07T07:22:32.563Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f2a6ccbf-1aae-42e4-a499-414adbee1cc7 VfModuleModelInvariantUUID:529fbdb9-8923-4694-81b1-d4ea613ef135 VfModuleModelDescription:NULL Artifacts UUID List:{ d19d18c7-42bb-4af0-a524-7e80471bf265 , c87c019b-b0d1-48ff-a03b-17dcea2e24cb , 16fad3f9-df2c-491e-a93e-d256974acbe5 } 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-09-07T07:22:32.566Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "529fbdb9-8923-4694-81b1-d4ea613ef135", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f2a6ccbf-1aae-42e4-a499-414adbee1cc7", "vfModuleModelCustomizationUUID": "8726abd5-600b-40ef-a606-4b94f03427f6", "isBase": true, "artifacts": [ "d19d18c7-42bb-4af0-a524-7e80471bf265", "c87c019b-b0d1-48ff-a03b-17dcea2e24cb", "16fad3f9-df2c-491e-a93e-d256974acbe5" ], "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-09-07T07:22:32.566Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f2a6ccbf-1aae-42e4-a499-414adbee1cc7 VfModuleModelInvariantUUID:529fbdb9-8923-4694-81b1-d4ea613ef135 VfModuleModelDescription:NULL Artifacts UUID List:{ d19d18c7-42bb-4af0-a524-7e80471bf265 , c87c019b-b0d1-48ff-a03b-17dcea2e24cb , 16fad3f9-df2c-491e-a93e-d256974acbe5 } 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-09-07T07:22:32.566Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c87c019b-b0d1-48ff-a03b-17dcea2e24cb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-09-07T07:22:32.567Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:22:32.567Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:32.681Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:22:32.681Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c87c019b-b0d1-48ff-a03b-17dcea2e24cb 1164 2022-09-07T07:22:32.682Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:32.682Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:32.682Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:22:32.682Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:32.685Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:32.685Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535352682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:22:32.785Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:32.786Z||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-09-07T07:22:32.786Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:32.809Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:32.809Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:33.686Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 16fad3f9-df2c-491e-a93e-d256974acbe5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-09-07T07:22:33.687Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:22:33.687Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:33.790Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:22:33.791Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 16fad3f9-df2c-491e-a93e-d256974acbe5 200 2022-09-07T07:22:33.791Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:33.791Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:33.791Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:22:33.792Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:33.795Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:33.796Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535353791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:22:33.896Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:33.897Z||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-09-07T07:22:33.897Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:33.926Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:33.927Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:34.797Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e 2022-09-07T07:22:34.797Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ee321da4-8aea-4a40-b06f-819bf1615836 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-09-07T07:22:34.845Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:34.851Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5229017a, org.onap.sdc.toscaparser.api.parameters.Input@e31dc68, org.onap.sdc.toscaparser.api.parameters.Input@6a2b6b69, org.onap.sdc.toscaparser.api.parameters.Input@1ba0d943, org.onap.sdc.toscaparser.api.parameters.Input@198399c] 2022-09-07T07:22:34.853Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.854Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:34.854Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-09-07T07:22:34.854Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 2fde60b9-011a-4a63-9c1c-67f9c903d836 2022-09-07T07:22:34.854Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2fde60b9-011a-4a63-9c1c-67f9c903d836 matches Tosca VF Customization UUID: 2fde60b9-011a-4a63-9c1c-67f9c903d836 2022-09-07T07:22:34.855Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 2fde60b9-011a-4a63-9c1c-67f9c903d836 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-09-07T07:22:34.861Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.862Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:34.863Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 2fde60b9-011a-4a63-9c1c-67f9c903d836: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-07T07:22:34.863Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d7c89ab 2022-09-07T07:22:34.864Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.864Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-07T07:22:34.864Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8726abd5-600b-40ef-a606-4b94f03427f6 2022-09-07T07:22:34.865Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8726abd5-600b-40ef-a606-4b94f03427f6 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-09-07T07:22:34.870Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.871Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-07T07:22:34.871Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:22:34.871Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0a78d295-cb07-4181-83fe-e0742c8db8d8 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-09-07T07:22:34.877Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.877Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-07T07:22:34.877Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:22:34.877Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.878Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-09-07T07:22:34.878Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2fde60b9-011a-4a63-9c1c-67f9c903d836 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-09-07T07:22:34.880Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.880Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e: basic_cnf 2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:35.016Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ee321da4-8aea-4a40-b06f-819bf1615836 1 ASDC deployResourceStructure 2022-09-07T07:22:35.019Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:35.019Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:35.020Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-07T07:22:35.020Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:35.022Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:35.022Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535355017, "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-09-07T07:22:35.122Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:35.123Z||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-09-07T07:22:35.123Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:35.146Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:35.146Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:36.026Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:36.026Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:36.027Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-07T07:22:36.027Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:36.030Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:36.030Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535356026, "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-09-07T07:22:36.131Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:36.132Z||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-09-07T07:22:36.132Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:36.153Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:36.154Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:37.032Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:37.032Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:37.032Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:22:37.033Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:37.035Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:37.035Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535357031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:22:37.136Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:37.137Z||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-09-07T07:22:37.137Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:37.156Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:37.157Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:38.036Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:38.037Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:38.037Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:22:38.038Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:38.043Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:38.044Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535358036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-09-07T07:22:38.144Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:38.145Z||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-09-07T07:22:38.145Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:38.183Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:38.184Z||pool-46-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:38.344Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:22:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:22:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:22:38.430Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:38.434Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.435Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "aai-ml", "timestamp": 1662535241577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:22:38.437Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:22:38.438Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.439Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "aai-ml", "timestamp": 1662535242582, "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-09-07T07:22:38.449Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 187dc6f2-89b3-47b9-a791-d96d7f831fe5 2022-09-07T07:22:38.449Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 187dc6f2-89b3-47b9-a791-d96d7f831fe5 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-09-07T07:22:38.469Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.470Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "cds", "timestamp": 1662535256503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.472Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.473Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.474Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "multicloud-k8s-id", "timestamp": 1662535261617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.478Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.479Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.479Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535256947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "cds", "timestamp": 1662535256503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535256947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "multicloud-k8s-id", "timestamp": 1662535261617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "cds", "timestamp": 1662535256503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "multicloud-k8s-id", "timestamp": 1662535261617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535256947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "cds", "timestamp": 1662535256503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "multicloud-k8s-id", "timestamp": 1662535261617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.485Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.485Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.485Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535256947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.485Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.485Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.486Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "policy-id", "timestamp": 1662535267926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.486Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.486Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.487Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "cds", "timestamp": 1662535256503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.487Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.487Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.487Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "multicloud-k8s-id", "timestamp": 1662535261617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.487Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535256947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "policy-id", "timestamp": 1662535267926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.489Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.489Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "cds", "timestamp": 1662535256503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.489Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.490Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.490Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "multicloud-k8s-id", "timestamp": 1662535261617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.490Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.490Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.490Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535256947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.491Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.492Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.492Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "policy-id", "timestamp": 1662535267926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.492Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.492Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.493Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "cds", "timestamp": 1662535256503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.493Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.493Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.493Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "multicloud-k8s-id", "timestamp": 1662535261617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535256947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "policy-id", "timestamp": 1662535267926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.495Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.495Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.495Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "cds", "timestamp": 1662535256503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:22:38.496Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.497Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.497Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "multicloud-k8s-id", "timestamp": 1662535261617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:22:38.498Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.498Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.498Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535256947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:22:38.499Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.499Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.499Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "policy-id", "timestamp": 1662535267926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.500Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.500Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.500Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "ves-openapi-manager", "timestamp": 1662535273920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.500Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.501Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.502Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "policy-id", "timestamp": 1662535267926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.502Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.502Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.503Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "cds", "timestamp": 1662535274578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:22:38.503Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:22:38.503Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535273890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "ves-openapi-manager", "timestamp": 1662535273920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "policy-id", "timestamp": 1662535267926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.505Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.505Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "cds", "timestamp": 1662535275585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-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-09-07T07:22:38.524Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb978f39-69c6-4f61-8dfa-4fff9709aa98 2022-09-07T07:22:38.525Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb978f39-69c6-4f61-8dfa-4fff9709aa98 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-09-07T07:22:38.536Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.536Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "ves-openapi-manager", "timestamp": 1662535273920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "policy-id", "timestamp": 1662535267926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "ves-openapi-manager", "timestamp": 1662535273920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535277003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "policy-id", "timestamp": 1662535276941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:22:38.539Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.539Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "ves-openapi-manager", "timestamp": 1662535273920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.539Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.539Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.539Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662535278013, "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-09-07T07:22:38.545Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb978f39-69c6-4f61-8dfa-4fff9709aa98 2022-09-07T07:22:38.546Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb978f39-69c6-4f61-8dfa-4fff9709aa98 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-09-07T07:22:38.562Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.562Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "policy-id", "timestamp": 1662535277947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:22:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:22:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "ves-openapi-manager", "timestamp": 1662535273920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-09-07T07:22:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.564Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "policy-id", "timestamp": 1662535278952, "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-09-07T07:22:38.571Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb978f39-69c6-4f61-8dfa-4fff9709aa98 2022-09-07T07:22:38.571Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb978f39-69c6-4f61-8dfa-4fff9709aa98 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-09-07T07:22:38.586Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "ves-openapi-manager", "timestamp": 1662535273920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "ves-openapi-manager", "timestamp": 1662535273920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "aai-ml", "timestamp": 1662535281735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "ves-openapi-manager", "timestamp": 1662535282807, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "aai-ml", "timestamp": 1662535281735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.589Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.589Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "ves-openapi-manager", "timestamp": 1662535284060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-09-07T07:22:38.589Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:22:38.589Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.589Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "aai-ml", "timestamp": 1662535281735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.590Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.590Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.590Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "ves-openapi-manager", "timestamp": 1662535285067, "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-09-07T07:22:38.595Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cb978f39-69c6-4f61-8dfa-4fff9709aa98 2022-09-07T07:22:38.595Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb978f39-69c6-4f61-8dfa-4fff9709aa98 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-09-07T07:22:38.626Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.626Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "aai-ml", "timestamp": 1662535281735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.626Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "aai-ml", "timestamp": 1662535281735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "aai-ml", "timestamp": 1662535281735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "aai-ml", "timestamp": 1662535281735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "aai-ml", "timestamp": 1662535281735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:22:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-07T07:22:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "aai-ml", "timestamp": 1662535290638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:22:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:22:38.630Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:22:38.630Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "aai-ml", "timestamp": 1662535297476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:22:38.630Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:22:39.045Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:39.045Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:39.046Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:22:39.046Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:39.049Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:39.049Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535359045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-09-07T07:22:39.151Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:22:39.152Z||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-09-07T07:22:39.152Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:39.189Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:39.190Z||pool-47-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:40.051Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-09-07T07:22:40.051Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-09-07T07:22:40.052Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:22:40.052Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:22:40.068Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:22:40.069Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535360051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:22:40.155Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-09-07T07:22:40.157Z||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-09-07T07:22:40.157Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:22:40.186Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:22:40.187Z||pool-48-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:22:41.070Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 332e725c-9eaf-4254-ac4e-43129699fe34 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:22:41.081Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 332e725c-9eaf-4254-ac4e-43129699fe34 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:22:41.085Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:22:41.085Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-07T07:22:41.085Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-07T07:22:41.085Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:41.092Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-07T07:23:11.092Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:23:11.102Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 332e725c-9eaf-4254-ac4e-43129699fe34 and serviceModelVersionId: 70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e 2022-09-07T07:23:11.102Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dc7e0af9-3047-43fb-b651-b7baa923c8d9 2022-09-07T07:23:11.103Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?depth=0 2022-09-07T07:23:11.115Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-09-07T07:23:11.189Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?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-09-07T07:23:11.190Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?depth=0|INFO|500||Invoke 2022-09-07T07:23:11.240Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-07T07:23:11.452Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?depth=0|INFO|500||InvokeReturn 2022-09-07T07:23:11.453Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220907-07:23:09:849-58275], vertex-id=[221280], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:23:09 GMT], Content-Type=[application/json]} 2022-09-07T07:23:11.459Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-09-07T07:23:11.459Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-07T07:23:11.459Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:23:11.470Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:23:11.470Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 332e725c-9eaf-4254-ac4e-43129699fe34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-07T07:23:11.470Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-07T07:23:11.471Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:11.473Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:11.474Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535391470, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:23:11.574Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:23:11.575Z||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-09-07T07:23:11.575Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:11.606Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:11.607Z||pool-49-thread-1|||||INFO|500||cambria reply ok (33 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-09-07T07:23:12.510Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:23:12.511Z|332e725c-9eaf-4254-ac4e-43129699fe34|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-09-07T07:23:12.511Z|332e725c-9eaf-4254-ac4e-43129699fe34|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:23:17.707Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:17.708Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-07T07:23:17.708Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"187dc6f2-89b3-47b9-a791-d96d7f831fe5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"442ce808-bb37-4e63-b3ec-95f4dffb81f2","serviceDescription":"service","serviceInvariantUUID":"eb5bbdfd-63e8-468d-8730-ba3f4720a5b8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59f920c2-7c72-40cc-9d03-a562f9c90dbc","resourceInvariantUUID":"64cf47bb-3ccc-4732-94fe-e0c2db8dd1b9","resourceCustomizationUUID":"0f5556ab-50fb-4980-9bc8-0f685fbe9f1e","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":"ZmE5N2QxMDgzYjdjNGY2ZGQ2MWQ3OWZjODVlNGI4NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"912d72c5-4e30-4485-be6f-aee4f2b14101","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":"YmRlZGRlZGZjNWMxOTcwMzcyNDQwMDY3NWY4ZmIyMGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6784f48c-bc02-41cc-8646-6b317349d966","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":"67944b86-74d6-469f-ba12-ca06b33bf674","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":"1eca9e4b-1a8c-4c0d-b913-cdd78f7ce0fd","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":"10119899-85c5-4386-8e1f-6bb74540d733","artifactVersion":"2","generatedFromUUID":"67944b86-74d6-469f-ba12-ca06b33bf674"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGIyOWMyZTkwZDhlNDMzNGE3M2ZiYzEwNDljOWEzMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c1df922-f0ed-4525-b3c6-aebf7e9fc0fb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzMwNDNjNDcxODI4NjE1NTE2OGYyNDFjNDg5MDllZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95e084f4-0701-4f53-9edd-8903e83ff7e7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-07T07:23:17.711Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:23:17.712Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:17.715Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:17.716Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:23:17.816Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:23:17.817Z||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-09-07T07:23:17.817Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:17.835Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:17.836Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:23:18.718Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:23:18.719Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:18.722Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:18.723Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:23:18.823Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:23:18.824Z||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-09-07T07:23:18.824Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:18.846Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:18.847Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:23:19.723Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:23:19.723Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:19.726Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:19.726Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-07T07:23:19.827Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:23:19.828Z||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-09-07T07:23:19.828Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:19.848Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:19.849Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:23:20.727Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:23:20.728Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:20.730Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:20.730Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:23:20.831Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:23:20.832Z||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-09-07T07:23:20.832Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:20.856Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:20.857Z||pool-53-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:23:21.731Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:23:21.732Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:21.734Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:21.734Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-07T07:23:21.834Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:23:21.835Z||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-09-07T07:23:21.835Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:21.882Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:21.882Z||pool-54-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:23:22.735Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:23:22.735Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:22.737Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:22.737Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:23:22.838Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:23:22.839Z||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-09-07T07:23:22.839Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:22.855Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:22.856Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:23:23.738Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:23:23.739Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:23.743Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:23.743Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:23:23.843Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:23:23.844Z||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-09-07T07:23:23.844Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:23.866Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:23.867Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:23:24.745Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "442ce808-bb37-4e63-b3ec-95f4dffb81f2", "serviceDescription": "service", "serviceInvariantUUID": "eb5bbdfd-63e8-468d-8730-ba3f4720a5b8", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "0f5556ab-50fb-4980-9bc8-0f685fbe9f1e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "59f920c2-7c72-40cc-9d03-a562f9c90dbc", "resourceInvariantUUID": "64cf47bb-3ccc-4732-94fe-e0c2db8dd1b9", "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": "YmRlZGRlZGZjNWMxOTcwMzcyNDQwMDY3NWY4ZmIyMGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6784f48c-bc02-41cc-8646-6b317349d966", "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": "67944b86-74d6-469f-ba12-ca06b33bf674", "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": "10119899-85c5-4386-8e1f-6bb74540d733", "generatedFromUUID": "67944b86-74d6-469f-ba12-ca06b33bf674" }, "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": "10119899-85c5-4386-8e1f-6bb74540d733", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YzMwNDNjNDcxODI4NjE1NTE2OGYyNDFjNDg5MDllZTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "95e084f4-0701-4f53-9edd-8903e83ff7e7" } ], "workloadContext": "Production" } 2022-09-07T07:23:24.746Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-07T07:23:24.746Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 442ce808-bb37-4e63-b3ec-95f4dffb81f2 ASDC 2022-09-07T07:23:24.746Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:187dc6f2-89b3-47b9-a791-d96d7f831fe5 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:442ce808-bb37-4e63-b3ec-95f4dffb81f2 ServiceInvariantUUID:eb5bbdfd-63e8-468d-8730-ba3f4720a5b8 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:95e084f4-0701-4f53-9edd-8903e83ff7e7 ArtifactChecksum:YzMwNDNjNDcxODI4NjE1NTE2OGYyNDFjNDg5MDllZTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:0f5556ab-50fb-4980-9bc8-0f685fbe9f1e ResourceInvariantUUID:64cf47bb-3ccc-4732-94fe-e0c2db8dd1b9 ResourceName:basic_vm ResourceType:VF ResourceUUID:59f920c2-7c72-40cc-9d03-a562f9c90dbc 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:6784f48c-bc02-41cc-8646-6b317349d966 ArtifactChecksum:YmRlZGRlZGZjNWMxOTcwMzcyNDQwMDY3NWY4ZmIyMGY= 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:67944b86-74d6-469f-ba12-ca06b33bf674 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:10119899-85c5-4386-8e1f-6bb74540d733 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:10119899-85c5-4386-8e1f-6bb74540d733 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-07T07:23:24.747Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 442ce808-bb37-4e63-b3ec-95f4dffb81f2 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-09-07T07:23:24.822Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:23:24.824Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:23:24.824Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:23:24.824Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 95e084f4-0701-4f53-9edd-8903e83ff7e7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-07T07:23:24.824Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:23:24.825Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-07T07:23:25.149Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:23:25.153Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 95e084f4-0701-4f53-9edd-8903e83ff7e7 74745 2022-09-07T07:23:25.153Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-09-07T07:23:25.153Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-07T07:23:25.153Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:23:25.154Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:25.156Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:25.156Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535405153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:23:25.256Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:23:25.257Z||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-09-07T07:23:25.258Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:25.278Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:25.278Z||pool-57-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:23:26.157Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:23:26.158Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:23:26.158Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 95e084f4-0701-4f53-9edd-8903e83ff7e7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-09-07T07:23:26.159Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-09-07T07:23:26.159Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-09-07T07:23:26.159Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-09-07T07:23:26.352Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11073035421526158761/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-09-07T07:23:28.291Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-07T07:23:28.292Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-07T07:23:28.292Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-07T07:23:28.292Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-07T07:23:28.292Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:28.293Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:28.293Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-07T07:23:28.293Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-09-07T07:23:28.293Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:28.294Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:28.294Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:28.294Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-07T07:23:28.294Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.294Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:28.295Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-07T07:23:28.295Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-07T07:23:28.295Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:23:28.295Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.296Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:28.296Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-07T07:23:28.296Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-07T07:23:28.296Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:23:28.297Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.297Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:28.297Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.297Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-07T07:23:28.298Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-09-07T07:23:28.298Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-09-07T07:23:28.298Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-09-07T07:23:28.299Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-07T07:23:28.299Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-07T07:23:28.299Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.300Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-07T07:23:28.300Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.300Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-07T07:23:28.301Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:23:28.301Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.302Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-07T07:23:28.302Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:23:28.303Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.303Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-07T07:23:28.303Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:23:28.304Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.304Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-07T07:23:28.304Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-07T07:23:28.305Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-07T07:23:28.305Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9f537de-80de-4dbd-85a1-727857021fc1 2022-09-07T07:23:28.305Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.305Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:28.306Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.306Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:28.306Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.306Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:28.307Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:28.307Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:28.308Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:442ce808-bb37-4e63-b3ec-95f4dffb81f2 Model Version:NULL Model InvariantUuid:eb5bbdfd-63e8-468d-8730-ba3f4720a5b8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f870fbcd-56ae-4746-8ec9-b8c9fbc50a63 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:64cf47bb-3ccc-4732-94fe-e0c2db8dd1b9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0f5556ab-50fb-4980-9bc8-0f685fbe9f1e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5e667e91-a53a-49df-8d7d-10eb50fe22bd ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:93d2f7b8-7364-45ff-9dc9-fea39d278a48 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e9f537de-80de-4dbd-85a1-727857021fc1 ModelInvariantUuid:a8845977-0924-40ca-be5a-e411a07366ea ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:fd26f57d-28aa-4203-b703-b9e4fba3059f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:105957f5-1100-4e30-a3b2-ab7a73f9cf76 ModelInvariantUuid:0f11de6e-fa02-4327-925e-f24b841f75d7 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:327e3a63-b5b9-46ab-84bd-7abb17bf3690 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-09-07T07:23:28.319Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 59f920c2-7c72-40cc-9d03-a562f9c90dbc 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-09-07T07:23:28.323Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-09-07T07:23:28.323Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 59f920c2-7c72-40cc-9d03-a562f9c90dbc 2022-09-07T07:23:28.323Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6784f48c-bc02-41cc-8646-6b317349d966 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-09-07T07:23:28.323Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:23:28.323Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:28.387Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:23:28.388Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6784f48c-bc02-41cc-8646-6b317349d966 787 2022-09-07T07:23:28.388Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:28.388Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:28.388Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:23:28.389Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:28.392Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:28.392Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535408388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:23:28.492Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:23:28.493Z||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-09-07T07:23:28.494Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:28.530Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:28.531Z||pool-58-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:23:29.393Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5e667e91-a53a-49df-8d7d-10eb50fe22bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "93d2f7b8-7364-45ff-9dc9-fea39d278a48", "vfModuleModelCustomizationUUID": "9f2a8c8b-59ca-4911-b1e7-51eabcf4720d", "isBase": true, "artifacts": [ "67944b86-74d6-469f-ba12-ca06b33bf674", "10119899-85c5-4386-8e1f-6bb74540d733" ], "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-09-07T07:23:29.397Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:93d2f7b8-7364-45ff-9dc9-fea39d278a48 VfModuleModelInvariantUUID:5e667e91-a53a-49df-8d7d-10eb50fe22bd VfModuleModelDescription:NULL Artifacts UUID List:{ 67944b86-74d6-469f-ba12-ca06b33bf674 , 10119899-85c5-4386-8e1f-6bb74540d733 } 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-09-07T07:23:29.399Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5e667e91-a53a-49df-8d7d-10eb50fe22bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "93d2f7b8-7364-45ff-9dc9-fea39d278a48", "vfModuleModelCustomizationUUID": "9f2a8c8b-59ca-4911-b1e7-51eabcf4720d", "isBase": true, "artifacts": [ "67944b86-74d6-469f-ba12-ca06b33bf674", "10119899-85c5-4386-8e1f-6bb74540d733" ], "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-09-07T07:23:29.400Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:93d2f7b8-7364-45ff-9dc9-fea39d278a48 VfModuleModelInvariantUUID:5e667e91-a53a-49df-8d7d-10eb50fe22bd VfModuleModelDescription:NULL Artifacts UUID List:{ 67944b86-74d6-469f-ba12-ca06b33bf674 , 10119899-85c5-4386-8e1f-6bb74540d733 } 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-09-07T07:23:29.400Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 67944b86-74d6-469f-ba12-ca06b33bf674 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-09-07T07:23:29.402Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:23:29.402Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:29.476Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:23:29.477Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 67944b86-74d6-469f-ba12-ca06b33bf674 5033 2022-09-07T07:23:29.477Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:29.477Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:29.477Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:23:29.478Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:29.480Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:29.481Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535409477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:23:29.581Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:23:29.582Z||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-09-07T07:23:29.582Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:29.613Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:29.614Z||pool-59-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:23:30.481Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 10119899-85c5-4386-8e1f-6bb74540d733 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-09-07T07:23:30.482Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:23:30.482Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:30.608Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:23:30.608Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 10119899-85c5-4386-8e1f-6bb74540d733 903 2022-09-07T07:23:30.610Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:30.610Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:30.610Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:23:30.611Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:30.613Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:30.613Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535410610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:23:30.713Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:23:30.714Z||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-09-07T07:23:30.715Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:30.734Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:30.735Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:23:31.614Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 442ce808-bb37-4e63-b3ec-95f4dffb81f2 2022-09-07T07:23:31.615Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 59f920c2-7c72-40cc-9d03-a562f9c90dbc 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-09-07T07:23:31.639Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@664a385e, org.onap.sdc.toscaparser.api.parameters.Input@4410e978, org.onap.sdc.toscaparser.api.parameters.Input@1b2df419, org.onap.sdc.toscaparser.api.parameters.Input@6e2d8830, org.onap.sdc.toscaparser.api.parameters.Input@5912c563] 2022-09-07T07:23:31.641Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.641Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:31.641Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-09-07T07:23:31.641Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0f5556ab-50fb-4980-9bc8-0f685fbe9f1e 2022-09-07T07:23:31.642Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f5556ab-50fb-4980-9bc8-0f685fbe9f1e matches Tosca VF Customization UUID: 0f5556ab-50fb-4980-9bc8-0f685fbe9f1e 2022-09-07T07:23:31.642Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0f5556ab-50fb-4980-9bc8-0f685fbe9f1e 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-09-07T07:23:31.645Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.646Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:31.646Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0f5556ab-50fb-4980-9bc8-0f685fbe9f1e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-07T07:23:31.646Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c9d7792 2022-09-07T07:23:31.647Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.647Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-07T07:23:31.647Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f2a8c8b-59ca-4911-b1e7-51eabcf4720d 2022-09-07T07:23:31.648Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f2a8c8b-59ca-4911-b1e7-51eabcf4720d 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-09-07T07:23:31.679Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.679Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-07T07:23:31.680Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:23:31.680Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.681Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-07T07:23:31.681Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:23:31.681Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.681Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-09-07T07:23:31.682Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-07T07:23:31.682Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-07T07:23:31.682Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9f537de-80de-4dbd-85a1-727857021fc1 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-09-07T07:23:31.686Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.686Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-07T07:23:31.686Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:23:31.687Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.687Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-09-07T07:23:31.687Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0f5556ab-50fb-4980-9bc8-0f685fbe9f1e 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-09-07T07:23:31.690Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.691Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:31.691Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 442ce808-bb37-4e63-b3ec-95f4dffb81f2: basic_vm 2022-09-07T07:23:31.691Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.692Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:31.692Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.692Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:31.693Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.693Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:31.693Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.694Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:31.694Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:23:31.694Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:23:31.694Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:31.817Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 59f920c2-7c72-40cc-9d03-a562f9c90dbc 1 ASDC deployResourceStructure 2022-09-07T07:23:31.817Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:31.817Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:31.818Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:23:31.818Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:31.820Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:31.820Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535411817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:23:31.920Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:23:31.921Z||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-09-07T07:23:31.922Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:31.939Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:31.940Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:23:32.821Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:32.822Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:32.822Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:23:32.822Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:32.824Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:32.825Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535412821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-07T07:23:32.926Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-07T07:23:32.927Z||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-09-07T07:23:32.928Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:32.959Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:32.959Z||pool-62-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:23:33.828Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:33.829Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:33.830Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:23:33.831Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:33.833Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:33.834Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535413828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-07T07:23:33.934Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:23:33.935Z||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-09-07T07:23:33.935Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:33.978Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:33.978Z||pool-63-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:23:34.835Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-09-07T07:23:34.835Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-09-07T07:23:34.836Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:23:34.836Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:23:34.838Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:23:34.838Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535414835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:23:34.938Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:23:34.940Z||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-09-07T07:23:34.941Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:23:34.963Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:34.963Z||pool-64-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:23:35.839Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 187dc6f2-89b3-47b9-a791-d96d7f831fe5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:23:35.852Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 187dc6f2-89b3-47b9-a791-d96d7f831fe5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:23:35.859Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:23:35.859Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-07T07:23:35.859Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-07T07:23:35.859Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-07T07:23:35.859Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:23:35.860Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:23:35.860Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:23:35.860Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:23:35.860Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:23:35.860Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:23:35.871Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-07T07:23:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:23:38.345Z||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-09-07T07:23:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:23:38.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:23:38.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "aai-ml", "timestamp": 1662535298483, "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-09-07T07:23:38.469Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb978f39-69c6-4f61-8dfa-4fff9709aa98 2022-09-07T07:23:38.470Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb978f39-69c6-4f61-8dfa-4fff9709aa98 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-09-07T07:23:38.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535335322, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:23:38.489Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:23:38.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:23:38.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:23:38.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-09-07T07:23:38.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:23:38.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-09-07T07:23:38.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:23:38.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:23:38.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:23:38.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-09-07T07:23:38.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:23:38.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:23:38.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:23:38.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-09-07T07:23:38.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:23:38.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:23:38.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:23:38.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535178323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:23:38.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:23:38.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535345618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:23:38.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:23:38.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535349253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:23:38.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:23:38.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535350378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-09-07T07:23:38.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:23:38.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535351548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:23:38.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:23:38.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535352682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:23:38.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:23:38.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535353791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:23:38.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:23:38.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535355017, "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-09-07T07:23:38.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:23:38.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535356026, "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-09-07T07:23:38.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:23:38.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535357031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:23:38.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:23:38.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:23:38.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535358036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-09-07T07:23:38.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:05.871Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 187dc6f2-89b3-47b9-a791-d96d7f831fe5 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-09-07T07:24:05.883Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 187dc6f2-89b3-47b9-a791-d96d7f831fe5 and serviceModelVersionId: 442ce808-bb37-4e63-b3ec-95f4dffb81f2 2022-09-07T07:24:05.884Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb5bbdfd-63e8-468d-8730-ba3f4720a5b8 2022-09-07T07:24:05.885Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb5bbdfd-63e8-468d-8730-ba3f4720a5b8/model-vers/model-ver/442ce808-bb37-4e63-b3ec-95f4dffb81f2?depth=0 2022-09-07T07:24:05.898Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-09-07T07:24:05.962Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb5bbdfd-63e8-468d-8730-ba3f4720a5b8/model-vers/model-ver/442ce808-bb37-4e63-b3ec-95f4dffb81f2?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-09-07T07:24:05.964Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb5bbdfd-63e8-468d-8730-ba3f4720a5b8/model-vers/model-ver/442ce808-bb37-4e63-b3ec-95f4dffb81f2?depth=0|INFO|500||Invoke 2022-09-07T07:24:05.999Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb5bbdfd-63e8-468d-8730-ba3f4720a5b8/model-vers/model-ver/442ce808-bb37-4e63-b3ec-95f4dffb81f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-07T07:24:06.175Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb5bbdfd-63e8-468d-8730-ba3f4720a5b8/model-vers/model-ver/442ce808-bb37-4e63-b3ec-95f4dffb81f2?depth=0|INFO|500||InvokeReturn 2022-09-07T07:24:06.176Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb5bbdfd-63e8-468d-8730-ba3f4720a5b8/model-vers/model-ver/442ce808-bb37-4e63-b3ec-95f4dffb81f2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220907-07:24:04:544-38821], vertex-id=[221256], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:24:04 GMT], Content-Type=[application/json]} 2022-09-07T07:24:06.177Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-09-07T07:24:06.177Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-07T07:24:06.177Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:24:06.187Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-09-07T07:24:06.187Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 187dc6f2-89b3-47b9-a791-d96d7f831fe5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-07T07:24:06.188Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-07T07:24:06.188Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:06.191Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:06.191Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535446188, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:24:06.291Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:24:06.292Z||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-09-07T07:24:06.292Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:06.324Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:06.324Z||pool-65-thread-1|||||INFO|500||cambria reply ok (33 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-09-07T07:24:07.219Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-09-07T07:24:07.220Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb978f39-69c6-4f61-8dfa-4fff9709aa98","serviceName":"Demo_pNF_j8P5b36YA5VaaeaxkeqP","serviceVersion":"1.0","serviceUUID":"438c3e6c-8ebf-4bf4-9c28-2104a63bc433","serviceDescription":"catalog service description","serviceInvariantUUID":"f1eea156-074f-40ea-9b59-6f1521e72e14","resources":[{"resourceInstanceName":"pNF 1e34fb8d-9c91 0","resourceName":"pNF 1e34fb8d-9c91","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4a3ce133-4b41-4a57-806f-ffe51105a15e","resourceInvariantUUID":"ea7c4ed2-6c35-4b0f-a98a-9fa9d84558db","resourceCustomizationUUID":"5e98cfc5-98d3-4caa-a873-0d2c28d1ff7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml","artifactChecksum":"ZTBkYmI2YzE5ZTg3NzQ0MThmOGM1MmNkZmQ3NzU4YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8708be03-1a49-466d-9bbe-34e942a8f968","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar","artifactChecksum":"N2U5ZGM0NGM1YzdjY2ZjYmRhYTUzMzNhZDg3N2NmYzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f8b939e-dd56-4682-b23c-1daea883f5dc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48481a21-1b39-4f8d-abd8-059baf5741df","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml","artifactChecksum":"NGI0Mzc3MTQ2YzgwZjk3ZmQ1Y2QzZTE2MWM1ZmVkNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"daa1271d-c379-4eae-9a6a-a4b12ae197ac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b4e84e4-328c-449b-8407-4d6a88c7ecf9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a2f839b-6ca3-4ac5-a165-b7a91c68c089","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml","artifactChecksum":"ODYyZGEyODc2NGRiZDllZmQ2NTMxZWMxMDUzNWYzYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b466f86e-b849-4008-bd6f-779c5638c606","artifactVersion":"1"},{"artifactName":"service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar","artifactChecksum":"ZmE2NjVjNzNkYjViYmZiMmFkNzYxM2M2NGIzZjY1OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9dbc51dd-70ee-40d5-ae18-5e7d83eeb680","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-07T07:24:07.221Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:24:07.221Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:07.224Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:07.224Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:24:07.326Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-07T07:24:07.327Z||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-09-07T07:24:07.328Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:07.362Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:07.362Z||pool-66-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:24:08.225Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:24:08.227Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:08.229Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:08.229Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:24:08.330Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-07T07:24:08.331Z||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-09-07T07:24:08.332Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:08.349Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:08.350Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:24:09.230Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:24:09.230Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:09.232Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:09.232Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-07T07:24:09.334Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-07T07:24:09.335Z||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-09-07T07:24:09.335Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:09.374Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:09.375Z||pool-68-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:24:10.238Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:24:10.239Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:10.246Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:10.246Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:24:10.344Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-07T07:24:10.345Z||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-09-07T07:24:10.346Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:10.383Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:10.384Z||pool-69-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:24:11.247Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:24:11.247Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:11.250Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:11.250Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:24:11.350Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:24:11.351Z||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-09-07T07:24:11.352Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:11.389Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:11.390Z||pool-70-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:24:12.251Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:24:12.253Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:12.257Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:12.257Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:24:12.357Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:24:12.358Z||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-09-07T07:24:12.359Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:12.383Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:12.384Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:24:13.257Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:24:13.258Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:13.260Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:13.261Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:24:13.361Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:24:13.362Z||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-09-07T07:24:13.362Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:13.380Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:13.381Z||pool-72-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:24:14.261Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:24:14.262Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:14.264Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:14.264Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:24:14.364Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:24:14.365Z||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-09-07T07:24:14.365Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:14.380Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:14.381Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:24:15.267Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "serviceName": "Demo_pNF_j8P5b36YA5VaaeaxkeqP", "serviceVersion": "1.0", "serviceUUID": "438c3e6c-8ebf-4bf4-9c28-2104a63bc433", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f1eea156-074f-40ea-9b59-6f1521e72e14", "resources": [ { "resourceInstanceName": "pNF 1e34fb8d-9c91 0", "resourceCustomizationUUID": "5e98cfc5-98d3-4caa-a873-0d2c28d1ff7b", "resourceName": "pNF 1e34fb8d-9c91", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4a3ce133-4b41-4a57-806f-ffe51105a15e", "resourceInvariantUUID": "ea7c4ed2-6c35-4b0f-a98a-9fa9d84558db", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "artifactChecksum": "ZmE2NjVjNzNkYjViYmZiMmFkNzYxM2M2NGIzZjY1OGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9dbc51dd-70ee-40d5-ae18-5e7d83eeb680" } ], "workloadContext": "Production" } 2022-09-07T07:24:15.267Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-07T07:24:15.268Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 438c3e6c-8ebf-4bf4-9c28-2104a63bc433 ASDC 2022-09-07T07:24:15.269Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:cb978f39-69c6-4f61-8dfa-4fff9709aa98 ServiceName:Demo_pNF_j8P5b36YA5VaaeaxkeqP ServiceVersion:1.0 ServiceUUID:438c3e6c-8ebf-4bf4-9c28-2104a63bc433 ServiceInvariantUUID:f1eea156-074f-40ea-9b59-6f1521e72e14 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar ArtifactUUID:9dbc51dd-70ee-40d5-ae18-5e7d83eeb680 ArtifactChecksum:ZmE2NjVjNzNkYjViYmZiMmFkNzYxM2M2NGIzZjY1OGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 1e34fb8d-9c91 0 ResourceCustomizationUUID:5e98cfc5-98d3-4caa-a873-0d2c28d1ff7b ResourceInvariantUUID:ea7c4ed2-6c35-4b0f-a98a-9fa9d84558db ResourceName:pNF 1e34fb8d-9c91 ResourceType:PNF ResourceUUID:4a3ce133-4b41-4a57-806f-ffe51105a15e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-07T07:24:15.270Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 438c3e6c-8ebf-4bf4-9c28-2104a63bc433 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-09-07T07:24:15.308Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:24:15.309Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:24:15.310Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:24:15.310Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9dbc51dd-70ee-40d5-ae18-5e7d83eeb680 from URL: /sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:15.310Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-09-07T07:24:15.311Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:15.633Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-09-07T07:24:15.638Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 9dbc51dd-70ee-40d5-ae18-5e7d83eeb680 87766 2022-09-07T07:24:15.641Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar ASDC sendASDCNotification 2022-09-07T07:24:15.641Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:15.641Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:24:15.642Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:15.644Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:15.644Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535455641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:24:15.744Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:24:15.745Z||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-09-07T07:24:15.745Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:15.774Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:15.775Z||pool-74-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:24:16.645Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:24:16.647Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-09-07T07:24:16.647Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9dbc51dd-70ee-40d5-ae18-5e7d83eeb680, URL: /sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar to file: /app/ASDC/1/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:16.649Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:16.649Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:16.649Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:16.795Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16988156320434869052/Definitions/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml 2022-09-07T07:24:18.157Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-07T07:24:18.158Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-07T07:24:18.158Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:18.158Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-07T07:24:18.158Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||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-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:18.158Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:18.158Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||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-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:18.158Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||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-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:18.159Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||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-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:18.159Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||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-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:18.159Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1e34fb8d-9c91 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-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:18.159Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-09-07T07:24:18.159Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:24:18.159Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_j8P5b36YA5VaaeaxkeqP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:24:18.159Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Node template pNF 1e34fb8d-9c91 0 is matching search criteria 2022-09-07T07:24:18.159Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-07T07:24:18.159Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 1e34fb8d-9c91 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:24:18.160Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:24:18.160Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_j8P5b36YA5VaaeaxkeqP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:24:18.160Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Node template pNF 1e34fb8d-9c91 0 is matching search criteria 2022-09-07T07:24:18.160Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-09-07T07:24:18.160Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 1e34fb8d-9c91 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:24:18.160Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:24:18.160Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_j8P5b36YA5VaaeaxkeqP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:24:18.160Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:24:18.161Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_j8P5b36YA5VaaeaxkeqP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:24:18.161Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:24:18.161Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_j8P5b36YA5VaaeaxkeqP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:24:18.161Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:24:18.161Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_j8P5b36YA5VaaeaxkeqP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:24:18.161Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:24:18.162Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_j8P5b36YA5VaaeaxkeqP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:24:18.162Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_j8P5b36YA5VaaeaxkeqP Description:catalog service description Model UUID:438c3e6c-8ebf-4bf4-9c28-2104a63bc433 Model Version:NULL Model InvariantUuid:f1eea156-074f-40ea-9b59-6f1521e72e14 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-09-07T07:24:18.172Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4a3ce133-4b41-4a57-806f-ffe51105a15e 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-09-07T07:24:18.176Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||pNF 1e34fb8d-9c91 0 2022-09-07T07:24:18.176Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4a3ce133-4b41-4a57-806f-ffe51105a15e 2022-09-07T07:24:18.176Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 438c3e6c-8ebf-4bf4-9c28-2104a63bc433 2022-09-07T07:24:18.176Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 438c3e6c-8ebf-4bf4-9c28-2104a63bc433 2022-09-07T07:24:18.177Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1e34fb8d-9c91 0 4a3ce133-4b41-4a57-806f-ffe51105a15e 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-09-07T07:24:18.185Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12d2c394, org.onap.sdc.toscaparser.api.parameters.Input@25aac10f, org.onap.sdc.toscaparser.api.parameters.Input@16897a70, org.onap.sdc.toscaparser.api.parameters.Input@62daf3bc, org.onap.sdc.toscaparser.api.parameters.Input@66904210] 2022-09-07T07:24:18.185Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:24:18.186Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_j8P5b36YA5VaaeaxkeqP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:24:18.186Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 438c3e6c-8ebf-4bf4-9c28-2104a63bc433: pNF 1e34fb8d-9c91 2022-09-07T07:24:18.186Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||Processing PNF resource: 4a3ce133-4b41-4a57-806f-ffe51105a15e 2022-09-07T07:24:18.186Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:24:18.187Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_j8P5b36YA5VaaeaxkeqP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:24:18.187Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||Resource customization UUID: 5e98cfc5-98d3-4caa-a873-0d2c28d1ff7b is the same as notified resource customizationUUID: 5e98cfc5-98d3-4caa-a873-0d2c28d1ff7b 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-09-07T07:24:18.250Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1e34fb8d-9c91 4a3ce133-4b41-4a57-806f-ffe51105a15e 0 ASDC deployResourceStructure 2022-09-07T07:24:18.251Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar ASDC sendASDCNotification 2022-09-07T07:24:18.251Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar 2022-09-07T07:24:18.251Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:24:18.252Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:18.254Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:18.254Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535458251, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:24:18.355Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:24:18.355Z||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-09-07T07:24:18.355Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:18.413Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:18.414Z||pool-75-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:24:19.255Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb978f39-69c6-4f61-8dfa-4fff9709aa98 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:24:19.267Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb978f39-69c6-4f61-8dfa-4fff9709aa98 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:24:19.271Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:24:19.271Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-07T07:24:19.276Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-07T07:24:19.276Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-07T07:24:19.276Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:24:19.278Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:24:19.279Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:24:19.280Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:24:19.280Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:24:19.280Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:24:19.281Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||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-09-07T07:24:19.291Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-07T07:24:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:24:38.345Z||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-09-07T07:24:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:24:38.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:38.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535359045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-09-07T07:24:38.413Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:38.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535360051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:24:38.413Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:38.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535391470, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:24:38.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:38.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:24:38.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:24:38.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:24:38.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:24:38.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-07T07:24:38.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:24:38.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:24:38.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:24:38.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-07T07:24:38.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:24:38.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:24:38.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:24:38.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:24:38.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-07T07:24:38.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535405153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:24:38.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:38.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535408388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:24:38.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:38.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535409477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:24:38.417Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:38.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535410610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:24:38.417Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:38.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535411817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:24:38.418Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:38.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535412821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-07T07:24:38.418Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:38.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535413828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-07T07:24:38.419Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:38.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-07T07:24:38.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535414835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:24:38.419Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:24:49.291Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb978f39-69c6-4f61-8dfa-4fff9709aa98 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-09-07T07:24:49.300Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb978f39-69c6-4f61-8dfa-4fff9709aa98 and serviceModelVersionId: 438c3e6c-8ebf-4bf4-9c28-2104a63bc433 2022-09-07T07:24:49.300Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f1eea156-074f-40ea-9b59-6f1521e72e14 2022-09-07T07:24:49.301Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f1eea156-074f-40ea-9b59-6f1521e72e14/model-vers/model-ver/438c3e6c-8ebf-4bf4-9c28-2104a63bc433?depth=0 2022-09-07T07:24:49.307Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-09-07T07:24:49.375Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1eea156-074f-40ea-9b59-6f1521e72e14/model-vers/model-ver/438c3e6c-8ebf-4bf4-9c28-2104a63bc433?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-09-07T07:24:49.379Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1eea156-074f-40ea-9b59-6f1521e72e14/model-vers/model-ver/438c3e6c-8ebf-4bf4-9c28-2104a63bc433?depth=0|INFO|500||Invoke 2022-09-07T07:24:49.430Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1eea156-074f-40ea-9b59-6f1521e72e14/model-vers/model-ver/438c3e6c-8ebf-4bf4-9c28-2104a63bc433?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-07T07:24:49.671Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1eea156-074f-40ea-9b59-6f1521e72e14/model-vers/model-ver/438c3e6c-8ebf-4bf4-9c28-2104a63bc433?depth=0|INFO|500||InvokeReturn 2022-09-07T07:24:49.672Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1eea156-074f-40ea-9b59-6f1521e72e14/model-vers/model-ver/438c3e6c-8ebf-4bf4-9c28-2104a63bc433?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220907-07:24:47:975-88200], vertex-id=[237664], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:24:47 GMT], Content-Type=[application/json]} 2022-09-07T07:24:49.672Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-09-07T07:24:49.672Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-07T07:24:49.673Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||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-09-07T07:24:49.681Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||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-09-07T07:24:49.681Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb978f39-69c6-4f61-8dfa-4fff9709aa98 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-07T07:24:49.682Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-07T07:24:49.682Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:24:49.684Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:24:49.684Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535489681, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:24:49.784Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:24:49.785Z||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-09-07T07:24:49.786Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:24:49.801Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:24:49.802Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-07T07:24:50.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:24:50.721Z||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-09-07T07:24:50.721Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:25:00.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:25:00.312Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:25:00.312Z||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-09-07T07:25:00.312Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:25:09.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:25:09.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:25:09.953Z||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-09-07T07:25:09.953Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:25:19.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:25:19.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:25:19.597Z||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-09-07T07:25:19.597Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:25:29.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:25:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:25:38.325Z||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-09-07T07:25:38.325Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:25:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:25:38.345Z||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-09-07T07:25:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:25:38.414Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:25:38.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:25:38.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535446188, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:25:38.416Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:25:38.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:25:38.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:25:38.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-07T07:25:38.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:25:38.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:25:38.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-07T07:25:38.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:25:38.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-07T07:25:38.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-07T07:25:38.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:25:38.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:25:38.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-07T07:25:38.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:25:38.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:25:38.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-07T07:25:38.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:25:38.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:25:38.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-07T07:25:38.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:25:38.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:25:38.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-07T07:25:38.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:25:38.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535392510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:25:38.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-07T07:25:38.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:25:38.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535455641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:25:38.421Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:25:38.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:25:38.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535458251, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:25:38.421Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:25:48.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:26:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:26:38.325Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:26:38.325Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:26:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:26:38.345Z||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-09-07T07:26:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:26:38.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:26:38.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-07T07:26:38.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662535489681, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:26:38.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:26:48.007Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:27:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:27:38.325Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:27:38.325Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:27:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:27:38.345Z||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-09-07T07:27:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:27:47.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:27:48.004Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:28:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:28:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:28:38.325Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:28:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:28:38.345Z||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-09-07T07:28:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:28:47.888Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:28:47.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:29:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:29:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:29:38.325Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:29:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:29:38.345Z||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-09-07T07:29:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:29:47.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:29:47.975Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:30:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:30:38.326Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:30:38.326Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:30:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:30:38.346Z||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-09-07T07:30:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:30:47.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:30:47.966Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:31:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:31:38.325Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:31:38.325Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:31:38.344Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:31:38.345Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|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-09-07T07:31:38.345Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:31:47.923Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:31:47.979Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:32:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:32:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:32:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:32:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:32:38.345Z||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-09-07T07:32:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:32:47.943Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:32:47.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:33:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:33:38.325Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:33:38.325Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:33:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:33:38.345Z||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-09-07T07:33:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:33:47.930Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:33:47.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:34:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:34:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:34:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:34:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:34:38.345Z||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-09-07T07:34:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:34:47.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:34:48.004Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:35:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:35:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:35:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:35:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:35:38.345Z||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-09-07T07:35:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:35:47.985Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:35:48.015Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:36:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:36:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:36:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:36:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:36:38.345Z||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-09-07T07:36:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:36:47.946Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:36:47.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:38.323Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:37:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:37:38.324Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:37:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:37:38.345Z||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-09-07T07:37:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:37:38.996Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:38.997Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-07T07:37:38.997Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"50b00c4d-db3a-4526-8683-4f13b7570660","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c78edf19-bb1e-4bdf-be85-784b6941f9f0","serviceDescription":"service","serviceInvariantUUID":"7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f926fcd6-7ab3-4856-a599-be3fc53470a4","resourceInvariantUUID":"a103b915-8054-4c41-8963-eca41232ff5b","resourceCustomizationUUID":"d7d831a3-f08a-41e0-b77a-272762c4d280","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":"ZDViMzMwNDkzMDg3NDliZjgxOGY2ZTlkNjEwZWYwYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9007a181-c184-44b2-a412-6a3ee3c83307","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":"MGQwZGZiYWI0YzM2MTA2YTJjNTA2NzhhNTMwOTM1Yzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"69e1f389-3540-47fd-9394-49ba7fd2e6da","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":"6b320ff0-5e68-4505-9cbe-e0ad66b36a12","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":"a057181c-bf0f-4606-a1ea-318056c228c1","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":"c824e812-061d-40f8-9750-827560b0d49c","artifactVersion":"2","generatedFromUUID":"65fb4c39-1f56-4d47-9897-57f62f8bf72a"},{"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":"02e0e71e-7f83-46f9-bbbc-54773aa61ee9","artifactVersion":"2","generatedFromUUID":"6b320ff0-5e68-4505-9cbe-e0ad66b36a12"},{"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":"65fb4c39-1f56-4d47-9897-57f62f8bf72a","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":"90a529ef-8a5d-41d3-9387-fa4079e8b2ea","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":"ZTI0Yjk5MTllNThmZjMyNGUzYWVkYjM2YzdjZThkNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a60d591-217e-461f-a0a6-02de4a6b2602","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MDE2NjU3MTQ1MmJjZmM0NjUyZWRkOWFlYTRlZDlkZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e097997d-8a7d-44c7-a2c2-1afb55fad3d0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-07T07:37:39.004Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:37:39.004Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:39.009Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:39.009Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:39.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "ves-openapi-manager", "timestamp": 1662536213920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536211736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536207926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "ves-openapi-manager", "timestamp": 1662536213920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536211736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536207926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536216504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536211736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "ves-openapi-manager", "timestamp": 1662536213920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536207926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-07T07:37:39.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536216504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536211736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "ves-openapi-manager", "timestamp": 1662536213920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536216948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536207926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536216504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "ves-openapi-manager", "timestamp": 1662536213920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536211736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536216948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536207926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536216504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "ves-openapi-manager", "timestamp": 1662536213920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536211736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536216948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536207926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536216504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "ves-openapi-manager", "timestamp": 1662536213920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536211736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536216948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536207926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536216504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "ves-openapi-manager", "timestamp": 1662536213920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536211736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536216948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536207926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536221622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536216504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "ves-openapi-manager", "timestamp": 1662536213920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536211736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536216948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536207926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536221622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:37:39.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536216504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "ves-openapi-manager", "timestamp": 1662536213920, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536211736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:37:39.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536216948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536207926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:37:39.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536221622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-07T07:37:39.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536216504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536216948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536221622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536226110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:39.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:39.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536225033, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:39.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:39.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536216504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:37:39.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536216948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536221622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-07T07:37:39.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536226043, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:37:39.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:39.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536227402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:39.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:39.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536216948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:37:39.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536221622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-07T07:37:39.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "policy-id", "timestamp": 1662536227051, "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-09-07T07:37:39.093Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50b00c4d-db3a-4526-8683-4f13b7570660 2022-09-07T07:37:39.093Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50b00c4d-db3a-4526-8683-4f13b7570660 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-09-07T07:37:39.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536221622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-07T07:37:39.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536228063, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:39.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:39.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536221622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.109Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:37:39.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536221622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:39.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "cds", "timestamp": 1662536231226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-09-07T07:37:39.111Z||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-09-07T07:37:39.112Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-07T07:37:39.118Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50b00c4d-db3a-4526-8683-4f13b7570660 2022-09-07T07:37:39.118Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50b00c4d-db3a-4526-8683-4f13b7570660 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-09-07T07:37:39.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536221622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:37:39.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-09-07T07:37:39.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536233084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:39.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:39.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536232845, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:37:39.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:39.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536234252, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:39.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:39.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536233857, "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-09-07T07:37:39.135Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:39.136Z||pool-77-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:39.137Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50b00c4d-db3a-4526-8683-4f13b7570660 2022-09-07T07:37:39.138Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50b00c4d-db3a-4526-8683-4f13b7570660 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-09-07T07:37:39.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536235461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:39.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:39.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536236704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:39.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:39.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536237806, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:37:39.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:39.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536238158, "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-09-07T07:37:39.160Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50b00c4d-db3a-4526-8683-4f13b7570660 2022-09-07T07:37:39.161Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50b00c4d-db3a-4526-8683-4f13b7570660 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-09-07T07:37:39.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "aai-ml", "timestamp": 1662536238812, "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-09-07T07:37:39.173Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50b00c4d-db3a-4526-8683-4f13b7570660 2022-09-07T07:37:39.173Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50b00c4d-db3a-4526-8683-4f13b7570660 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-09-07T07:37:39.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-07T07:37:39.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "multicloud-k8s-id", "timestamp": 1662536239163, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:37:39.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:37:40.011Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:37:40.013Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:40.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:40.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:37:40.116Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-09-07T07:37:40.117Z||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-09-07T07:37:40.117Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:40.136Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:40.137Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:41.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:37:41.021Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:41.026Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:41.026Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-07T07:37:41.129Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-09-07T07:37:41.130Z||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-09-07T07:37:41.130Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:41.152Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:41.153Z||pool-79-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:42.027Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:37:42.027Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:42.032Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:42.032Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:42.130Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-07T07:37:42.131Z||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-09-07T07:37:42.132Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:42.160Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:42.161Z||pool-80-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:43.033Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:37:43.037Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:43.042Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:43.042Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-07T07:37:43.142Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:37:43.143Z||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-09-07T07:37:43.143Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:43.182Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:43.183Z||pool-81-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:37:44.043Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:37:44.044Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:44.058Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:44.058Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-07T07:37:44.147Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-09-07T07:37:44.148Z||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-09-07T07:37:44.148Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:44.193Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:44.194Z||pool-82-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:45.060Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:37:45.061Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:45.069Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:45.069Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-07T07:37:45.164Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-09-07T07:37:45.165Z||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-09-07T07:37:45.165Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:45.189Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:45.190Z||pool-83-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:46.076Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:37:46.078Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:46.080Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:46.080Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:46.181Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:37:46.183Z||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-09-07T07:37:46.183Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:46.205Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:46.206Z||pool-84-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:47.081Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:37:47.082Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:47.086Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:47.086Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:37:47.186Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:37:47.187Z||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-09-07T07:37:47.187Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:47.211Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:47.212Z||pool-85-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:48.087Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:37:48.088Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:48.093Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:48.093Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:37:48.193Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:37:48.195Z||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-09-07T07:37:48.195Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:48.249Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:48.249Z||pool-86-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:49.096Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "c78edf19-bb1e-4bdf-be85-784b6941f9f0", "serviceDescription": "service", "serviceInvariantUUID": "7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "d7d831a3-f08a-41e0-b77a-272762c4d280", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f926fcd6-7ab3-4856-a599-be3fc53470a4", "resourceInvariantUUID": "a103b915-8054-4c41-8963-eca41232ff5b", "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": "MGQwZGZiYWI0YzM2MTA2YTJjNTA2NzhhNTMwOTM1Yzk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69e1f389-3540-47fd-9394-49ba7fd2e6da", "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": "6b320ff0-5e68-4505-9cbe-e0ad66b36a12", "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": "02e0e71e-7f83-46f9-bbbc-54773aa61ee9", "generatedFromUUID": "6b320ff0-5e68-4505-9cbe-e0ad66b36a12" }, "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": "c824e812-061d-40f8-9750-827560b0d49c", "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": "02e0e71e-7f83-46f9-bbbc-54773aa61ee9", "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": "65fb4c39-1f56-4d47-9897-57f62f8bf72a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MDE2NjU3MTQ1MmJjZmM0NjUyZWRkOWFlYTRlZDlkZmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e097997d-8a7d-44c7-a2c2-1afb55fad3d0" } ], "workloadContext": "Production" } 2022-09-07T07:37:49.096Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-07T07:37:49.097Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c78edf19-bb1e-4bdf-be85-784b6941f9f0 ASDC 2022-09-07T07:37:49.098Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:50b00c4d-db3a-4526-8683-4f13b7570660 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:c78edf19-bb1e-4bdf-be85-784b6941f9f0 ServiceInvariantUUID:7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea 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:e097997d-8a7d-44c7-a2c2-1afb55fad3d0 ArtifactChecksum:MDE2NjU3MTQ1MmJjZmM0NjUyZWRkOWFlYTRlZDlkZmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:d7d831a3-f08a-41e0-b77a-272762c4d280 ResourceInvariantUUID:a103b915-8054-4c41-8963-eca41232ff5b ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:f926fcd6-7ab3-4856-a599-be3fc53470a4 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:69e1f389-3540-47fd-9394-49ba7fd2e6da ArtifactChecksum:MGQwZGZiYWI0YzM2MTA2YTJjNTA2NzhhNTMwOTM1Yzk= 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:6b320ff0-5e68-4505-9cbe-e0ad66b36a12 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:02e0e71e-7f83-46f9-bbbc-54773aa61ee9 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:c824e812-061d-40f8-9750-827560b0d49c 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:02e0e71e-7f83-46f9-bbbc-54773aa61ee9 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:65fb4c39-1f56-4d47-9897-57f62f8bf72a ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-07T07:37:49.099Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c78edf19-bb1e-4bdf-be85-784b6941f9f0 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-09-07T07:37:49.153Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:37:49.156Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-07T07:37:49.156Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-07T07:37:49.156Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e097997d-8a7d-44c7-a2c2-1afb55fad3d0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-07T07:37:49.157Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-07T07:37:49.159Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-07T07:37:49.296Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-07T07:37:49.308Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e097997d-8a7d-44c7-a2c2-1afb55fad3d0 162988 2022-09-07T07:37:49.309Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-09-07T07:37:49.309Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-07T07:37:49.309Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:37:49.310Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:49.313Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:49.313Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536269308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:49.413Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:37:49.414Z||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-09-07T07:37:49.414Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:49.450Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:49.451Z||pool-87-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:50.314Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:37:50.315Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-07T07:37:50.316Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e097997d-8a7d-44c7-a2c2-1afb55fad3d0, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-07T07:37:50.316Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-09-07T07:37:50.317Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-07T07:37:50.317Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-07T07:37:50.676Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2228401275193472809/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-09-07T07:37:53.140Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-07T07:37:53.140Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-07T07:37:53.141Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-07T07:37:53.141Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-09-07T07:37:53.141Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-07T07:37:53.141Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-09-07T07:37:53.142Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:53.142Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:53.142Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-07T07:37:53.142Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.143Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:53.143Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-07T07:37:53.144Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-07T07:37:53.144Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:37:53.144Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.145Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:53.145Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-07T07:37:53.145Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-07T07:37:53.146Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:37:53.146Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.146Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:53.146Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.147Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-09-07T07:37:53.147Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-09-07T07:37:53.147Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-09-07T07:37:53.148Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-07T07:37:53.148Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.148Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-07T07:37:53.149Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.149Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-07T07:37:53.149Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:37:53.150Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.150Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-07T07:37:53.150Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:37:53.151Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.151Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-07T07:37:53.151Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:37:53.151Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.152Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-07T07:37:53.152Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:37:53.152Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.152Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-09-07T07:37:53.153Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-09-07T07:37:53.153Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=25402b60-91e2-4bb7-84ed-7f5f7b8d5283 2022-09-07T07:37:53.153Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.154Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:53.154Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.154Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:53.155Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.155Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:53.155Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:53.155Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:53.156Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:c78edf19-bb1e-4bdf-be85-784b6941f9f0 Model Version:NULL Model InvariantUuid:7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:5b518489-89d1-44b5-add2-208270639831 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a103b915-8054-4c41-8963-eca41232ff5b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d7d831a3-f08a-41e0-b77a-272762c4d280 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:840b78c3-7578-470d-8e5b-5254d9364b7b ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:7be4b981-0620-40a1-a00e-482658f98407 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:ca7630a6-997e-4252-b511-1b5ad9cf6da6 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:834623e0-c31f-4181-908f-37bebb4d2603 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:25402b60-91e2-4bb7-84ed-7f5f7b8d5283 ModelInvariantUuid:188f11f1-5d89-495e-b46d-72a109645867 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:b206bad1-a203-4691-b5ba-ed7755f66416 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:89214bd3-b7e3-4979-9d90-41c1970e0a33 ModelInvariantUuid:5e5283ff-d349-459f-8b2d-fc566e9ce8e4 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:128f5a6b-3ccb-4017-ac69-2bd9bb59164b 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-09-07T07:37:53.166Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f926fcd6-7ab3-4856-a599-be3fc53470a4 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-09-07T07:37:53.174Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-09-07T07:37:53.174Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f926fcd6-7ab3-4856-a599-be3fc53470a4 2022-09-07T07:37:53.174Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 69e1f389-3540-47fd-9394-49ba7fd2e6da from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-09-07T07:37:53.174Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-07T07:37:53.174Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:53.268Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-07T07:37:53.268Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 69e1f389-3540-47fd-9394-49ba7fd2e6da 1565 2022-09-07T07:37:53.269Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:53.269Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:53.269Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:37:53.269Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:53.272Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:53.272Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536273269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:53.372Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:37:53.374Z||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-09-07T07:37:53.374Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:53.397Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:53.398Z||pool-88-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:54.272Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ca7630a6-997e-4252-b511-1b5ad9cf6da6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "834623e0-c31f-4181-908f-37bebb4d2603", "vfModuleModelCustomizationUUID": "7deef8c0-b29e-4fdc-bd9f-baf840feea2d", "isBase": true, "artifacts": [ "6b320ff0-5e68-4505-9cbe-e0ad66b36a12", "02e0e71e-7f83-46f9-bbbc-54773aa61ee9" ], "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": "840b78c3-7578-470d-8e5b-5254d9364b7b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7be4b981-0620-40a1-a00e-482658f98407", "vfModuleModelCustomizationUUID": "85a11c33-2dc8-4416-a84b-c4d19b63bf26", "isBase": false, "artifacts": [ "65fb4c39-1f56-4d47-9897-57f62f8bf72a" ], "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-09-07T07:37:54.280Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:834623e0-c31f-4181-908f-37bebb4d2603 VfModuleModelInvariantUUID:ca7630a6-997e-4252-b511-1b5ad9cf6da6 VfModuleModelDescription:NULL Artifacts UUID List:{ 6b320ff0-5e68-4505-9cbe-e0ad66b36a12 , 02e0e71e-7f83-46f9-bbbc-54773aa61ee9 } 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:7be4b981-0620-40a1-a00e-482658f98407 VfModuleModelInvariantUUID:840b78c3-7578-470d-8e5b-5254d9364b7b VfModuleModelDescription:NULL Artifacts UUID List:{ 65fb4c39-1f56-4d47-9897-57f62f8bf72a } 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-09-07T07:37:54.284Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ca7630a6-997e-4252-b511-1b5ad9cf6da6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "834623e0-c31f-4181-908f-37bebb4d2603", "vfModuleModelCustomizationUUID": "7deef8c0-b29e-4fdc-bd9f-baf840feea2d", "isBase": true, "artifacts": [ "6b320ff0-5e68-4505-9cbe-e0ad66b36a12", "02e0e71e-7f83-46f9-bbbc-54773aa61ee9" ], "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": "840b78c3-7578-470d-8e5b-5254d9364b7b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7be4b981-0620-40a1-a00e-482658f98407", "vfModuleModelCustomizationUUID": "85a11c33-2dc8-4416-a84b-c4d19b63bf26", "isBase": false, "artifacts": [ "65fb4c39-1f56-4d47-9897-57f62f8bf72a" ], "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-09-07T07:37:54.284Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:834623e0-c31f-4181-908f-37bebb4d2603 VfModuleModelInvariantUUID:ca7630a6-997e-4252-b511-1b5ad9cf6da6 VfModuleModelDescription:NULL Artifacts UUID List:{ 6b320ff0-5e68-4505-9cbe-e0ad66b36a12 , 02e0e71e-7f83-46f9-bbbc-54773aa61ee9 } 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:7be4b981-0620-40a1-a00e-482658f98407 VfModuleModelInvariantUUID:840b78c3-7578-470d-8e5b-5254d9364b7b VfModuleModelDescription:NULL Artifacts UUID List:{ 65fb4c39-1f56-4d47-9897-57f62f8bf72a } 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-09-07T07:37:54.285Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6b320ff0-5e68-4505-9cbe-e0ad66b36a12 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-09-07T07:37:54.285Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-07T07:37:54.285Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:54.374Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-07T07:37:54.375Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 6b320ff0-5e68-4505-9cbe-e0ad66b36a12 914 2022-09-07T07:37:54.375Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:54.375Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:54.376Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:37:54.376Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:54.379Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:54.379Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536274375, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:54.479Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:37:54.480Z||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-09-07T07:37:54.480Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:54.500Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:54.501Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:55.380Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c824e812-061d-40f8-9750-827560b0d49c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-09-07T07:37:55.380Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-07T07:37:55.381Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:55.452Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-07T07:37:55.453Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c824e812-061d-40f8-9750-827560b0d49c 12 2022-09-07T07:37:55.453Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:55.454Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:55.454Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:37:55.454Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:55.461Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:55.461Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536275453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:55.557Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-09-07T07:37:55.558Z||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-09-07T07:37:55.558Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:55.585Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:55.585Z||pool-90-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:37:56.462Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 02e0e71e-7f83-46f9-bbbc-54773aa61ee9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-09-07T07:37:56.464Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-07T07:37:56.464Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:56.567Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-07T07:37:56.568Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 02e0e71e-7f83-46f9-bbbc-54773aa61ee9 96 2022-09-07T07:37:56.568Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:56.568Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:56.568Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:37:56.570Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:56.573Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:56.573Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536276568, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:56.673Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:37:56.674Z||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-09-07T07:37:56.675Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:56.696Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:56.697Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:57.574Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 65fb4c39-1f56-4d47-9897-57f62f8bf72a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-09-07T07:37:57.575Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-07T07:37:57.575Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:57.693Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-07T07:37:57.694Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 65fb4c39-1f56-4d47-9897-57f62f8bf72a 20206 2022-09-07T07:37:57.694Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:57.695Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:57.695Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:37:57.695Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:57.699Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:57.699Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536277694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-07T07:37:57.798Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:37:57.799Z||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-09-07T07:37:57.799Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:57.829Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:57.829Z||pool-92-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:58.704Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c78edf19-bb1e-4bdf-be85-784b6941f9f0 2022-09-07T07:37:58.705Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f926fcd6-7ab3-4856-a599-be3fc53470a4 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-09-07T07:37:58.729Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@617862ff, org.onap.sdc.toscaparser.api.parameters.Input@432aa69e, org.onap.sdc.toscaparser.api.parameters.Input@c6728af, org.onap.sdc.toscaparser.api.parameters.Input@230097e7, org.onap.sdc.toscaparser.api.parameters.Input@1cd76e2] 2022-09-07T07:37:58.731Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.731Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:58.732Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-09-07T07:37:58.732Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d7d831a3-f08a-41e0-b77a-272762c4d280 2022-09-07T07:37:58.732Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7d831a3-f08a-41e0-b77a-272762c4d280 matches Tosca VF Customization UUID: d7d831a3-f08a-41e0-b77a-272762c4d280 2022-09-07T07:37:58.732Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d7d831a3-f08a-41e0-b77a-272762c4d280 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-09-07T07:37:58.736Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.736Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:58.737Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d7d831a3-f08a-41e0-b77a-272762c4d280: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-09-07T07:37:58.737Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ca5a06 2022-09-07T07:37:58.737Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.737Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-07T07:37:58.738Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85a11c33-2dc8-4416-a84b-c4d19b63bf26 2022-09-07T07:37:58.738Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85a11c33-2dc8-4416-a84b-c4d19b63bf26 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-09-07T07:37:58.743Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.743Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-07T07:37:58.743Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:37:58.744Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.744Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-07T07:37:58.744Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:37:58.744Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.745Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-09-07T07:37:58.745Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d7d831a3-f08a-41e0-b77a-272762c4d280 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-09-07T07:37:58.750Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.751Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:58.751Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c78edf19-bb1e-4bdf-be85-784b6941f9f0: basic_cnf_macro 2022-09-07T07:37:58.751Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.751Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:58.752Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.752Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:58.752Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.752Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:58.752Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.753Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:58.753Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:37:58.753Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:37:58.753Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:58.807Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f926fcd6-7ab3-4856-a599-be3fc53470a4 2 ASDC deployResourceStructure 2022-09-07T07:37:58.807Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:58.807Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:58.807Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:37:58.808Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:58.810Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:58.810Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536278807, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:37:58.910Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:37:58.911Z||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-09-07T07:37:58.912Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:58.969Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:58.970Z||pool-93-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:37:59.811Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:59.812Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:37:59.812Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:37:59.812Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:37:59.814Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:37:59.815Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536279811, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-09-07T07:37:59.915Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:37:59.916Z||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-09-07T07:37:59.917Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:37:59.947Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:37:59.948Z||pool-94-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:00.817Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:38:00.817Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:38:00.818Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-07T07:38:00.818Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:00.825Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:00.825Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536280817, "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-09-07T07:38:00.926Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:38:00.927Z||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-09-07T07:38:00.927Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:00.975Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:00.975Z||pool-95-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:01.827Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:38:01.827Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:38:01.827Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:38:01.828Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:01.831Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:01.831Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536281826, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-09-07T07:38:01.931Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:38:01.932Z||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-09-07T07:38:01.932Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:01.950Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:01.951Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:02.833Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:38:02.833Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||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-09-07T07:38:02.833Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-09-07T07:38:02.834Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:02.837Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:02.837Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536282833, "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-09-07T07:38:02.937Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:38:02.938Z||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-09-07T07:38:02.938Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:02.966Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:02.967Z||pool-97-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:38:03.839Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-09-07T07:38:03.839Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-09-07T07:38:03.839Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:38:03.840Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:03.844Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:03.844Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536283838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:38:03.945Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:38:03.945Z||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-09-07T07:38:03.946Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:04.012Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:04.013Z||pool-98-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:04.845Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50b00c4d-db3a-4526-8683-4f13b7570660 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:38:04.865Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50b00c4d-db3a-4526-8683-4f13b7570660 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:38:04.874Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:38:04.874Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-07T07:38:04.874Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-07T07:38:04.874Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-07T07:38:04.875Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:38:04.875Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:38:04.875Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:38:04.875Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:38:04.875Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:38:04.876Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-07T07:38:04.883Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-07T07:38:34.889Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50b00c4d-db3a-4526-8683-4f13b7570660 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-09-07T07:38:34.919Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50b00c4d-db3a-4526-8683-4f13b7570660 and serviceModelVersionId: c78edf19-bb1e-4bdf-be85-784b6941f9f0 2022-09-07T07:38:34.919Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea 2022-09-07T07:38:34.924Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea/model-vers/model-ver/c78edf19-bb1e-4bdf-be85-784b6941f9f0?depth=0 2022-09-07T07:38:34.932Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-09-07T07:38:35.023Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea/model-vers/model-ver/c78edf19-bb1e-4bdf-be85-784b6941f9f0?depth=0|INFO|500||Invoke 2022-09-07T07:38:35.024Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea/model-vers/model-ver/c78edf19-bb1e-4bdf-be85-784b6941f9f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea/model-vers/model-ver/c78edf19-bb1e-4bdf-be85-784b6941f9f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50b00c4d-db3a-4526-8683-4f13b7570660], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e8ff6bbc-1619-4962-bd3b-178caa22588e], X-ECOMP-RequestID=[50b00c4d-db3a-4526-8683-4f13b7570660], X-TransactionId=[], X-ONAP-RequestID=[50b00c4d-db3a-4526-8683-4f13b7570660], Content-Type=[application/merge-patch+json]} 2022-09-07T07:38:35.062Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea/model-vers/model-ver/c78edf19-bb1e-4bdf-be85-784b6941f9f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-07T07:38:35.230Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea/model-vers/model-ver/c78edf19-bb1e-4bdf-be85-784b6941f9f0?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/7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea/model-vers/model-ver/c78edf19-bb1e-4bdf-be85-784b6941f9f0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220907-07:38:33:519-21259], vertex-id=[270448], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:38:33 GMT], Content-Type=[application/json]} 2022-09-07T07:38:35.231Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea/model-vers/model-ver/c78edf19-bb1e-4bdf-be85-784b6941f9f0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-09-07T07:38:35.232Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c7676b5-5a33-4aa6-8916-ec88e5d5b3ea/model-vers/model-ver/c78edf19-bb1e-4bdf-be85-784b6941f9f0?depth=0|INFO|500||InvokeReturn 2022-09-07T07:38:35.232Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-07T07:38:35.245Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-07T07:38:35.261Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-07T07:38:35.261Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50b00c4d-db3a-4526-8683-4f13b7570660 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-07T07:38:35.262Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-07T07:38:35.262Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:35.265Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:35.265Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536315261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:38:35.366Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-07T07:38:35.367Z||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-09-07T07:38:35.367Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:35.398Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:35.399Z||pool-99-thread-1|||||INFO|500||cambria reply ok (33 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-09-07T07:38:38.323Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:38:38.324Z||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-09-07T07:38:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:38:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:38:38.345Z||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-09-07T07:38:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:38:38.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:38.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:38:38.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:38:38.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:38:39.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:39.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-07T07:38:39.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b0b2e26-416d-4965-b757-00096b656329","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b845bee6-e796-4ade-9f52-3b7548494d25","serviceDescription":"service","serviceInvariantUUID":"6860fb8f-d4d5-4be5-8d21-db2c92e5ddad","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"569b0e5f-c374-4abc-8a3a-f4744450c033","resourceInvariantUUID":"bb456e53-e7ed-410e-b5f2-0347b57b19b8","resourceCustomizationUUID":"89115827-2791-45c5-8b4a-b53792414383","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":"YjM3NTliZTkyNGI2ZDNlMzRmYjI2ZjkyMGVmZmM3MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4eef73a-b082-425d-adc2-26fea8d84d11","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":"MjU1OTNiYjEwNmUwYTdlNzBmZWFiNmY4MjVkNGJmOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9ebed60-2d17-41cb-aa23-7a3e7d4bbb17","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":"ac7e4e1d-1fdd-404f-a4e1-e81c55621a51","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":"249173a9-a4d7-4826-b52e-d5e9196f69f4","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":"59e81c14-c7c2-4f8f-91e8-c612805fa5fd","artifactVersion":"2","generatedFromUUID":"ac7e4e1d-1fdd-404f-a4e1-e81c55621a51"},{"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":"Mjc5N2JkYjRlNmY1ZDAyOWE5NGQ3ZGQ5NzM0NWI3ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7b72dce4-ea80-471a-a29e-7d2720e42e10","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":"OTIzOGQzZGQ0ODUzODYxYmM1MGNjNzE2NDcyOTBjNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"783704cf-7d70-4af4-93f9-286ca9091568","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWQxOGZhMzAxOWUzMDI5MGUzODk1Mzk4ZjI3MzU1ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78c85643-bf38-40dd-9f1e-76a57edcf0c9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-07T07:38:39.049Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:38:39.050Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:39.053Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:39.053Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:38:39.156Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-07T07:38:39.157Z||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-09-07T07:38:39.157Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:39.193Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:39.193Z||pool-100-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:40.057Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:38:40.062Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:40.064Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:40.065Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:38:40.172Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-09-07T07:38:40.173Z||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-09-07T07:38:40.173Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:40.207Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:40.208Z||pool-101-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:41.068Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:38:41.068Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:41.094Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:41.094Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-07T07:38:41.175Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-09-07T07:38:41.177Z||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-09-07T07:38:41.177Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:41.212Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:41.212Z||pool-102-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:42.095Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:38:42.095Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:42.098Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:42.098Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:38:42.199Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-07T07:38:42.200Z||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-09-07T07:38:42.200Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:42.245Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:42.246Z||pool-103-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:43.101Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:38:43.102Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:43.117Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:43.118Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-07T07:38:43.213Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-09-07T07:38:43.214Z||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-09-07T07:38:43.215Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:43.251Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:43.252Z||pool-104-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-09-07T07:38:44.118Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:38:44.120Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:44.123Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:44.123Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:38:44.230Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-09-07T07:38:44.234Z||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-09-07T07:38:44.234Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:44.271Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:44.273Z||pool-105-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:45.126Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:38:45.126Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:45.146Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:45.147Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:38:45.243Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-09-07T07:38:45.244Z||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-09-07T07:38:45.244Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:45.267Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:45.268Z||pool-106-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:46.147Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-07T07:38:46.148Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:46.150Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:46.150Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:38:46.250Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:38:46.251Z||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-09-07T07:38:46.251Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:46.277Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:46.278Z||pool-107-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:47.152Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "b845bee6-e796-4ade-9f52-3b7548494d25", "serviceDescription": "service", "serviceInvariantUUID": "6860fb8f-d4d5-4be5-8d21-db2c92e5ddad", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "89115827-2791-45c5-8b4a-b53792414383", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "569b0e5f-c374-4abc-8a3a-f4744450c033", "resourceInvariantUUID": "bb456e53-e7ed-410e-b5f2-0347b57b19b8", "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": "MjU1OTNiYjEwNmUwYTdlNzBmZWFiNmY4MjVkNGJmOTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d9ebed60-2d17-41cb-aa23-7a3e7d4bbb17", "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": "ac7e4e1d-1fdd-404f-a4e1-e81c55621a51", "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": "59e81c14-c7c2-4f8f-91e8-c612805fa5fd", "generatedFromUUID": "ac7e4e1d-1fdd-404f-a4e1-e81c55621a51" }, "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": "59e81c14-c7c2-4f8f-91e8-c612805fa5fd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWQxOGZhMzAxOWUzMDI5MGUzODk1Mzk4ZjI3MzU1ZjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78c85643-bf38-40dd-9f1e-76a57edcf0c9" } ], "workloadContext": "Production" } 2022-09-07T07:38:47.152Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-07T07:38:47.153Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b845bee6-e796-4ade-9f52-3b7548494d25 ASDC 2022-09-07T07:38:47.154Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:0b0b2e26-416d-4965-b757-00096b656329 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:b845bee6-e796-4ade-9f52-3b7548494d25 ServiceInvariantUUID:6860fb8f-d4d5-4be5-8d21-db2c92e5ddad 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:78c85643-bf38-40dd-9f1e-76a57edcf0c9 ArtifactChecksum:OWQxOGZhMzAxOWUzMDI5MGUzODk1Mzk4ZjI3MzU1ZjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:89115827-2791-45c5-8b4a-b53792414383 ResourceInvariantUUID:bb456e53-e7ed-410e-b5f2-0347b57b19b8 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:569b0e5f-c374-4abc-8a3a-f4744450c033 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:d9ebed60-2d17-41cb-aa23-7a3e7d4bbb17 ArtifactChecksum:MjU1OTNiYjEwNmUwYTdlNzBmZWFiNmY4MjVkNGJmOTE= 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:ac7e4e1d-1fdd-404f-a4e1-e81c55621a51 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:59e81c14-c7c2-4f8f-91e8-c612805fa5fd 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:59e81c14-c7c2-4f8f-91e8-c612805fa5fd ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-07T07:38:47.154Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b845bee6-e796-4ade-9f52-3b7548494d25 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-09-07T07:38:47.199Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:38:47.199Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-07T07:38:47.200Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-07T07:38:47.200Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 78c85643-bf38-40dd-9f1e-76a57edcf0c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-07T07:38:47.200Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-07T07:38:47.200Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-07T07:38:47.351Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-07T07:38:47.355Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 78c85643-bf38-40dd-9f1e-76a57edcf0c9 82488 2022-09-07T07:38:47.356Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-09-07T07:38:47.356Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-07T07:38:47.356Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:38:47.356Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:47.358Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:47.359Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536327356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:38:47.459Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:38:47.459Z||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-09-07T07:38:47.459Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:47.477Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:47.478Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:48.360Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-07T07:38:48.361Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-07T07:38:48.361Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 78c85643-bf38-40dd-9f1e-76a57edcf0c9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-07T07:38:48.362Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-09-07T07:38:48.362Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-07T07:38:48.362Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-07T07:38:48.633Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3973917953628124819/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-09-07T07:38:50.502Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-07T07:38:50.503Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-09-07T07:38:50.503Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-07T07:38:50.504Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-07T07:38:50.504Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:50.504Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:50.505Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-07T07:38:50.505Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:50.505Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:50.505Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:50.506Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-09-07T07:38:50.506Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-09-07T07:38:50.506Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.507Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:50.507Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-07T07:38:50.507Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-09-07T07:38:50.508Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:38:50.508Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.509Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:50.509Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-07T07:38:50.509Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-09-07T07:38:50.510Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-07T07:38:50.510Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.510Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:50.511Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.511Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-07T07:38:50.511Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-09-07T07:38:50.512Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-09-07T07:38:50.512Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-09-07T07:38:50.512Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-07T07:38:50.512Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-07T07:38:50.513Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.513Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-07T07:38:50.514Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.514Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-07T07:38:50.514Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:38:50.515Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.515Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-07T07:38:50.515Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:38:50.516Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.516Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-07T07:38:50.516Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:38:50.517Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.517Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-07T07:38:50.518Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-07T07:38:50.518Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-07T07:38:50.518Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6acc9d91-3eda-4b93-86c5-4a2afe38bfcf 2022-09-07T07:38:50.519Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.519Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:50.519Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.520Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:50.520Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.520Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:50.521Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:50.521Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:50.521Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:b845bee6-e796-4ade-9f52-3b7548494d25 Model Version:NULL Model InvariantUuid:6860fb8f-d4d5-4be5-8d21-db2c92e5ddad Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:de52b128-21c3-4132-8ace-65177f68ce98 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bb456e53-e7ed-410e-b5f2-0347b57b19b8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:89115827-2791-45c5-8b4a-b53792414383 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:12e9f7eb-77b6-4ec4-b7a5-decd79ca8037 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:d5a42c46-e7a3-496e-a82e-c64a81546d7f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6acc9d91-3eda-4b93-86c5-4a2afe38bfcf ModelInvariantUuid:ad81ef6c-6621-4c40-8487-0ca20e8fa7cb ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:808c814c-547b-401f-a9a7-7da63220ece4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:06a7e303-bb6a-4a58-807e-d043c87e4dc1 ModelInvariantUuid:9a69f355-e715-46dd-9291-b7e97d61ae36 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:17707917-e112-4e71-8d80-7db04898ed8e 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-09-07T07:38:50.541Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 569b0e5f-c374-4abc-8a3a-f4744450c033 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-09-07T07:38:50.545Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-09-07T07:38:50.545Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 569b0e5f-c374-4abc-8a3a-f4744450c033 2022-09-07T07:38:50.546Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d9ebed60-2d17-41cb-aa23-7a3e7d4bbb17 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-09-07T07:38:50.546Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-07T07:38:50.546Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:50.681Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-07T07:38:50.682Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d9ebed60-2d17-41cb-aa23-7a3e7d4bbb17 792 2022-09-07T07:38:50.682Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:50.682Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:50.682Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:38:50.683Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:50.685Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:50.685Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536330682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:38:50.785Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:38:50.786Z||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-09-07T07:38:50.786Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:50.803Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:50.803Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:51.686Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "12e9f7eb-77b6-4ec4-b7a5-decd79ca8037", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5a42c46-e7a3-496e-a82e-c64a81546d7f", "vfModuleModelCustomizationUUID": "671c4b91-7043-4653-8e13-308edcb7e0db", "isBase": true, "artifacts": [ "ac7e4e1d-1fdd-404f-a4e1-e81c55621a51", "59e81c14-c7c2-4f8f-91e8-c612805fa5fd" ], "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-09-07T07:38:51.690Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d5a42c46-e7a3-496e-a82e-c64a81546d7f VfModuleModelInvariantUUID:12e9f7eb-77b6-4ec4-b7a5-decd79ca8037 VfModuleModelDescription:NULL Artifacts UUID List:{ ac7e4e1d-1fdd-404f-a4e1-e81c55621a51 , 59e81c14-c7c2-4f8f-91e8-c612805fa5fd } 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-09-07T07:38:51.693Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "12e9f7eb-77b6-4ec4-b7a5-decd79ca8037", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5a42c46-e7a3-496e-a82e-c64a81546d7f", "vfModuleModelCustomizationUUID": "671c4b91-7043-4653-8e13-308edcb7e0db", "isBase": true, "artifacts": [ "ac7e4e1d-1fdd-404f-a4e1-e81c55621a51", "59e81c14-c7c2-4f8f-91e8-c612805fa5fd" ], "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-09-07T07:38:51.693Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d5a42c46-e7a3-496e-a82e-c64a81546d7f VfModuleModelInvariantUUID:12e9f7eb-77b6-4ec4-b7a5-decd79ca8037 VfModuleModelDescription:NULL Artifacts UUID List:{ ac7e4e1d-1fdd-404f-a4e1-e81c55621a51 , 59e81c14-c7c2-4f8f-91e8-c612805fa5fd } 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-09-07T07:38:51.693Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ac7e4e1d-1fdd-404f-a4e1-e81c55621a51 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-09-07T07:38:51.694Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-07T07:38:51.694Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:51.858Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-07T07:38:51.859Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ac7e4e1d-1fdd-404f-a4e1-e81c55621a51 5033 2022-09-07T07:38:51.860Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:51.860Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:51.860Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:38:51.861Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:51.863Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:51.864Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536331860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:38:51.964Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-07T07:38:51.965Z||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-09-07T07:38:51.965Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:51.982Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:51.982Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:52.864Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 59e81c14-c7c2-4f8f-91e8-c612805fa5fd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-09-07T07:38:52.865Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-07T07:38:52.866Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:52.962Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-07T07:38:52.962Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 59e81c14-c7c2-4f8f-91e8-c612805fa5fd 903 2022-09-07T07:38:52.963Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:52.963Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:52.963Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-07T07:38:52.964Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:52.967Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:52.967Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536332963, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:38:53.069Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-07T07:38:53.070Z||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-09-07T07:38:53.070Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:53.091Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:53.091Z||pool-111-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:53.968Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b845bee6-e796-4ade-9f52-3b7548494d25 2022-09-07T07:38:53.969Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 569b0e5f-c374-4abc-8a3a-f4744450c033 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-09-07T07:38:54.001Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f93706c, org.onap.sdc.toscaparser.api.parameters.Input@57098061, org.onap.sdc.toscaparser.api.parameters.Input@4e342a03, org.onap.sdc.toscaparser.api.parameters.Input@4dd408b9, org.onap.sdc.toscaparser.api.parameters.Input@49c0017f] 2022-09-07T07:38:54.003Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.003Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:54.003Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-09-07T07:38:54.004Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 89115827-2791-45c5-8b4a-b53792414383 2022-09-07T07:38:54.004Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 89115827-2791-45c5-8b4a-b53792414383 matches Tosca VF Customization UUID: 89115827-2791-45c5-8b4a-b53792414383 2022-09-07T07:38:54.004Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 89115827-2791-45c5-8b4a-b53792414383 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-09-07T07:38:54.010Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.010Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:54.012Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 89115827-2791-45c5-8b4a-b53792414383: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-09-07T07:38:54.012Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50268007 2022-09-07T07:38:54.012Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.012Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-07T07:38:54.013Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 671c4b91-7043-4653-8e13-308edcb7e0db 2022-09-07T07:38:54.013Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 671c4b91-7043-4653-8e13-308edcb7e0db 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-09-07T07:38:54.016Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.017Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-07T07:38:54.018Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:38:54.019Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.019Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-07T07:38:54.019Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:38:54.020Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.020Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-09-07T07:38:54.021Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-09-07T07:38:54.021Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-09-07T07:38:54.022Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6acc9d91-3eda-4b93-86c5-4a2afe38bfcf 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-09-07T07:38:54.026Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.026Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-07T07:38:54.027Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-07T07:38:54.027Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.028Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-09-07T07:38:54.028Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=89115827-2791-45c5-8b4a-b53792414383 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-09-07T07:38:54.032Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.032Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:54.033Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b845bee6-e796-4ade-9f52-3b7548494d25: basic_vm_macro 2022-09-07T07:38:54.033Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.034Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:54.034Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.034Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:54.035Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.035Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:54.035Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.035Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:54.036Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-07T07:38:54.036Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-07T07:38:54.037Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:54.157Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 569b0e5f-c374-4abc-8a3a-f4744450c033 1 ASDC deployResourceStructure 2022-09-07T07:38:54.157Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:54.158Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:54.158Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:38:54.158Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:54.172Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:54.172Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536334157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:38:54.272Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:38:54.273Z||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-09-07T07:38:54.273Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:54.295Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:54.295Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:55.173Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:55.173Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:55.173Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:38:55.174Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:55.176Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:55.176Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536335173, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-07T07:38:55.277Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:38:55.278Z||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-09-07T07:38:55.278Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:55.295Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:55.296Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:56.177Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:56.178Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:38:56.178Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:38:56.179Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:56.181Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:56.181Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536336177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-07T07:38:56.282Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:38:56.283Z||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-09-07T07:38:56.283Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:56.301Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:56.301Z||pool-114-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:57.182Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-09-07T07:38:57.182Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-09-07T07:38:57.182Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-07T07:38:57.184Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:38:57.186Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:38:57.187Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536337181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:38:57.287Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:38:57.288Z||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-09-07T07:38:57.288Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:38:57.312Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:38:57.313Z||pool-115-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-07T07:38:58.188Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b2e26-416d-4965-b757-00096b656329 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:38:58.211Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b2e26-416d-4965-b757-00096b656329 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:38:58.213Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:38:58.213Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:38:58.213Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:39:28.214Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b2e26-416d-4965-b757-00096b656329 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:39:28.227Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b2e26-416d-4965-b757-00096b656329 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:39:28.229Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:39:28.229Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-07T07:39:28.229Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-07T07:39:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:39:38.346Z||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-09-07T07:39:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:39:38.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:39:38.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:39:38.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-09-07T07:39:38.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-09-07T07:39:38.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-09-07T07:39:38.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-09-07T07:39:38.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536258323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:39:38.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "cds", "timestamp": 1662536261504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536261627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536261627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:39:38.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "cds", "timestamp": 1662536261504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536269308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "policy-id", "timestamp": 1662536267929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536261627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-07T07:39:38.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "cds", "timestamp": 1662536261504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "policy-id", "timestamp": 1662536267929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "cds", "timestamp": 1662536261504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536261627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "policy-id", "timestamp": 1662536267929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-07T07:39:38.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "cds", "timestamp": 1662536261504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536261627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-07T07:39:38.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "aai-ml", "timestamp": 1662536271736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "policy-id", "timestamp": 1662536267929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536273269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "cds", "timestamp": 1662536261504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536261627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "aai-ml", "timestamp": 1662536271736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "policy-id", "timestamp": 1662536267929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "cds", "timestamp": 1662536261504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536274375, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536261627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "ves-openapi-manager", "timestamp": 1662536273920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "aai-ml", "timestamp": 1662536271736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "policy-id", "timestamp": 1662536267929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "cds", "timestamp": 1662536261504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:39:38.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536275453, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.451Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536261627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:39:38.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "ves-openapi-manager", "timestamp": 1662536273920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "aai-ml", "timestamp": 1662536271736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "policy-id", "timestamp": 1662536267929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "cds", "timestamp": 1662536275807, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536276568, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "ves-openapi-manager", "timestamp": 1662536273920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536275839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "aai-ml", "timestamp": 1662536271736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "policy-id", "timestamp": 1662536267929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:39:38.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "ves-openapi-manager", "timestamp": 1662536273920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536277694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.456Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "aai-ml", "timestamp": 1662536271736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "cds", "timestamp": 1662536277289, "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-09-07T07:39:38.480Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b0b2e26-416d-4965-b757-00096b656329 2022-09-07T07:39:38.481Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0b2e26-416d-4965-b757-00096b656329 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-09-07T07:39:38.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536277019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "policy-id", "timestamp": 1662536276895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "ves-openapi-manager", "timestamp": 1662536273920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536278807, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:39:38.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "aai-ml", "timestamp": 1662536271736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536278137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536276952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "policy-id", "timestamp": 1662536277908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:39:38.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "ves-openapi-manager", "timestamp": 1662536273920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536279811, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-09-07T07:39:38.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "aai-ml", "timestamp": 1662536271736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:39:38.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536276952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536279228, "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-09-07T07:39:38.516Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b0b2e26-416d-4965-b757-00096b656329 2022-09-07T07:39:38.516Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0b2e26-416d-4965-b757-00096b656329 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-09-07T07:39:38.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "policy-id", "timestamp": 1662536278935, "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-09-07T07:39:38.550Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b0b2e26-416d-4965-b757-00096b656329 2022-09-07T07:39:38.550Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0b2e26-416d-4965-b757-00096b656329 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-09-07T07:39:38.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "ves-openapi-manager", "timestamp": 1662536273920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536280817, "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-09-07T07:39:38.559Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536276952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "aai-ml", "timestamp": 1662536280765, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "multicloud-k8s-id", "timestamp": 1662536280253, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:39:38.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "ves-openapi-manager", "timestamp": 1662536273920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536281826, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-09-07T07:39:38.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536276952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536282833, "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-09-07T07:39:38.562Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536276952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536283838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:39:38.563Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536276952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536276952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:39:38.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536276952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:39:38.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:39:38.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536285934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:39:38.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536290277, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:39:38.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "aai-ml", "timestamp": 1662536291601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:39:38.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:38.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662536291291, "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-09-07T07:39:38.572Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b0b2e26-416d-4965-b757-00096b656329 2022-09-07T07:39:38.572Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0b2e26-416d-4965-b757-00096b656329 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-09-07T07:39:38.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "aai-ml", "timestamp": 1662536292612, "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-09-07T07:39:38.596Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b0b2e26-416d-4965-b757-00096b656329 2022-09-07T07:39:38.596Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0b2e26-416d-4965-b757-00096b656329 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-09-07T07:39:38.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:39:38.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50b00c4d-db3a-4526-8683-4f13b7570660", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536315261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:39:38.612Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:39:58.230Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b2e26-416d-4965-b757-00096b656329 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-07T07:39:58.249Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b2e26-416d-4965-b757-00096b656329 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-07T07:39:58.252Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-07T07:39:58.252Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-07T07:39:58.253Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-07T07:39:58.253Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-07T07:39:58.253Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:39:58.253Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:39:58.253Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:39:58.253Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:39:58.253Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-09-07T07:39:58.254Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:39:58.259Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-07T07:40:28.260Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0b2e26-416d-4965-b757-00096b656329 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-09-07T07:40:28.272Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0b2e26-416d-4965-b757-00096b656329 and serviceModelVersionId: b845bee6-e796-4ade-9f52-3b7548494d25 2022-09-07T07:40:28.273Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6860fb8f-d4d5-4be5-8d21-db2c92e5ddad 2022-09-07T07:40:28.274Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6860fb8f-d4d5-4be5-8d21-db2c92e5ddad/model-vers/model-ver/b845bee6-e796-4ade-9f52-3b7548494d25?depth=0 2022-09-07T07:40:28.297Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-09-07T07:40:28.380Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6860fb8f-d4d5-4be5-8d21-db2c92e5ddad/model-vers/model-ver/b845bee6-e796-4ade-9f52-3b7548494d25?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-09-07T07:40:28.381Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6860fb8f-d4d5-4be5-8d21-db2c92e5ddad/model-vers/model-ver/b845bee6-e796-4ade-9f52-3b7548494d25?depth=0|INFO|500||Invoke 2022-09-07T07:40:28.410Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6860fb8f-d4d5-4be5-8d21-db2c92e5ddad/model-vers/model-ver/b845bee6-e796-4ade-9f52-3b7548494d25?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-09-07T07:40:28.605Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6860fb8f-d4d5-4be5-8d21-db2c92e5ddad/model-vers/model-ver/b845bee6-e796-4ade-9f52-3b7548494d25?depth=0|INFO|500||InvokeReturn 2022-09-07T07:40:28.605Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6860fb8f-d4d5-4be5-8d21-db2c92e5ddad/model-vers/model-ver/b845bee6-e796-4ade-9f52-3b7548494d25?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220907-07:40:26:875-92044], vertex-id=[499848], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:40:26 GMT], Content-Type=[application/json]} 2022-09-07T07:40:28.605Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-09-07T07:40:28.606Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-09-07T07:40:28.607Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:40:28.614Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||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-09-07T07:40:28.615Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0b2e26-416d-4965-b757-00096b656329 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-09-07T07:40:28.615Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-09-07T07:40:28.616Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-07T07:40:28.620Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-07T07:40:28.620Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536428615, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:40:28.720Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-07T07:40:28.721Z||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-09-07T07:40:28.721Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ... 2022-09-07T07:40:28.756Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:40:28.756Z||pool-116-thread-1|||||INFO|500||cambria reply ok (36 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-09-07T07:40:29.646Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:40:29.647Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:40:29.647Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:40:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:40:38.345Z||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-09-07T07:40:38.346Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:40:38.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:40:38.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:40:38.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:40:38.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-09-07T07:40:38.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:40:38.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-09-07T07:40:38.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:40:38.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-07T07:40:38.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:40:38.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-09-07T07:40:38.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:40:38.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-09-07T07:40:38.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:40:38.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-09-07T07:40:38.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:40:38.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536318323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-09-07T07:40:38.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-07T07:40:38.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536327356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-07T07:40:38.411Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:40:38.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536330682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-07T07:40:38.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:40:38.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536331860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-09-07T07:40:38.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:40:38.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536332963, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-09-07T07:40:38.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:40:38.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536334157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-09-07T07:40:38.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:40:38.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536335173, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-09-07T07:40:38.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:40:38.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536336177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-09-07T07:40:38.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:40:38.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:40:38.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536337181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-09-07T07:40:38.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:40:39.412Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:40:39.413Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:40:39.413Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:40:39.413Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:40:49.020Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:41:38.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:41:38.324Z||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-09-07T07:41:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:41:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:41:38.344Z||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-09-07T07:41:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:41:38.890Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:41:38.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-07T07:41:38.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b0b2e26-416d-4965-b757-00096b656329", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662536428615, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-09-07T07:41:38.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-07T07:41:47.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:42:38.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:42:38.324Z||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-09-07T07:42:38.324Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:42:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:42:38.345Z||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-09-07T07:42:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:42:47.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:42:47.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:43:38.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:43:38.325Z||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-09-07T07:43:38.326Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:43:38.344Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:43:38.345Z|50b00c4d-db3a-4526-8683-4f13b7570660|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-09-07T07:43:38.345Z|50b00c4d-db3a-4526-8683-4f13b7570660|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:43:47.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:43:47.964Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:44:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:44:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:44:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:44:38.344Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:44:38.345Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|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-09-07T07:44:38.345Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:44:47.959Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:44:47.980Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:45:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:45:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:45:38.325Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:45:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:45:38.345Z||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-09-07T07:45:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:45:47.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:45:48.003Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:46:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:46:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:46:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:46:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:46:38.345Z||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-09-07T07:46:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:46:47.936Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:46:47.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:47:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:47:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:47:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:47:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:47:38.345Z||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-09-07T07:47:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:47:47.976Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:47:47.976Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:48:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:48:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:48:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:48:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:48:38.345Z||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-09-07T07:48:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:48:47.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:48:47.964Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:49:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:49:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:49:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:49:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:49:38.344Z||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-09-07T07:49:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:49:47.891Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:49:47.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:50:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:50:38.325Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:50:38.325Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:50:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:50:38.345Z||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-09-07T07:50:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:50:47.953Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:50:47.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:51:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:51:38.325Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:51:38.325Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:51:38.344Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:51:38.345Z|50b00c4d-db3a-4526-8683-4f13b7570660|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-09-07T07:51:38.345Z|50b00c4d-db3a-4526-8683-4f13b7570660|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:51:47.917Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:51:47.960Z|50b00c4d-db3a-4526-8683-4f13b7570660|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:52:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:52:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:52:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:52:38.344Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:52:38.345Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|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-09-07T07:52:38.345Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:52:47.895Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:52:47.944Z|cb978f39-69c6-4f61-8dfa-4fff9709aa98|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:53:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:53:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:53:38.325Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:53:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:53:38.345Z||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-09-07T07:53:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:53:47.917Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:53:47.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:54:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:54:38.325Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:54:38.325Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:54:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:54:38.345Z||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-09-07T07:54:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:54:47.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:54:47.979Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:55:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:55:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:55:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:55:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:55:38.345Z||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-09-07T07:55:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:55:47.908Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:55:47.938Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:56:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:56:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:56:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:56:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:56:38.345Z||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-09-07T07:56:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:56:47.972Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:56:47.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:57:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:57:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:57:38.324Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:57:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:57:38.345Z||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-09-07T07:57:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:57:47.943Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:57:47.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:58:38.323Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:58:38.325Z|0b0b2e26-416d-4965-b757-00096b656329|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-09-07T07:58:38.325Z|0b0b2e26-416d-4965-b757-00096b656329|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 lgBWngBhXR7DDtss) ... 2022-09-07T07:58:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-07T07:58:38.345Z||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-09-07T07:58:38.345Z||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 lgBWngBhXR7DDtss) ... 2022-09-07T07:58:47.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-07T07:58:47.961Z|0b0b2e26-416d-4965-b757-00096b656329|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK