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-12-04T05:22:46.017Z||main|||||INFO|500||The following profiles are active: basic 2022-12-04T05:22:58.945Z||main|||||INFO|500||Starting service [Tomcat] 2022-12-04T05:22:58.946Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-12-04T05:22:59.078Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-12-04T05:23:03.842Z||main|||||INFO|500||catdb-pool - Starting... 2022-12-04T05:23:04.317Z||main|||||INFO|500||catdb-pool - Start completed. 2022-12-04T05:23:04.850Z||main|||||INFO|500||reqdb-pool - Starting... 2022-12-04T05:23:04.861Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-12-04T05:23:04.983Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-12-04T05:23:05.220Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-12-04T05:23:05.857Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-12-04T05:23:07.897Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-04T05:23:10.917Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-04T05:23:10.987Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-12-04T05:23:11.712Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-04T05:23:12.003Z||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-12-04T05:23:13.504Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-04T05:23:14.781Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-12-04T05:23:14.804Z||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$$51610b81.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-12-04T05:23:14.805Z||main|||||WARN|500||The sdc end point is not alive 2022-12-04T05:23:18.790Z||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-12-04T05:23:22.755Z||main|||||WARN|500||--- 2022-12-04T05:23:22.756Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-12-04T05:23:22.756Z||main|||||WARN|500||--- 2022-12-04T05:23:23.360Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-12-04T05:23:29.791Z||main|||||INFO|500||Started Application in 47.335 seconds (JVM running for 50.017) 2022-12-04T05:23:29.810Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-04T05:23:29.813Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-04T05:23:29.857Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-04T05:23:29.909Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-04T05:23:29.975Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 92f654ee-9525-44a3-839f-437574f4dd7e url= /sdc/v1/artifactTypes 2022-12-04T05:23:29.975Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-04T05:23:30.366Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-12-04T05:23:30.398Z||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-12-04T05:23:30.435Z||scheduling-1|||||DEBUG|500||create keys 2022-12-04T05:23:30.448Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-12-04T05:23:30.491Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:23:30.512Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c564ce2b-c57c-470c-a213-84cfe09a376a url= /sdc/v1/registerForDistribution 2022-12-04T05:23:30.625Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c564ce2b-c57c-470c-a213-84cfe09a376a url= /sdc/v1/registerForDistribution 2022-12-04T05:23:30.626Z||scheduling-1|||||INFO|500||start DistributionClient 2022-12-04T05:23:30.639Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:23:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:23:30.649Z||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-12-04T05:23:30.649Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:23:30.650Z||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-12-04T05:23:30.650Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:23:30.653Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-12-04T05:23:41.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:23:41.053Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:24:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:24:30.637Z||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-12-04T05:24:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:24:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:24:30.643Z||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-12-04T05:24:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:24:40.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:24:40.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:25:30.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:25:30.638Z||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-12-04T05:25:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:25:30.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:25:30.645Z||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-12-04T05:25:30.645Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:25:40.261Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:25:40.274Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:26:30.637Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:26:30.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:26:30.642Z||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-12-04T05:26:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:26:30.642Z||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-12-04T05:26:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:26:40.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:26:40.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:27:30.637Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:27:30.638Z||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-12-04T05:27:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:27:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:27:30.644Z||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-12-04T05:27:30.645Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:27:40.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:27:40.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:28:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:28:30.637Z||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-12-04T05:28:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:28:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:28:30.642Z||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-12-04T05:28:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:28:40.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:28:40.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:29:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:29:30.638Z||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-12-04T05:29:30.639Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:29:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:29:30.642Z||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-12-04T05:29:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:29:40.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:29:40.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:30:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:30:30.638Z||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-12-04T05:30:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:30:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:30:30.643Z||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-12-04T05:30:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:30:40.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:30:40.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:31:30.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:31:30.639Z||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-12-04T05:31:30.639Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:31:30.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:31:30.642Z||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-12-04T05:31:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:31:40.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:31:40.206Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:32:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:32:30.637Z||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-12-04T05:32:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:32:30.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:32:30.642Z||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-12-04T05:32:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:32:40.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:32:40.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:32:42.000Z||http-nio-8085-exec-3|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-12-04T05:33:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:33:30.638Z||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-12-04T05:33:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:33:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:33:30.642Z||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-12-04T05:33:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:33:40.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:33:40.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:34:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:34:30.637Z||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-12-04T05:34:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:34:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:34:30.641Z||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-12-04T05:34:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:34:40.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:34:40.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:35:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:35:30.637Z||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-12-04T05:35:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:35:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:35:30.641Z||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-12-04T05:35:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:35:40.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:35:40.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:36:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:36:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T05:36:30.637Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T05:36:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:36:30.642Z||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-12-04T05:36:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:36:40.219Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:36:40.219Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:37:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:37:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T05:37:30.637Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T05:37:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:37:30.643Z||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-12-04T05:37:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:37:40.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:37:40.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:38:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:38:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T05:38:30.638Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T05:38:30.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:38:30.641Z||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-12-04T05:38:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:38:40.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:38:40.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:39:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:39:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T05:39:30.637Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T05:39:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:39:30.642Z||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-12-04T05:39:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:39:40.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:39:40.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:40:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:40:30.639Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T05:40:30.640Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T05:40:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:40:30.641Z||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-12-04T05:40:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:40:40.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:40:40.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:41:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:41:30.638Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T05:41:30.638Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T05:41:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:41:30.642Z||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-12-04T05:41:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:41:40.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:41:40.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:42:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:42:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T05:42:30.637Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T05:42:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:42:30.642Z||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-12-04T05:42:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:42:40.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:42:40.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:43:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:43:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T05:43:30.637Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T05:43:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:43:30.642Z||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-12-04T05:43:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:43:40.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:43:40.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:44:30.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:44:30.638Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T05:44:30.638Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T05:44:30.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:44:30.641Z||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-12-04T05:44:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:44:40.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:44:40.209Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:45:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:45:30.637Z||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-12-04T05:45:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:45:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:45:30.641Z||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-12-04T05:45:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:45:40.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:45:40.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:46:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:46:30.637Z||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-12-04T05:46:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:46:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:46:30.642Z||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-12-04T05:46:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:46:40.214Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:46:40.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:47:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:47:30.638Z||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-12-04T05:47:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:47:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:47:30.641Z||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-12-04T05:47:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:47:40.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:47:40.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:48:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:48:30.638Z||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-12-04T05:48:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:48:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:48:30.642Z||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-12-04T05:48:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:48:40.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:48:40.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:49:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:49:30.638Z||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-12-04T05:49:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:49:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:49:30.641Z||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-12-04T05:49:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:49:40.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:49:40.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:50:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:50:30.638Z||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-12-04T05:50:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:50:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:50:30.642Z||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-12-04T05:50:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:50:40.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:50:40.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:51:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:51:30.637Z||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-12-04T05:51:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:51:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:51:30.641Z||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-12-04T05:51:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:51:40.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:51:40.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:52:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:52:30.637Z||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-12-04T05:52:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:52:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:52:30.642Z||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-12-04T05:52:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:52:40.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:52:40.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:53:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:53:30.637Z||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-12-04T05:53:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:53:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:53:30.642Z||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-12-04T05:53:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:53:40.187Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:53:40.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:54:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:54:30.637Z||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-12-04T05:54:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:54:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:54:30.642Z||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-12-04T05:54:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:54:40.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:54:40.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:55:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:55:30.637Z||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-12-04T05:55:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:55:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:55:30.642Z||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-12-04T05:55:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:55:40.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:55:40.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:56:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:56:30.637Z||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-12-04T05:56:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:56:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:56:30.642Z||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-12-04T05:56:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:56:40.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:56:40.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:57:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:57:30.638Z||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-12-04T05:57:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:57:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:57:30.641Z||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-12-04T05:57:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:57:40.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:57:40.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:58:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:58:30.637Z||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-12-04T05:58:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:58:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:58:30.642Z||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-12-04T05:58:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:58:40.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:58:40.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:59:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:59:30.639Z||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-12-04T05:59:30.639Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:59:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T05:59:30.641Z||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-12-04T05:59:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T05:59:40.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T05:59:40.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:00:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:00:30.637Z||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-12-04T06:00:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:00:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:00:30.643Z||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-12-04T06:00:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:00:40.187Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:00:40.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:01:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:01:30.637Z||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-12-04T06:01:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:01:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:01:30.642Z||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-12-04T06:01:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:01:40.230Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:01:40.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:02:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:02:30.637Z||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-12-04T06:02:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:02:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:02:30.642Z||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-12-04T06:02:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:02:40.184Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:02:40.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:03:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:03:30.637Z||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-12-04T06:03:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:03:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:03:30.642Z||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-12-04T06:03:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:03:40.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:03:40.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:04:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:04:30.637Z||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-12-04T06:04:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:04:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:04:30.641Z||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-12-04T06:04:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:04:40.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:04:40.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:05:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:05:30.637Z||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-12-04T06:05:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:05:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:05:30.642Z||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-12-04T06:05:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:05:40.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:05:40.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:06:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:06:30.637Z||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-12-04T06:06:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:06:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:06:30.641Z||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-12-04T06:06:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:06:40.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:06:40.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:07:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:07:30.637Z||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-12-04T06:07:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:07:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:07:30.641Z||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-12-04T06:07:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:07:40.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:07:40.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:08:30.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:08:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:08:30.646Z||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-12-04T06:08:30.647Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:08:30.648Z||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-12-04T06:08:30.649Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:08:40.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:08:40.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:09:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:09:30.638Z||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-12-04T06:09:30.639Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:09:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:09:30.641Z||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-12-04T06:09:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:09:40.221Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:09:40.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:10:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:10:30.637Z||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-12-04T06:10:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:10:30.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:10:30.642Z||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-12-04T06:10:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:10:40.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:10:40.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:11:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:11:30.637Z||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-12-04T06:11:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:11:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:11:30.642Z||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-12-04T06:11:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:11:40.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:11:40.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:12:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:12:30.638Z||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-12-04T06:12:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:12:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:12:30.643Z||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-12-04T06:12:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:12:40.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:12:40.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:13:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:13:30.639Z||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-12-04T06:13:30.639Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:13:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:13:30.642Z||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-12-04T06:13:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:13:40.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:13:40.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:14:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:14:30.637Z||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-12-04T06:14:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:14:30.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:14:30.645Z||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-12-04T06:14:30.645Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:14:40.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:14:40.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:15:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:15:30.637Z||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-12-04T06:15:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:15:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:15:30.642Z||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-12-04T06:15:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:15:40.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:15:40.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:16:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:16:30.638Z||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-12-04T06:16:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:16:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:16:30.641Z||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-12-04T06:16:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:16:40.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:16:40.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:17:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:17:30.637Z||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-12-04T06:17:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:17:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:17:30.642Z||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-12-04T06:17:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:17:40.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:17:40.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:18:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:18:30.638Z||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-12-04T06:18:30.639Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:18:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:18:30.641Z||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-12-04T06:18:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:18:40.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:18:40.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:19:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:19:30.637Z||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-12-04T06:19:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:19:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:19:30.641Z||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-12-04T06:19:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:19:40.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:19:40.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:20:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:20:30.638Z||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-12-04T06:20:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:20:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:20:30.641Z||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-12-04T06:20:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:20:40.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:20:40.212Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:21:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:21:30.637Z||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-12-04T06:21:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:21:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:21:30.641Z||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-12-04T06:21:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:21:40.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:21:40.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:22:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:22:30.637Z||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-12-04T06:22:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:22:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:22:30.642Z||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-12-04T06:22:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:22:40.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:22:40.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:23:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:23:30.637Z||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-12-04T06:23:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:23:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:23:30.642Z||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-12-04T06:23:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:23:40.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:23:40.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:24:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:24:30.636Z||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-12-04T06:24:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:24:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:24:30.642Z||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-12-04T06:24:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:24:40.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:24:40.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:25:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:25:30.637Z||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-12-04T06:25:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:25:30.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:25:30.645Z||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-12-04T06:25:30.645Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:25:40.208Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:25:40.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:26:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:26:30.638Z||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-12-04T06:26:30.639Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:26:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:26:30.642Z||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-12-04T06:26:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:26:40.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:26:40.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:27:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:27:30.637Z||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-12-04T06:27:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:27:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:27:30.641Z||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-12-04T06:27:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:27:40.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:27:40.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:28:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:28:30.637Z||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-12-04T06:28:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:28:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:28:30.642Z||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-12-04T06:28:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:28:40.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:28:40.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:29:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:29:30.637Z||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-12-04T06:29:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:29:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:29:30.642Z||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-12-04T06:29:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:29:40.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:29:40.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:30:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:30:30.637Z||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-12-04T06:30:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:30:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:30:30.642Z||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-12-04T06:30:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:30:40.232Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:30:40.233Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:31:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:31:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:31:30.641Z||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-12-04T06:31:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:31:30.641Z||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-12-04T06:31:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:31:40.212Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:31:40.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:32:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:32:30.638Z||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-12-04T06:32:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:32:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:32:30.641Z||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-12-04T06:32:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:32:40.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:32:40.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:33:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:33:30.638Z||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-12-04T06:33:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:33:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:33:30.641Z||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-12-04T06:33:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:33:40.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:33:40.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:34:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:34:30.637Z||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-12-04T06:34:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:34:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:34:30.641Z||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-12-04T06:34:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:34:40.215Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:34:40.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:35:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:35:30.637Z||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-12-04T06:35:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:35:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:35:30.642Z||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-12-04T06:35:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:35:40.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:35:40.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:36:30.637Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:36:30.638Z||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-12-04T06:36:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:36:30.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:36:30.643Z||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-12-04T06:36:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:36:40.202Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:36:40.220Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:37:30.638Z||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-12-04T06:37:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:37:30.642Z||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-12-04T06:37:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:31.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:31.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135798771, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:31.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"026e57f4-2070-4f4a-a99e-b774bf0c2457","serviceName":"vFW 2022-12-04 06-35-38","serviceVersion":"1.0","serviceUUID":"8e11a14b-e45d-4949-8b2f-e78bfae76d96","serviceDescription":"catalog service description","serviceInvariantUUID":"77dec576-7e67-4df1-87bd-c9292c61c005","resources":[{"resourceInstanceName":"vFW 1e28a863-015c 0","resourceName":"vFW 1e28a863-015c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b153817d-c9b0-449c-b697-e609f8d034f5","resourceInvariantUUID":"8b226405-be11-4f6b-9e76-9744218523c6","resourceCustomizationUUID":"1acec999-de6a-4927-a0e8-69f1b7fa0113","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml","artifactChecksum":"YzE4YTJhOTNhYzVkYmM5YWYyNTAxODEzZTAyM2E2MzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce4f6f44-6eea-4196-b2e4-40818bb677e8","artifactVersion":"1"},{"artifactName":"vfw1e28a863015c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json","artifactChecksum":"Y2EyNzU5ZGEzODc5NGZjZGQyMTEwODFmYWVmOWUwMGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6a891d0-bef6-4036-a1fd-93719fe2c5a2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"939d8577-7d67-46e7-9123-b6f784f72f8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml","artifactChecksum":"M2NkNmY2NzI4YmJlYWEwOTNlYzAwNGFjZjE4NTdmYzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b790ebc7-14ab-401d-b5a9-743c88d399fb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5764cbb-528d-4a86-9b21-8abd82b7c41f","artifactVersion":"2","generatedFromUUID":"939d8577-7d67-46e7-9123-b6f784f72f8b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221204063538-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml","artifactChecksum":"OWVlMGI5NDNmYTFhZTA4YWUwZTliZjkzOGZkYWRiMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"128f081a-6fd5-4d49-9f4c-f332845cd5b2","artifactVersion":"1"},{"artifactName":"service-Vfw20221204063538-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar","artifactChecksum":"OGU5YjZlYWFjMjJlNzNjZGE3OTlkZjdmZTUyMmQzNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2fc7767-b62d-4d1d-b50d-64bbfe613caf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-04T06:37:31.303Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:37:31.314Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:31.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135796572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135798771, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:37:31.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135796572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "cds", "timestamp": 1670135806295, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135798771, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-04T06:37:31.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135796572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "cds", "timestamp": 1670135806295, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135798771, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "aai-model-loader", "timestamp": 1670135807587, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "ves-openapi-manager", "timestamp": 1670135807933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135796572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "cds", "timestamp": 1670135806295, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "aai-model-loader", "timestamp": 1670135807587, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135798771, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-04T06:37:31.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "ves-openapi-manager", "timestamp": 1670135807933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135796572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "cds", "timestamp": 1670135806295, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "aai-model-loader", "timestamp": 1670135807587, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135798771, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "ves-openapi-manager", "timestamp": 1670135807933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135796572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "cds", "timestamp": 1670135806295, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "aai-model-loader", "timestamp": 1670135807587, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135798771, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:37:31.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "ves-openapi-manager", "timestamp": 1670135807933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135796572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:37:31.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "cds", "timestamp": 1670135806295, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "aai-model-loader", "timestamp": 1670135807587, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135811659, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:37:31.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:37:31.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "ves-openapi-manager", "timestamp": 1670135807933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135812260, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:37:31.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:37:31.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "cds", "timestamp": 1670135806295, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:37:31.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.346Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:31.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "aai-model-loader", "timestamp": 1670135807587, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.346Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135812763, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:37:31.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:37:31.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "ves-openapi-manager", "timestamp": 1670135807933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "aai-model-loader", "timestamp": 1670135807587, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:37:31.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "cds", "timestamp": 1670135814372, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:37:31.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:37:31.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135813841, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:37:31.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:37:31.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "ves-openapi-manager", "timestamp": 1670135807933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:31.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:37:31.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "aai-model-loader", "timestamp": 1670135814880, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:37:31.353Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:37:31.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "cds", "timestamp": 1670135815466, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-12-04T06:37:31.446Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-12-04T06:37:31.454Z||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-12-04T06:37:31.454Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-04T06:37:31.466Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:31.467Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-04T06:37:31.656Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 026e57f4-2070-4f4a-a99e-b774bf0c2457 2022-12-04T06:37:31.680Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e57f4-2070-4f4a-a99e-b774bf0c2457 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-12-04T06:37:31.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135814940, "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-12-04T06:37:31.731Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 026e57f4-2070-4f4a-a99e-b774bf0c2457 2022-12-04T06:37:31.731Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e57f4-2070-4f4a-a99e-b774bf0c2457 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-12-04T06:37:31.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "multicloud-k8s", "timestamp": 1670135815943, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:37:31.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:37:31.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135817867, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:37:31.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:37:31.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135818871, "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-12-04T06:37:31.751Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 026e57f4-2070-4f4a-a99e-b774bf0c2457 2022-12-04T06:37:31.752Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e57f4-2070-4f4a-a99e-b774bf0c2457 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-12-04T06:37:31.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "aai-model-loader", "timestamp": 1670135837461, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:37:31.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:37:31.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:37:31.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "aai-model-loader", "timestamp": 1670135838465, "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-12-04T06:37:31.774Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 026e57f4-2070-4f4a-a99e-b774bf0c2457 2022-12-04T06:37:31.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e57f4-2070-4f4a-a99e-b774bf0c2457 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-12-04T06:37:32.356Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:37:32.356Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:32.359Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:32.360Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:37:32.459Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:37:32.460Z||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-12-04T06:37:32.460Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:32.473Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:32.473Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:33.360Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:37:33.361Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:33.364Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:33.364Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-04T06:37:33.464Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:33.465Z||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-12-04T06:37:33.465Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:33.485Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:33.486Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:34.364Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:37:34.365Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:34.368Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:34.368Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:34.468Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:34.469Z||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-12-04T06:37:34.469Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:34.506Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:34.507Z||pool-6-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:35.370Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:37:35.371Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:35.373Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:35.374Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-04T06:37:35.474Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:35.475Z||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-12-04T06:37:35.475Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:35.522Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:35.523Z||pool-7-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:36.374Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:37:36.375Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:36.379Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:36.379Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:37:36.479Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:36.480Z||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-12-04T06:37:36.480Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:36.498Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:36.499Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:37.379Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:37:37.382Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:37.385Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:37.385Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:37:37.485Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:37.486Z||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-12-04T06:37:37.486Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:37.501Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:37.502Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:37:38.387Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "serviceName": "vFW 2022-12-04 06-35-38", "serviceVersion": "1.0", "serviceUUID": "8e11a14b-e45d-4949-8b2f-e78bfae76d96", "serviceDescription": "catalog service description", "serviceInvariantUUID": "77dec576-7e67-4df1-87bd-c9292c61c005", "resources": [ { "resourceInstanceName": "vFW 1e28a863-015c 0", "resourceCustomizationUUID": "1acec999-de6a-4927-a0e8-69f1b7fa0113", "resourceName": "vFW 1e28a863-015c", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b153817d-c9b0-449c-b697-e609f8d034f5", "resourceInvariantUUID": "8b226405-be11-4f6b-9e76-9744218523c6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw1e28a863015c0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "artifactChecksum": "Y2EyNzU5ZGEzODc5NGZjZGQyMTEwODFmYWVmOWUwMGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6a891d0-bef6-4036-a1fd-93719fe2c5a2", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "939d8577-7d67-46e7-9123-b6f784f72f8b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a5764cbb-528d-4a86-9b21-8abd82b7c41f", "generatedFromUUID": "939d8577-7d67-46e7-9123-b6f784f72f8b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a5764cbb-528d-4a86-9b21-8abd82b7c41f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221204063538-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "artifactChecksum": "OGU5YjZlYWFjMjJlNzNjZGE3OTlkZjdmZTUyMmQzNmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a2fc7767-b62d-4d1d-b50d-64bbfe613caf" } ], "workloadContext": "Production" } 2022-12-04T06:37:38.388Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-04T06:37:38.388Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8e11a14b-e45d-4949-8b2f-e78bfae76d96 ASDC 2022-12-04T06:37:38.514Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:026e57f4-2070-4f4a-a99e-b774bf0c2457 ServiceName:vFW 2022-12-04 06-35-38 ServiceVersion:1.0 ServiceUUID:8e11a14b-e45d-4949-8b2f-e78bfae76d96 ServiceInvariantUUID:77dec576-7e67-4df1-87bd-c9292c61c005 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221204063538-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar ArtifactUUID:a2fc7767-b62d-4d1d-b50d-64bbfe613caf ArtifactChecksum:OGU5YjZlYWFjMjJlNzNjZGE3OTlkZjdmZTUyMmQzNmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 1e28a863-015c 0 ResourceCustomizationUUID:1acec999-de6a-4927-a0e8-69f1b7fa0113 ResourceInvariantUUID:8b226405-be11-4f6b-9e76-9744218523c6 ResourceName:vFW 1e28a863-015c ResourceType:VF ResourceUUID:b153817d-c9b0-449c-b697-e609f8d034f5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw1e28a863015c0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json ArtifactUUID:f6a891d0-bef6-4036-a1fd-93719fe2c5a2 ArtifactChecksum:Y2EyNzU5ZGEzODc5NGZjZGQyMTEwODFmYWVmOWUwMGM= 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/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml ArtifactUUID:939d8577-7d67-46e7-9123-b6f784f72f8b 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/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env ArtifactUUID:a5764cbb-528d-4a86-9b21-8abd82b7c41f 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/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env ArtifactUUID:a5764cbb-528d-4a86-9b21-8abd82b7c41f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-04T06:37:38.515Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e11a14b-e45d-4949-8b2f-e78bfae76d96 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-12-04T06:37:38.575Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:37:38.576Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-04T06:37:38.578Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-04T06:37:38.579Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a2fc7767-b62d-4d1d-b50d-64bbfe613caf from URL: /sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:38.579Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-04T06:37:38.581Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:38.719Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-04T06:37:38.742Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar a2fc7767-b62d-4d1d-b50d-64bbfe613caf 101483 2022-12-04T06:37:38.745Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar ASDC sendASDCNotification 2022-12-04T06:37:38.745Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:38.748Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:37:38.750Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:38.752Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:38.752Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135858743, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:37:38.852Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:38.854Z||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-12-04T06:37:38.854Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:38.871Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:38.872Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:39.752Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:37:39.753Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-04T06:37:39.754Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a2fc7767-b62d-4d1d-b50d-64bbfe613caf, URL: /sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar to file: /app/ASDC/1/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:39.755Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221204063538-csar.csar 2022-12-04T06:37:39.951Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:39.952Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:40.713Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7206051778758648770/Definitions/service-Vfw20221204063538-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-12-04T06:37:44.297Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-04T06:37:44.303Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-04T06:37:44.303Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.303Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-04T06:37:44.304Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.304Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||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-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.304Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1e28a863-015c 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-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.304Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||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-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.305Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||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-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.305Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.305Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.305Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||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-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.305Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.306Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.306Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:44.306Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-04T06:37:44.314Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.316Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:44.320Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria 2022-12-04T06:37:44.321Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-04T06:37:44.323Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:37:44.325Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.325Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:44.325Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria 2022-12-04T06:37:44.325Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-04T06:37:44.326Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:37:44.326Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.326Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:44.330Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.330Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria 2022-12-04T06:37:44.331Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-04T06:37:44.331Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-04T06:37:44.331Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-04T06:37:44.332Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:44.332Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.332Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-04T06:37:44.333Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.333Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-04T06:37:44.333Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-04T06:37:44.334Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.334Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:44.334Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-04T06:37:44.335Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:44.335Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-04T06:37:44.336Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.336Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-04T06:37:44.336Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.337Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-04T06:37:44.338Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.339Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria 2022-12-04T06:37:44.339Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:37:44.340Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.340Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria 2022-12-04T06:37:44.340Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:37:44.341Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.341Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria 2022-12-04T06:37:44.341Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:37:44.342Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.342Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria 2022-12-04T06:37:44.342Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-04T06:37:44.342Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-04T06:37:44.343Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-04T06:37:44.343Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-04T06:37:44.344Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-04T06:37:44.344Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.344Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:44.344Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-04T06:37:44.345Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:44.345Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-04T06:37:44.345Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.346Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f6b181bf-b778-4abf-9e4f-2ade00121d5e 2022-12-04T06:37:44.346Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.346Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria 2022-12-04T06:37:44.347Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-04T06:37:44.347Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-04T06:37:44.347Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-04T06:37:44.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:44.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-04T06:37:44.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-04T06:37:44.349Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-04T06:37:44.349Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:44.349Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-04T06:37:44.350Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.350Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=446e3034-c004-4c04-946e-848a9c42f8b6 2022-12-04T06:37:44.350Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.351Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria 2022-12-04T06:37:44.351Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-04T06:37:44.351Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-04T06:37:44.352Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-04T06:37:44.352Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:44.352Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.352Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-04T06:37:44.353Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.353Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-04T06:37:44.354Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-04T06:37:44.354Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-04T06:37:44.354Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:44.354Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-04T06:37:44.355Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=717ae667-809b-4518-9ce5-a229cee1b641 2022-12-04T06:37:44.355Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.355Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:44.356Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.356Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:44.356Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.357Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:44.357Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:44.357Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:44.358Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-04 06-35-38 Description:catalog service description Model UUID:8e11a14b-e45d-4949-8b2f-e78bfae76d96 Model Version:NULL Model InvariantUuid:77dec576-7e67-4df1-87bd-c9292c61c005 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 1e28a863-015c Model UUID:c410347e-7f13-4f99-9bd2-c45bd0f1fc58 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8b226405-be11-4f6b-9e76-9744218523c6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1acec999-de6a-4927-a0e8-69f1b7fa0113 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f99f7262-1a22-4859-8c44-78074c06c451 ModelName:Vfw1e28a863015c..base_vfw..module-0 ModelUuid:3dbbe475-78da-4341-8b94-aa980d15486c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f6b181bf-b778-4abf-9e4f-2ade00121d5e ModelInvariantUuid:124faeb3-9770-41b9-9992-d4f095f59df3 ModelName:vFW 1e28a863-015c-nodes.vfwCvfc ModelUuid:a6b1eee0-5d85-4ce4-a21f-ef39cfceb899 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:bad1fd97-957e-4893-b571-88f318e3d6e8 ModelInvariantUuid:5be1c3d0-a828-4eab-ade0-4ab0a7f13f3f ModelName:Vfw1e28a863015c.compute.nodes.heat.vfw ModelUuid:a7bcf642-1a6a-4812-b1d8-301731c60e1d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:446e3034-c004-4c04-946e-848a9c42f8b6 ModelInvariantUuid:9eab4cf8-8a07-48c9-92d1-c58f9c63ad23 ModelName:vFW 1e28a863-015c-nodes.vsnCvfc ModelUuid:bd57cfd2-c499-4cd9-9317-ccc90bb7abb1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:19d2b378-a250-4b06-a885-73aaa7ddad4d ModelInvariantUuid:e4b2018e-cbce-4803-bedd-e9f17371814f ModelName:Vfw1e28a863015c.compute.nodes.heat.vsn ModelUuid:a916e0dc-7536-4ecb-8685-2135d301d96b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:717ae667-809b-4518-9ce5-a229cee1b641 ModelInvariantUuid:d3b96764-062f-4c62-83e8-da520bf1d098 ModelName:vFW 1e28a863-015c-nodes.vpgCvfc ModelUuid:32d5a629-d02f-4583-bac6-a857dc04ba15 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:5449cbc9-da74-45fa-8b1e-f964496aec94 ModelInvariantUuid:eee20cd1-8870-4c09-9208-e531fa3bc25a ModelName:Vfw1e28a863015c.compute.nodes.heat.vpg ModelUuid:d48fec65-cdf9-47cd-9fa1-fc07e9cf8e07 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-12-04T06:37:44.369Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b153817d-c9b0-449c-b697-e609f8d034f5 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-12-04T06:37:44.514Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||vFW 1e28a863-015c 0 2022-12-04T06:37:44.522Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b153817d-c9b0-449c-b697-e609f8d034f5 2022-12-04T06:37:44.522Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f6a891d0-bef6-4036-a1fd-93719fe2c5a2 from URL: /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json 2022-12-04T06:37:44.523Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-04T06:37:44.523Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json 2022-12-04T06:37:44.580Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-04T06:37:44.581Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json f6a891d0-bef6-4036-a1fd-93719fe2c5a2 785 2022-12-04T06:37:44.581Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json ASDC sendASDCNotification 2022-12-04T06:37:44.581Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json 2022-12-04T06:37:44.581Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:37:44.582Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:44.584Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:44.585Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135864581, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:37:44.685Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:44.686Z||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-12-04T06:37:44.687Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:44.698Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:44.699Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:37:45.586Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1e28a863015c..base_vfw..module-0", "vfModuleModelInvariantUUID": "f99f7262-1a22-4859-8c44-78074c06c451", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3dbbe475-78da-4341-8b94-aa980d15486c", "vfModuleModelCustomizationUUID": "e82495aa-cda2-45e1-a305-fadc7e5c8c17", "isBase": true, "artifacts": [ "939d8577-7d67-46e7-9123-b6f784f72f8b", "a5764cbb-528d-4a86-9b21-8abd82b7c41f" ], "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-12-04T06:37:45.607Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1e28a863015c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3dbbe475-78da-4341-8b94-aa980d15486c VfModuleModelInvariantUUID:f99f7262-1a22-4859-8c44-78074c06c451 VfModuleModelDescription:NULL Artifacts UUID List:{ 939d8577-7d67-46e7-9123-b6f784f72f8b , a5764cbb-528d-4a86-9b21-8abd82b7c41f } 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-12-04T06:37:45.610Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1e28a863015c..base_vfw..module-0", "vfModuleModelInvariantUUID": "f99f7262-1a22-4859-8c44-78074c06c451", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3dbbe475-78da-4341-8b94-aa980d15486c", "vfModuleModelCustomizationUUID": "e82495aa-cda2-45e1-a305-fadc7e5c8c17", "isBase": true, "artifacts": [ "939d8577-7d67-46e7-9123-b6f784f72f8b", "a5764cbb-528d-4a86-9b21-8abd82b7c41f" ], "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-12-04T06:37:45.611Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1e28a863015c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3dbbe475-78da-4341-8b94-aa980d15486c VfModuleModelInvariantUUID:f99f7262-1a22-4859-8c44-78074c06c451 VfModuleModelDescription:NULL Artifacts UUID List:{ 939d8577-7d67-46e7-9123-b6f784f72f8b , a5764cbb-528d-4a86-9b21-8abd82b7c41f } 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-12-04T06:37:45.611Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 939d8577-7d67-46e7-9123-b6f784f72f8b from URL: /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml 2022-12-04T06:37:45.611Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-04T06:37:45.611Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml 2022-12-04T06:37:45.685Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-04T06:37:45.686Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml 939d8577-7d67-46e7-9123-b6f784f72f8b 20368 2022-12-04T06:37:45.686Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-04T06:37:45.686Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml 2022-12-04T06:37:45.686Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:37:45.686Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:45.688Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:45.688Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135865686, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:37:45.788Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:45.790Z||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-12-04T06:37:45.790Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:45.806Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:45.807Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:46.689Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a5764cbb-528d-4a86-9b21-8abd82b7c41f from URL: /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env 2022-12-04T06:37:46.690Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-04T06:37:46.690Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env 2022-12-04T06:37:46.746Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-04T06:37:46.748Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env a5764cbb-528d-4a86-9b21-8abd82b7c41f 2098 2022-12-04T06:37:46.749Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-04T06:37:46.749Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env 2022-12-04T06:37:46.749Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:37:46.750Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:46.752Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:46.752Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135866748, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:37:46.852Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:46.854Z||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-12-04T06:37:46.854Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:46.869Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:46.870Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:47.753Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8e11a14b-e45d-4949-8b2f-e78bfae76d96 2022-12-04T06:37:47.754Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1e28a863-015c 0 b153817d-c9b0-449c-b697-e609f8d034f5 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-12-04T06:37:47.802Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13ac76e3, org.onap.sdc.toscaparser.api.parameters.Input@6639366d, org.onap.sdc.toscaparser.api.parameters.Input@e59f700, org.onap.sdc.toscaparser.api.parameters.Input@40492d0d, org.onap.sdc.toscaparser.api.parameters.Input@30a24089] 2022-12-04T06:37:47.806Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.807Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:47.807Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-12-04T06:37:47.807Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 1acec999-de6a-4927-a0e8-69f1b7fa0113 2022-12-04T06:37:47.808Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1acec999-de6a-4927-a0e8-69f1b7fa0113 matches Tosca VF Customization UUID: 1acec999-de6a-4927-a0e8-69f1b7fa0113 2022-12-04T06:37:47.808Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 1acec999-de6a-4927-a0e8-69f1b7fa0113 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-12-04T06:37:47.817Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.818Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:47.819Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 1acec999-de6a-4927-a0e8-69f1b7fa0113: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-04T06:37:47.820Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@548c1c58 2022-12-04T06:37:47.820Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.820Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-04T06:37:47.821Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e82495aa-cda2-45e1-a305-fadc7e5c8c17 2022-12-04T06:37:47.822Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e82495aa-cda2-45e1-a305-fadc7e5c8c17 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-12-04T06:37:47.829Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.829Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria 2022-12-04T06:37:47.829Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:37:47.830Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.830Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria 2022-12-04T06:37:47.830Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:37:47.831Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.831Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria 2022-12-04T06:37:47.831Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-04T06:37:47.831Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-04T06:37:47.831Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:47.833Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-04T06:37:47.833Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-04T06:37:47.833Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f6b181bf-b778-4abf-9e4f-2ade00121d5e 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-12-04T06:37:47.841Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.841Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria 2022-12-04T06:37:47.841Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:37:47.842Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.842Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria 2022-12-04T06:37:47.842Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-04T06:37:47.843Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-04T06:37:47.843Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-04T06:37:47.843Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:47.843Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-04T06:37:47.845Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-04T06:37:47.845Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=446e3034-c004-4c04-946e-848a9c42f8b6 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-12-04T06:37:47.850Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.851Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria 2022-12-04T06:37:47.851Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:37:47.855Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.856Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria 2022-12-04T06:37:47.856Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-04T06:37:47.856Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-04T06:37:47.856Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-04T06:37:47.856Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:47.857Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-04T06:37:47.857Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-04T06:37:47.857Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-04T06:37:47.857Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-04T06:37:47.858Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-04T06:37:47.858Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-04T06:37:47.858Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-04T06:37:47.859Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-04T06:37:47.859Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=717ae667-809b-4518-9ce5-a229cee1b641 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-12-04T06:37:47.862Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.862Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria 2022-12-04T06:37:47.863Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:37:47.863Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.863Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria 2022-12-04T06:37:47.864Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=1acec999-de6a-4927-a0e8-69f1b7fa0113 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-12-04T06:37:47.866Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.866Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:47.867Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8e11a14b-e45d-4949-8b2f-e78bfae76d96: vFW 1e28a863-015c 2022-12-04T06:37:47.867Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.867Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:47.867Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.868Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:47.868Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.868Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:47.869Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.869Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:47.869Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:37:47.869Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:37:47.870Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-12-04 06-35-38 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-12-04T06:37:48.151Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1e28a863-015c b153817d-c9b0-449c-b697-e609f8d034f5 1 ASDC deployResourceStructure 2022-12-04T06:37:48.152Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json ASDC sendASDCNotification 2022-12-04T06:37:48.152Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json 2022-12-04T06:37:48.152Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:37:48.153Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:48.155Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:48.155Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135868152, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:37:48.256Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:48.257Z||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-12-04T06:37:48.257Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:48.279Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:48.279Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:49.156Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-04T06:37:49.156Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml 2022-12-04T06:37:49.157Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:37:49.157Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:49.160Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:49.160Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135869156, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-04T06:37:49.260Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:49.261Z||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-12-04T06:37:49.261Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:49.274Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:49.274Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:50.162Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-04T06:37:50.162Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env 2022-12-04T06:37:50.163Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:37:50.163Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:50.165Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:50.166Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135870161, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-04T06:37:50.266Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:50.267Z||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-12-04T06:37:50.267Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:50.279Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:50.280Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:51.167Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar ASDC sendASDCNotification 2022-12-04T06:37:51.168Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar 2022-12-04T06:37:51.168Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:37:51.168Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:37:51.171Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:37:51.171Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135871167, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:37:51.271Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:37:51.272Z||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-12-04T06:37:51.272Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:37:51.284Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:37:51.285Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:37:52.173Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 026e57f4-2070-4f4a-a99e-b774bf0c2457 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:37:52.196Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 026e57f4-2070-4f4a-a99e-b774bf0c2457 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:37:52.201Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:37:52.202Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:37:52.203Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||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-12-04T06:37:52.209Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-04T06:38:22.210Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 026e57f4-2070-4f4a-a99e-b774bf0c2457 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-12-04T06:38:22.227Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 026e57f4-2070-4f4a-a99e-b774bf0c2457 and serviceModelVersionId: 8e11a14b-e45d-4949-8b2f-e78bfae76d96 2022-12-04T06:38:22.227Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 77dec576-7e67-4df1-87bd-c9292c61c005 2022-12-04T06:38:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:38:30.642Z||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-12-04T06:38:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:30.786Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:30.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:38:30.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:38:30.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:38:40.219Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?depth=0 2022-12-04T06:38:40.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-12-04T06:38:40.977Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?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-12-04T06:38:40.984Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?depth=0|INFO|500||Invoke 2022-12-04T06:38:41.116Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-04T06:38:41.364Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?depth=0|INFO|500||InvokeReturn 2022-12-04T06:38:41.365Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 06:38:40 GMT], content-length=[0], vertex-id=[212992], x-aai-txid=[1-aai-resources-221204-06:38:40:317-3937], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-04T06:38:41.372Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-12-04T06:38:41.376Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-04T06:38:41.376Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||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-12-04T06:38:41.386Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||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-12-04T06:38:41.387Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 026e57f4-2070-4f4a-a99e-b774bf0c2457 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-04T06:38:41.388Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-04T06:38:41.389Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:41.391Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:41.391Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135921387, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:38:41.491Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:41.493Z||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-12-04T06:38:41.493Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:41.511Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:41.512Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-04T06:38:42.408Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:38:42.409Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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-12-04T06:38:42.409Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:43.041Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:43.042Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T06:38:43.042Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5e25d8d-3cfa-4a2d-96a9-799744920b5b","serviceName":"basic_onboard_heUDxl","serviceVersion":"1.0","serviceUUID":"2ce583cb-c94e-498c-a37c-438f74194d73","serviceDescription":"service","serviceInvariantUUID":"13d7a78b-b9f4-43b4-908f-4393d07c85c0","resources":[{"resourceInstanceName":"basic_onboard_heUDxl 0","resourceName":"basic_onboard_heUDxl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"103a9123-39fc-44a0-ae31-ff686c9b3e61","resourceInvariantUUID":"99379f14-882e-418c-b767-5508e00e095c","resourceCustomizationUUID":"577cf44a-16cd-4c64-aac1-6ad3575189fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml","artifactChecksum":"Mzk1MzgxMjE4MDA2ZTdiZTdjOTdhOTVmYzVkM2YwYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98874dad-0804-496a-85da-4497fa94fb05","artifactVersion":"1"},{"artifactName":"basic_onboard_heudxl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json","artifactChecksum":"NjU2N2U3NjZhM2RlOTgyNmQ0ZjQ2MTMxNGMyZTg4YzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"088b6e7e-c760-4feb-abe9-bf14869ef2df","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24af78bd-a0ca-48fe-a109-1c1caedd14e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"464e1201-55a4-4f87-ae1e-d8470e302cd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7bef52aa-521e-4ae6-8db4-a516e1c6088d","artifactVersion":"2","generatedFromUUID":"24af78bd-a0ca-48fe-a109-1c1caedd14e9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHeudxl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml","artifactChecksum":"MWEwZGJjMzYyMjU1ZDBmNjA3MTEwNzVlN2QwYTAzOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"373afc15-a5eb-4464-9a6f-1e0620d4f2ed","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHeudxl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar","artifactChecksum":"OWQwOWE5MTBiYzIzYmEwNTQ2MWY1YjVkYTMxMGMyNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c308679e-8656-4b8f-9179-df276a1d6585","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-04T06:38:43.044Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:38:43.045Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:43.046Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:43.047Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:38:43.147Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:43.148Z||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-12-04T06:38:43.149Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:43.182Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:43.183Z||pool-19-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:44.047Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:38:44.049Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:44.052Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:44.052Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:38:44.152Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:44.153Z||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-12-04T06:38:44.154Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:44.178Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:44.179Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:45.053Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:38:45.053Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:45.056Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:45.056Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-04T06:38:45.156Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:45.157Z||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-12-04T06:38:45.158Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:45.172Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:45.173Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:46.057Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:38:46.057Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:46.060Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:46.060Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:38:46.160Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:46.162Z||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-12-04T06:38:46.162Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:46.183Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:46.184Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:47.061Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:38:47.061Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:47.064Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:47.064Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-04T06:38:47.164Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:47.165Z||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-12-04T06:38:47.166Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:47.178Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:47.179Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:48.064Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:38:48.065Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:48.068Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:48.068Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:38:48.169Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:48.170Z||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-12-04T06:38:48.171Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:48.186Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:48.188Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:49.069Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:38:49.070Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:49.072Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:49.072Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:38:49.172Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:49.173Z||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-12-04T06:38:49.173Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:49.186Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:49.186Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:50.074Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "serviceName": "basic_onboard_heUDxl", "serviceVersion": "1.0", "serviceUUID": "2ce583cb-c94e-498c-a37c-438f74194d73", "serviceDescription": "service", "serviceInvariantUUID": "13d7a78b-b9f4-43b4-908f-4393d07c85c0", "resources": [ { "resourceInstanceName": "basic_onboard_heUDxl 0", "resourceCustomizationUUID": "577cf44a-16cd-4c64-aac1-6ad3575189fd", "resourceName": "basic_onboard_heUDxl", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "103a9123-39fc-44a0-ae31-ff686c9b3e61", "resourceInvariantUUID": "99379f14-882e-418c-b767-5508e00e095c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_heudxl0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "artifactChecksum": "NjU2N2U3NjZhM2RlOTgyNmQ0ZjQ2MTMxNGMyZTg4YzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "088b6e7e-c760-4feb-abe9-bf14869ef2df", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "24af78bd-a0ca-48fe-a109-1c1caedd14e9", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7bef52aa-521e-4ae6-8db4-a516e1c6088d", "generatedFromUUID": "24af78bd-a0ca-48fe-a109-1c1caedd14e9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7bef52aa-521e-4ae6-8db4-a516e1c6088d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHeudxl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "artifactChecksum": "OWQwOWE5MTBiYzIzYmEwNTQ2MWY1YjVkYTMxMGMyNGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c308679e-8656-4b8f-9179-df276a1d6585" } ], "workloadContext": "Production" } 2022-12-04T06:38:50.074Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-04T06:38:50.074Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ce583cb-c94e-498c-a37c-438f74194d73 ASDC 2022-12-04T06:38:50.075Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f5e25d8d-3cfa-4a2d-96a9-799744920b5b ServiceName:basic_onboard_heUDxl ServiceVersion:1.0 ServiceUUID:2ce583cb-c94e-498c-a37c-438f74194d73 ServiceInvariantUUID:13d7a78b-b9f4-43b4-908f-4393d07c85c0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHeudxl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar ArtifactUUID:c308679e-8656-4b8f-9179-df276a1d6585 ArtifactChecksum:OWQwOWE5MTBiYzIzYmEwNTQ2MWY1YjVkYTMxMGMyNGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_heUDxl 0 ResourceCustomizationUUID:577cf44a-16cd-4c64-aac1-6ad3575189fd ResourceInvariantUUID:99379f14-882e-418c-b767-5508e00e095c ResourceName:basic_onboard_heUDxl ResourceType:VF ResourceUUID:103a9123-39fc-44a0-ae31-ff686c9b3e61 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_heudxl0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json ArtifactUUID:088b6e7e-c760-4feb-abe9-bf14869ef2df ArtifactChecksum:NjU2N2U3NjZhM2RlOTgyNmQ0ZjQ2MTMxNGMyZTg4YzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml ArtifactUUID:24af78bd-a0ca-48fe-a109-1c1caedd14e9 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env ArtifactUUID:7bef52aa-521e-4ae6-8db4-a516e1c6088d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env ArtifactUUID:7bef52aa-521e-4ae6-8db4-a516e1c6088d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-04T06:38:50.075Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ce583cb-c94e-498c-a37c-438f74194d73 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-12-04T06:38:50.122Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:38:50.123Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-04T06:38:50.123Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-04T06:38:50.123Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c308679e-8656-4b8f-9179-df276a1d6585 from URL: /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:50.123Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-04T06:38:50.124Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:50.191Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-04T06:38:50.195Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar c308679e-8656-4b8f-9179-df276a1d6585 75678 2022-12-04T06:38:50.195Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar ASDC sendASDCNotification 2022-12-04T06:38:50.195Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:50.196Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:38:50.196Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:50.198Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:50.198Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135930195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:38:50.299Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:50.301Z||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-12-04T06:38:50.301Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:50.318Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:50.318Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:51.200Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:38:51.201Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-04T06:38:51.201Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c308679e-8656-4b8f-9179-df276a1d6585, URL: /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar to file: /app/ASDC/1/service-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:51.202Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:51.202Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:51.202Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:51.432Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4634780819325854446/Definitions/service-BasicOnboardHeudxl-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-12-04T06:38:52.705Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-04T06:38:52.705Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-04T06:38:52.705Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:52.705Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-04T06:38:52.705Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||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-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_heUDxl 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-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||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-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||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-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||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-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.707Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:52.707Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria 2022-12-04T06:38:52.707Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-04T06:38:52.707Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:38:52.707Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria 2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is not matching search criteria 2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria 2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:38:52.711Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.711Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria 2022-12-04T06:38:52.711Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:38:52.711Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.711Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria 2022-12-04T06:38:52.712Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:38:52.712Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.712Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is not matching search criteria 2022-12-04T06:38:52.712Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-04T06:38:52.713Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-04T06:38:52.713Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=866baf54-a6a5-4532-8033-5654662e5432 2022-12-04T06:38:52.713Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.713Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:52.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:52.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:52.715Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:52.715Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:52.715Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_heUDxl Description:service Model UUID:2ce583cb-c94e-498c-a37c-438f74194d73 Model Version:NULL Model InvariantUuid:13d7a78b-b9f4-43b4-908f-4393d07c85c0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_heUDxl Model UUID:79844985-42e2-4048-9fc3-8b079f1e9fa2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:99379f14-882e-418c-b767-5508e00e095c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:577cf44a-16cd-4c64-aac1-6ad3575189fd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:df8a6c1f-79a3-4f83-95a0-2aff4cdaa5b6 ModelName:BasicOnboardHeudxl..base_ubuntu18..module-0 ModelUuid:a1a1fcf9-c97e-43e4-81b1-93381d6aa25c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:866baf54-a6a5-4532-8033-5654662e5432 ModelInvariantUuid:2c422d6b-eb9f-4769-a22d-50590e5e384d ModelName:basic_onboard_heUDxl-nodes.ubuntu18Cvfc ModelUuid:1bc94e99-af2c-4146-82d4-26e58a73fe5e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ffc1f913-7747-4c8e-baf5-06ac12a59e84 ModelInvariantUuid:65781524-73e8-4e14-9733-72192f0b220c ModelName:BasicOnboardHeudxl.compute.nodes.heat.ubuntu18 ModelUuid:94023c18-d1b4-4f8f-b8de-0d33f8049ff4 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-12-04T06:38:52.721Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 103a9123-39fc-44a0-ae31-ff686c9b3e61 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-12-04T06:38:52.724Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||basic_onboard_heUDxl 0 2022-12-04T06:38:52.724Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 103a9123-39fc-44a0-ae31-ff686c9b3e61 2022-12-04T06:38:52.724Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 088b6e7e-c760-4feb-abe9-bf14869ef2df from URL: /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json 2022-12-04T06:38:52.724Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-04T06:38:52.725Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json 2022-12-04T06:38:52.785Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-04T06:38:52.786Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json 088b6e7e-c760-4feb-abe9-bf14869ef2df 798 2022-12-04T06:38:52.786Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json ASDC sendASDCNotification 2022-12-04T06:38:52.786Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json 2022-12-04T06:38:52.786Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:38:52.787Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:52.789Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:52.789Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135932786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:38:52.889Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:52.890Z||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-12-04T06:38:52.890Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:52.902Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:52.902Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:53.790Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHeudxl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "df8a6c1f-79a3-4f83-95a0-2aff4cdaa5b6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a1a1fcf9-c97e-43e4-81b1-93381d6aa25c", "vfModuleModelCustomizationUUID": "afa9fd3c-a9e5-4622-afdc-539e73557894", "isBase": true, "artifacts": [ "24af78bd-a0ca-48fe-a109-1c1caedd14e9", "7bef52aa-521e-4ae6-8db4-a516e1c6088d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-04T06:38:53.794Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHeudxl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a1a1fcf9-c97e-43e4-81b1-93381d6aa25c VfModuleModelInvariantUUID:df8a6c1f-79a3-4f83-95a0-2aff4cdaa5b6 VfModuleModelDescription:NULL Artifacts UUID List:{ 24af78bd-a0ca-48fe-a109-1c1caedd14e9 , 7bef52aa-521e-4ae6-8db4-a516e1c6088d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-04T06:38:53.796Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHeudxl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "df8a6c1f-79a3-4f83-95a0-2aff4cdaa5b6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a1a1fcf9-c97e-43e4-81b1-93381d6aa25c", "vfModuleModelCustomizationUUID": "afa9fd3c-a9e5-4622-afdc-539e73557894", "isBase": true, "artifacts": [ "24af78bd-a0ca-48fe-a109-1c1caedd14e9", "7bef52aa-521e-4ae6-8db4-a516e1c6088d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-04T06:38:53.796Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHeudxl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a1a1fcf9-c97e-43e4-81b1-93381d6aa25c VfModuleModelInvariantUUID:df8a6c1f-79a3-4f83-95a0-2aff4cdaa5b6 VfModuleModelDescription:NULL Artifacts UUID List:{ 24af78bd-a0ca-48fe-a109-1c1caedd14e9 , 7bef52aa-521e-4ae6-8db4-a516e1c6088d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-04T06:38:53.796Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 24af78bd-a0ca-48fe-a109-1c1caedd14e9 from URL: /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml 2022-12-04T06:38:53.796Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-04T06:38:53.796Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml 2022-12-04T06:38:53.846Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-04T06:38:53.847Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml 24af78bd-a0ca-48fe-a109-1c1caedd14e9 5033 2022-12-04T06:38:53.847Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-04T06:38:53.847Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml 2022-12-04T06:38:53.847Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:38:53.847Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:53.850Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:53.850Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135933847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:38:53.950Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:53.952Z||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-12-04T06:38:53.952Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:53.968Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:53.969Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:38:54.851Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7bef52aa-521e-4ae6-8db4-a516e1c6088d from URL: /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env 2022-12-04T06:38:54.851Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-04T06:38:54.852Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env 2022-12-04T06:38:54.922Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-04T06:38:54.923Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env 7bef52aa-521e-4ae6-8db4-a516e1c6088d 909 2022-12-04T06:38:54.923Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-04T06:38:54.923Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env 2022-12-04T06:38:54.923Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:38:54.923Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:54.925Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:54.926Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135934923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:38:55.026Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:55.027Z||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-12-04T06:38:55.027Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:55.039Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:55.040Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:55.926Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2ce583cb-c94e-498c-a37c-438f74194d73 2022-12-04T06:38:55.927Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_heUDxl 0 103a9123-39fc-44a0-ae31-ff686c9b3e61 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-12-04T06:38:55.944Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7911c0fb, org.onap.sdc.toscaparser.api.parameters.Input@591b0ae7, org.onap.sdc.toscaparser.api.parameters.Input@4d1ab4ac, org.onap.sdc.toscaparser.api.parameters.Input@a0808b6, org.onap.sdc.toscaparser.api.parameters.Input@7d690714] 2022-12-04T06:38:55.946Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.946Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:55.946Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-12-04T06:38:55.947Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 577cf44a-16cd-4c64-aac1-6ad3575189fd 2022-12-04T06:38:55.947Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 577cf44a-16cd-4c64-aac1-6ad3575189fd matches Tosca VF Customization UUID: 577cf44a-16cd-4c64-aac1-6ad3575189fd 2022-12-04T06:38:55.947Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 577cf44a-16cd-4c64-aac1-6ad3575189fd 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-12-04T06:38:55.950Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.950Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:55.952Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 577cf44a-16cd-4c64-aac1-6ad3575189fd: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-04T06:38:55.952Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e04eb0e 2022-12-04T06:38:55.952Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.953Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-04T06:38:55.953Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : afa9fd3c-a9e5-4622-afdc-539e73557894 2022-12-04T06:38:55.953Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID afa9fd3c-a9e5-4622-afdc-539e73557894 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-12-04T06:38:55.957Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.957Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria 2022-12-04T06:38:55.958Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:38:55.958Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.958Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria 2022-12-04T06:38:55.959Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:38:55.959Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.960Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is not matching search criteria 2022-12-04T06:38:55.960Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-04T06:38:55.960Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-04T06:38:55.961Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=866baf54-a6a5-4532-8033-5654662e5432 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-12-04T06:38:55.964Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.965Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria 2022-12-04T06:38:55.965Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:38:55.966Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.967Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria 2022-12-04T06:38:55.967Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=577cf44a-16cd-4c64-aac1-6ad3575189fd 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-12-04T06:38:55.970Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.970Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:55.971Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2ce583cb-c94e-498c-a37c-438f74194d73: basic_onboard_heUDxl 2022-12-04T06:38:55.971Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.972Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:55.972Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.973Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:55.973Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.973Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:55.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:55.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:38:55.975Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:38:55.975Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_heUDxl 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-12-04T06:38:56.076Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_heUDxl 103a9123-39fc-44a0-ae31-ff686c9b3e61 1 ASDC deployResourceStructure 2022-12-04T06:38:56.077Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json ASDC sendASDCNotification 2022-12-04T06:38:56.077Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json 2022-12-04T06:38:56.077Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:38:56.078Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:56.080Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:56.081Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135936077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:38:56.180Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:38:56.181Z||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-12-04T06:38:56.181Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:56.198Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:56.199Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:57.082Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-04T06:38:57.082Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml 2022-12-04T06:38:57.082Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:38:57.083Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:57.085Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:57.086Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135937081, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-04T06:38:57.186Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:38:57.187Z||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-12-04T06:38:57.187Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:57.215Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:57.215Z||pool-31-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:58.087Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-04T06:38:58.087Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env 2022-12-04T06:38:58.087Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:38:58.088Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:58.090Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:58.090Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135938087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-04T06:38:58.190Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-04T06:38:58.192Z||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-12-04T06:38:58.192Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:58.213Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:58.214Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:38:59.094Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar ASDC sendASDCNotification 2022-12-04T06:38:59.094Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar 2022-12-04T06:38:59.094Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:38:59.095Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:38:59.097Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:38:59.097Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135939094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:38:59.197Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:38:59.198Z||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-12-04T06:38:59.198Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:38:59.217Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:38:59.218Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:39:00.098Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:39:00.110Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:39:00.112Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:39:00.113Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T06:39:00.113Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T06:39:30.113Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:39:30.127Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:39:30.129Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:39:30.129Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T06:39:30.130Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T06:39:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:39:30.642Z||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-12-04T06:39:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:39:30.696Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:39:30.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:39:30.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-04T06:39:30.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-04T06:39:30.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135850636, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:39:30.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135858743, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:39:30.707Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135846947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135856571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135846947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:39:30.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135856571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135864581, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:39:30.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135846947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-04T06:39:30.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135856571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135846947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135865686, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:39:30.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135856571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135846947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-04T06:39:30.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135866748, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:39:30.712Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135856571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135846947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "cds", "timestamp": 1670135866295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135868152, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:39:30.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135856571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135846947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:39:30.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "cds", "timestamp": 1670135866295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "aai-model-loader", "timestamp": 1670135867587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135869156, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-04T06:39:30.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "ves-openapi-manager", "timestamp": 1670135867933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135856571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:39:30.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "cds", "timestamp": 1670135866295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "aai-model-loader", "timestamp": 1670135867587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135868417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:39:30.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135870161, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-04T06:39:30.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "ves-openapi-manager", "timestamp": 1670135867933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135869117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:39:30.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "cds", "timestamp": 1670135866295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "aai-model-loader", "timestamp": 1670135867587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135869478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:39:30.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135871167, "artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:39:30.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "ves-openapi-manager", "timestamp": 1670135867933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "cds", "timestamp": 1670135866295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "aai-model-loader", "timestamp": 1670135867587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135870559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:39:30.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "ves-openapi-manager", "timestamp": 1670135867933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "cds", "timestamp": 1670135866295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "aai-model-loader", "timestamp": 1670135867587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135871424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:39:30.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135871582, "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-12-04T06:39:30.737Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5e25d8d-3cfa-4a2d-96a9-799744920b5b 2022-12-04T06:39:30.738Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e25d8d-3cfa-4a2d-96a9-799744920b5b 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-12-04T06:39:30.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "ves-openapi-manager", "timestamp": 1670135867933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "cds", "timestamp": 1670135866295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:39:30.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "aai-model-loader", "timestamp": 1670135867587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670135872428, "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-12-04T06:39:30.760Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5e25d8d-3cfa-4a2d-96a9-799744920b5b 2022-12-04T06:39:30.760Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e25d8d-3cfa-4a2d-96a9-799744920b5b 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-12-04T06:39:30.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "multicloud-k8s", "timestamp": 1670135872585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:39:30.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "ves-openapi-manager", "timestamp": 1670135867933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "aai-model-loader", "timestamp": 1670135867587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:39:30.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "cds", "timestamp": 1670135874074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:39:30.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "ves-openapi-manager", "timestamp": 1670135867933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:39:30.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:39:30.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "cds", "timestamp": 1670135875110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-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-12-04T06:39:30.783Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5e25d8d-3cfa-4a2d-96a9-799744920b5b 2022-12-04T06:39:30.783Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e25d8d-3cfa-4a2d-96a9-799744920b5b 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-12-04T06:39:30.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "aai-model-loader", "timestamp": 1670135874706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:39:30.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "aai-model-loader", "timestamp": 1670135883949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:39:30.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:39:30.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:39:30.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "aai-model-loader", "timestamp": 1670135884952, "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-12-04T06:39:30.800Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5e25d8d-3cfa-4a2d-96a9-799744920b5b 2022-12-04T06:39:30.800Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e25d8d-3cfa-4a2d-96a9-799744920b5b 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-12-04T06:40:00.130Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:40:00.154Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:40:00.158Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:40:00.158Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-04T06:40:00.158Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-04T06:40:00.158Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-04T06:40:00.158Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:40:00.159Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:40:00.159Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:40:00.159Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:40:00.159Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:40:00.160Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||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-12-04T06:40:00.166Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-04T06:40:30.166Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b 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-12-04T06:40:30.175Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b and serviceModelVersionId: 2ce583cb-c94e-498c-a37c-438f74194d73 2022-12-04T06:40:30.175Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13d7a78b-b9f4-43b4-908f-4393d07c85c0 2022-12-04T06:40:30.177Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?depth=0 2022-12-04T06:40:30.185Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-12-04T06:40:30.240Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?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-12-04T06:40:30.242Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?depth=0|INFO|500||Invoke 2022-12-04T06:40:30.271Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-04T06:40:30.391Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?depth=0|INFO|500||InvokeReturn 2022-12-04T06:40:30.392Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 06:40:29 GMT], content-length=[0], vertex-id=[217088], x-aai-txid=[0-aai-resources-221204-06:40:29:469-27041], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-04T06:40:30.392Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-12-04T06:40:30.393Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-04T06:40:30.394Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||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-12-04T06:40:30.399Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||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-12-04T06:40:30.399Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5e25d8d-3cfa-4a2d-96a9-799744920b5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-04T06:40:30.399Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-04T06:40:30.400Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:40:30.403Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:40:30.403Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136030399, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:40:30.503Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:40:30.504Z||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-12-04T06:40:30.504Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:40:30.519Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:40:30.519Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:40:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:40:30.642Z||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-12-04T06:40:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:40:30.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:40:30.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135921387, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:40:30.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:40:30.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:40:30.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:40:30.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:40:30.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:40:30.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-04T06:40:30.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:40:30.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:40:30.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:40:30.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-04T06:40:30.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:40:30.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:40:30.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:40:30.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135922408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:40:30.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T06:40:30.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135930195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:40:30.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:40:30.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135932786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:40:30.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:40:30.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135933847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:40:30.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:40:30.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135934923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:40:30.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:40:30.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135936077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:40:30.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:40:30.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135937081, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-04T06:40:30.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:40:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135938087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-04T06:40:30.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:40:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T06:40:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670135939094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:40:30.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-04T06:40:31.418Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:40:31.419Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T06:40:31.419Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:40:40.973Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:40:40.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:40:40.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T06:40:40.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:40:50.527Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:41:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:41:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T06:41:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:41:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:41:30.641Z||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-12-04T06:41:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:41:31.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:41:31.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-04T06:41:31.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136030399, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:41:31.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:41:40.220Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:42:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:42:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T06:42:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:42:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:42:30.641Z||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-12-04T06:42:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:42:40.211Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:42:40.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:43:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:43:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T06:43:30.638Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:43:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:43:30.643Z||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-12-04T06:43:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:43:40.203Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:43:40.205Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:44:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:44:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T06:44:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:44:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:44:30.641Z||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-12-04T06:44:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:44:40.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:44:40.228Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:45:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:45:30.639Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T06:45:30.639Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:45:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:45:30.641Z||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-12-04T06:45:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:45:40.233Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:45:40.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:46:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:46:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T06:46:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:46:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:46:30.642Z||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-12-04T06:46:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:46:40.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:46:40.224Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:47:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:47:30.637Z||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-12-04T06:47:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:47:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:47:30.641Z||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-12-04T06:47:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:47:40.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:47:40.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:48:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:48:30.637Z||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-12-04T06:48:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:48:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:48:30.641Z||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-12-04T06:48:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:48:40.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:48:40.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:49:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:49:30.637Z||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-12-04T06:49:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:49:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:49:30.642Z||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-12-04T06:49:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:49:40.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:49:40.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:50:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:50:30.637Z||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-12-04T06:50:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:50:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:50:30.641Z||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-12-04T06:50:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:50:40.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:50:40.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:51:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:51:30.637Z||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-12-04T06:51:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:51:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:51:30.642Z||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-12-04T06:51:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:51:40.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:51:40.209Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:52:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:52:30.637Z||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-12-04T06:52:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:52:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:52:30.642Z||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-12-04T06:52:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:52:31.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:52:31.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "multicloud-k8s", "timestamp": 1670136683623, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136696572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "multicloud-k8s", "timestamp": 1670136683623, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:52:31.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136696572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:52:31.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136704301, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:52:31.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:52:31.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136706170, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:52:31.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:52:31.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "cds", "timestamp": 1670136706295, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "cds", "timestamp": 1670136706295, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:52:31.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136707175, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:52:31.062Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56b89a8c-509d-438d-b1f5-d012f1625330 2022-12-04T06:52:31.062Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56b89a8c-509d-438d-b1f5-d012f1625330 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-12-04T06:52:31.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "aai-model-loader", "timestamp": 1670136707587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "ves-openapi-manager", "timestamp": 1670136707933, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "aai-model-loader", "timestamp": 1670136707587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:52:31.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "cds", "timestamp": 1670136709078, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:52:31.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:52:31.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "ves-openapi-manager", "timestamp": 1670136707933, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "cds", "timestamp": 1670136710087, "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-12-04T06:52:31.089Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56b89a8c-509d-438d-b1f5-d012f1625330 2022-12-04T06:52:31.090Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56b89a8c-509d-438d-b1f5-d012f1625330 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-12-04T06:52:31.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "aai-model-loader", "timestamp": 1670136709838, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:52:31.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:52:31.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "aai-model-loader", "timestamp": 1670136715107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:52:31.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:52:31.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "aai-model-loader", "timestamp": 1670136716109, "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-12-04T06:52:31.113Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56b89a8c-509d-438d-b1f5-d012f1625330 2022-12-04T06:52:31.114Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56b89a8c-509d-438d-b1f5-d012f1625330 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-12-04T06:52:31.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136733492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136737587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "cds", "timestamp": 1670136736311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136733492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-04T06:52:31.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136737587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "cds", "timestamp": 1670136736311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136733492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-04T06:52:31.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136737587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "cds", "timestamp": 1670136736311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136733492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:52:31.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136737587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "cds", "timestamp": 1670136736311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136733492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-04T06:52:31.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136737587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "cds", "timestamp": 1670136736311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136733492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136737587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "cds", "timestamp": 1670136736311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136733492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-04T06:52:31.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136737587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "cds", "timestamp": 1670136736311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136733492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136737587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "cds", "timestamp": 1670136736311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136733492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:52:31.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136737587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:52:31.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "cds", "timestamp": 1670136736311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:52:31.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136746323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:52:31.153Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:52:31.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136746837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:52:31.154Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:52:31.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "cds", "timestamp": 1670136747706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:52:31.154Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:52:31.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136747401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-04T06:52:31.155Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:52:31.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "ves-openapi-manager", "timestamp": 1670136747933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "cds", "timestamp": 1670136748737, "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-12-04T06:52:31.175Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8bddc255-2e30-46af-bc99-cc3b3344d713 2022-12-04T06:52:31.176Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bddc255-2e30-46af-bc99-cc3b3344d713 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-12-04T06:52:31.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136748458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:52:31.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:52:31.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "ves-openapi-manager", "timestamp": 1670136747933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:52:31.294Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:52:31.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T06:52:31.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"56b89a8c-509d-438d-b1f5-d012f1625330","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"da18c985-29b4-4e65-93a9-0330e514cdd9","serviceDescription":"service","serviceInvariantUUID":"f512c9fa-2467-422d-ac28-36affc63d075","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2fd61564-1620-4b1b-b248-317cf73f4358","resourceInvariantUUID":"9081f24b-4351-4442-95b2-cc259da29cf6","resourceCustomizationUUID":"075e418e-4b2c-435d-b95f-db75324c5423","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":"MTk2ZmMxZjcyMGMwNDliZTVmMjU1NmY2ZjVlYTcxYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf7a5090-4dd5-47ab-9fcc-8b2ea4bc3eeb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTNkYTc4Njc1NWFiMmMxMTljMWI1NDJiOWU0NzI2Yjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cec12e36-2191-47b1-b4f7-83ff34c054ca","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-04T06:52:31.302Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:52:31.302Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:52:31.305Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:52:31.305Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:52:31.405Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:52:31.407Z||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-12-04T06:52:31.407Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:52:31.420Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:52:31.420Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:52:32.306Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:52:32.307Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:52:32.309Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:52:32.309Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:52:32.410Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:52:32.411Z||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-12-04T06:52:32.412Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:52:32.428Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:52:32.429Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:52:33.311Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "da18c985-29b4-4e65-93a9-0330e514cdd9", "serviceDescription": "service", "serviceInvariantUUID": "f512c9fa-2467-422d-ac28-36affc63d075", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "075e418e-4b2c-435d-b95f-db75324c5423", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "2fd61564-1620-4b1b-b248-317cf73f4358", "resourceInvariantUUID": "9081f24b-4351-4442-95b2-cc259da29cf6", "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": "MTNkYTc4Njc1NWFiMmMxMTljMWI1NDJiOWU0NzI2Yjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cec12e36-2191-47b1-b4f7-83ff34c054ca" } ], "workloadContext": "Production" } 2022-12-04T06:52:33.311Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-04T06:52:33.311Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da18c985-29b4-4e65-93a9-0330e514cdd9 ASDC 2022-12-04T06:52:33.312Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:56b89a8c-509d-438d-b1f5-d012f1625330 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:da18c985-29b4-4e65-93a9-0330e514cdd9 ServiceInvariantUUID:f512c9fa-2467-422d-ac28-36affc63d075 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:cec12e36-2191-47b1-b4f7-83ff34c054ca ArtifactChecksum:MTNkYTc4Njc1NWFiMmMxMTljMWI1NDJiOWU0NzI2Yjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:075e418e-4b2c-435d-b95f-db75324c5423 ResourceInvariantUUID:9081f24b-4351-4442-95b2-cc259da29cf6 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:2fd61564-1620-4b1b-b248-317cf73f4358 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-12-04T06:52:33.313Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da18c985-29b4-4e65-93a9-0330e514cdd9 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-12-04T06:52:33.339Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:52:33.340Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:52:33.340Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:52:33.340Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cec12e36-2191-47b1-b4f7-83ff34c054ca from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-04T06:52:33.340Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:52:33.341Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-04T06:52:33.423Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:52:33.428Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cec12e36-2191-47b1-b4f7-83ff34c054ca 57789 2022-12-04T06:52:33.428Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-04T06:52:33.428Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-04T06:52:33.428Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:52:33.429Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:52:33.430Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:52:33.431Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136753428, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:52:33.531Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:52:33.532Z||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-12-04T06:52:33.533Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:52:33.555Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:52:33.557Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:52:34.432Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:52:34.433Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:52:34.434Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cec12e36-2191-47b1-b4f7-83ff34c054ca, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:34.434Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-12-04T06:52:34.435Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:34.435Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:34.590Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18383341905942557402/Definitions/service-BasicNetwork-template.yml 2022-12-04T06:52:35.246Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-04T06:52:35.247Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T06:52:35.247Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:35.247Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:35.249Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:35.249Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-04T06:52:35.249Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T06:52:35.249Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.249Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.250Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-04T06:52:35.250Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T06:52:35.250Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:52:35.250Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.250Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.251Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-04T06:52:35.251Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T06:52:35.251Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:52:35.251Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.251Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.252Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.252Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.252Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.253Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.253Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.253Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.253Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.253Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.254Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:da18c985-29b4-4e65-93a9-0330e514cdd9 Model Version:NULL Model InvariantUuid:f512c9fa-2467-422d-ac28-36affc63d075 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:9081f24b-4351-4442-95b2-cc259da29cf6 Model UUID:34731c23-b452-4870-a2a8-cf650cfee07c Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:075e418e-4b2c-435d-b95f-db75324c5423 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-12-04T06:52:35.261Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 2fd61564-1620-4b1b-b248-317cf73f4358 2022-12-04T06:52:35.261Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||No resources found for Service: da18c985-29b4-4e65-93a9-0330e514cdd9 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-12-04T06:52:35.268Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500|| 2022-12-04T06:52:35.269Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-12-04T06:52:35.270Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||No resources found for Service: da18c985-29b4-4e65-93a9-0330e514cdd9 2022-12-04T06:52:35.270Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: da18c985-29b4-4e65-93a9-0330e514cdd9 2022-12-04T06:52:35.270Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-12-04T06:52:35.270Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-12-04T06:52:35.275Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6822a3be, org.onap.sdc.toscaparser.api.parameters.Input@7acb0303, org.onap.sdc.toscaparser.api.parameters.Input@6dee915b, org.onap.sdc.toscaparser.api.parameters.Input@6358325d, org.onap.sdc.toscaparser.api.parameters.Input@1e1a42db] 2022-12-04T06:52:35.280Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.281Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.281Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.281Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.281Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid da18c985-29b4-4e65-93a9-0330e514cdd9: Generic NeutronNet 2022-12-04T06:52:35.282Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.282Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.282Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.282Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-12-04T06:52:35.316Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.317Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.317Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.317Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.317Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:52:35.318Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:52:35.318Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||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-12-04T06:52:35.378Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-12-04T06:52:35.379Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-04T06:52:35.379Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-04T06:52:35.379Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:52:35.379Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:52:35.381Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:52:35.381Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136755378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:52:35.481Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:52:35.482Z||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-12-04T06:52:35.482Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:52:35.498Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:52:35.499Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:52:36.382Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56b89a8c-509d-438d-b1f5-d012f1625330 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:52:36.396Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56b89a8c-509d-438d-b1f5-d012f1625330 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:52:36.399Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:52:36.399Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-04T06:52:36.399Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-04T06:52:36.400Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-04T06:52:36.400Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:52:36.400Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:52:36.400Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:52:36.400Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:52:36.401Z|56b89a8c-509d-438d-b1f5-d012f1625330|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-12-04T06:52:36.407Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-04T06:53:06.408Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56b89a8c-509d-438d-b1f5-d012f1625330 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-12-04T06:53:06.419Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56b89a8c-509d-438d-b1f5-d012f1625330 and serviceModelVersionId: da18c985-29b4-4e65-93a9-0330e514cdd9 2022-12-04T06:53:06.419Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f512c9fa-2467-422d-ac28-36affc63d075 2022-12-04T06:53:06.421Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?depth=0 2022-12-04T06:53:06.427Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-04T06:53:06.479Z|56b89a8c-509d-438d-b1f5-d012f1625330|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/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?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-12-04T06:53:06.482Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?depth=0|INFO|500||Invoke 2022-12-04T06:53:06.506Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-04T06:53:06.608Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?depth=0|INFO|500||InvokeReturn 2022-12-04T06:53:06.609Z|56b89a8c-509d-438d-b1f5-d012f1625330|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/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 06:53:05 GMT], content-length=[0], vertex-id=[200856], x-aai-txid=[0-aai-resources-221204-06:53:05:702-69203], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-04T06:53:06.610Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-12-04T06:53:06.610Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-04T06:53:06.610Z|56b89a8c-509d-438d-b1f5-d012f1625330|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-12-04T06:53:06.616Z|56b89a8c-509d-438d-b1f5-d012f1625330|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-12-04T06:53:06.617Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56b89a8c-509d-438d-b1f5-d012f1625330 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-04T06:53:06.617Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-04T06:53:06.617Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:06.620Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:06.620Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136786617, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:53:06.720Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:06.722Z||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-12-04T06:53:06.722Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:06.737Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:06.738Z||pool-39-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-12-04T06:53:07.639Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T06:53:07.639Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8bddc255-2e30-46af-bc99-cc3b3344d713","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d8179386-3ae7-403f-96c4-7c700a0085d4","serviceDescription":"service","serviceInvariantUUID":"fe1ecd61-4247-428d-92a1-977d39283fcc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"665870c1-aae8-4cf3-8729-a27934f7462e","resourceInvariantUUID":"4c366393-862e-4a69-856e-43331e4e26c4","resourceCustomizationUUID":"b52aefc6-c7e7-4e38-a9d5-b14a59c9109c","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":"MzI5ZGIxOTYyZjEzNzZmOTNkZWI2NzU5YTgzODQ1Mzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78b76d6b-04f2-43df-a66a-d6694f72a1af","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":"2e08aca4-8390-48b7-aaf8-5dd853e2e444","artifactVersion":"2","generatedFromUUID":"0998600b-4dba-4832-a6e2-4f8fd37ced26"},{"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":"0998600b-4dba-4832-a6e2-4f8fd37ced26","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":"YTdkZWU4YmQwM2RkNzgxYWVmNGJmOThjODBlNGU2N2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"860a5203-4d12-4870-ad40-6db2339c1845","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":"e3d97cb9-8b5b-4914-a863-64b921656795","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":"867389ab-4731-416d-9edb-140b8a3df822","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":"839bbe4d-f5ea-4c29-aeee-3c4e48d37431","artifactVersion":"2","generatedFromUUID":"e3d97cb9-8b5b-4914-a863-64b921656795"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWM2MmI1YzJjYjcwOWNiMjY0Y2U5YTE4N2Y0ZTU4ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a685f9d8-0fe7-4c7f-a7ce-453890576c41","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzMwMDA5MTFiZTQzNmM4MzZmZTJlN2E1OGFiNjFmOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcae7088-4703-423b-abb0-7ac3f95c1b13","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-04T06:53:07.640Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:53:07.640Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:07.642Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:07.642Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:53:07.742Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:07.743Z||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-12-04T06:53:07.743Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:07.777Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:07.778Z||pool-40-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:08.643Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:53:08.646Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:08.648Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:08.648Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-04T06:53:08.749Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:53:08.751Z||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-12-04T06:53:08.751Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:08.763Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:08.764Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:09.649Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:53:09.650Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:09.653Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:09.653Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-04T06:53:09.753Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:09.754Z||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-12-04T06:53:09.754Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:09.766Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:09.766Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:10.654Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:53:10.655Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:10.657Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:10.657Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:53:10.757Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:10.758Z||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-12-04T06:53:10.758Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:10.768Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:10.769Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:11.658Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:53:11.659Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:11.661Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:11.662Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-04T06:53:11.762Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:11.763Z||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-12-04T06:53:11.763Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:11.783Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:11.784Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:12.662Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:53:12.663Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:12.665Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:12.665Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:53:12.765Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:12.766Z||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-12-04T06:53:12.766Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:12.800Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:12.801Z||pool-45-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:13.665Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:53:13.666Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:13.672Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:13.673Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-04T06:53:13.773Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:53:13.773Z||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-12-04T06:53:13.774Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:13.788Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:13.788Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:53:14.673Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:53:14.674Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:14.676Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:14.676Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:53:14.779Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-04T06:53:14.782Z||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-12-04T06:53:14.782Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:14.805Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:14.805Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:53:15.678Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:53:15.679Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:15.681Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:15.682Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:53:15.782Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:15.783Z||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-12-04T06:53:15.783Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:15.821Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:15.821Z||pool-48-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:16.683Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "d8179386-3ae7-403f-96c4-7c700a0085d4", "serviceDescription": "service", "serviceInvariantUUID": "fe1ecd61-4247-428d-92a1-977d39283fcc", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b52aefc6-c7e7-4e38-a9d5-b14a59c9109c", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "665870c1-aae8-4cf3-8729-a27934f7462e", "resourceInvariantUUID": "4c366393-862e-4a69-856e-43331e4e26c4", "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": "2e08aca4-8390-48b7-aaf8-5dd853e2e444", "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": "0998600b-4dba-4832-a6e2-4f8fd37ced26", "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": "YTdkZWU4YmQwM2RkNzgxYWVmNGJmOThjODBlNGU2N2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "860a5203-4d12-4870-ad40-6db2339c1845", "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": "e3d97cb9-8b5b-4914-a863-64b921656795", "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": "839bbe4d-f5ea-4c29-aeee-3c4e48d37431", "generatedFromUUID": "e3d97cb9-8b5b-4914-a863-64b921656795" }, "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": "839bbe4d-f5ea-4c29-aeee-3c4e48d37431", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YzMwMDA5MTFiZTQzNmM4MzZmZTJlN2E1OGFiNjFmOGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dcae7088-4703-423b-abb0-7ac3f95c1b13" } ], "workloadContext": "Production" } 2022-12-04T06:53:16.684Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-04T06:53:16.684Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d8179386-3ae7-403f-96c4-7c700a0085d4 ASDC 2022-12-04T06:53:16.685Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:8bddc255-2e30-46af-bc99-cc3b3344d713 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:d8179386-3ae7-403f-96c4-7c700a0085d4 ServiceInvariantUUID:fe1ecd61-4247-428d-92a1-977d39283fcc 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:dcae7088-4703-423b-abb0-7ac3f95c1b13 ArtifactChecksum:YzMwMDA5MTFiZTQzNmM4MzZmZTJlN2E1OGFiNjFmOGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b52aefc6-c7e7-4e38-a9d5-b14a59c9109c ResourceInvariantUUID:4c366393-862e-4a69-856e-43331e4e26c4 ResourceName:basic_cnf ResourceType:VF ResourceUUID:665870c1-aae8-4cf3-8729-a27934f7462e 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:2e08aca4-8390-48b7-aaf8-5dd853e2e444 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:0998600b-4dba-4832-a6e2-4f8fd37ced26 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:860a5203-4d12-4870-ad40-6db2339c1845 ArtifactChecksum:YTdkZWU4YmQwM2RkNzgxYWVmNGJmOThjODBlNGU2N2Y= 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:e3d97cb9-8b5b-4914-a863-64b921656795 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:839bbe4d-f5ea-4c29-aeee-3c4e48d37431 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:839bbe4d-f5ea-4c29-aeee-3c4e48d37431 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-04T06:53:16.685Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8179386-3ae7-403f-96c4-7c700a0085d4 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-12-04T06:53:16.731Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:53:16.732Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:53:16.732Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:53:16.733Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dcae7088-4703-423b-abb0-7ac3f95c1b13 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-04T06:53:16.733Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:53:16.733Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-04T06:53:16.816Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:53:16.822Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dcae7088-4703-423b-abb0-7ac3f95c1b13 73990 2022-12-04T06:53:16.823Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-04T06:53:16.823Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-04T06:53:16.824Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:53:16.824Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:16.827Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:16.827Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136796823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:53:16.928Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:16.929Z||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-12-04T06:53:16.929Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:16.949Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:16.950Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:53:17.828Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:53:17.830Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:53:17.830Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dcae7088-4703-423b-abb0-7ac3f95c1b13, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-04T06:53:17.831Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-12-04T06:53:17.832Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-04T06:53:17.832Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-04T06:53:18.099Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17330718280887230823/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-12-04T06:53:19.414Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||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-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:53:19.420Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.420Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-04T06:53:19.420Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:53:19.420Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.420Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-04T06:53:19.420Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-04T06:53:19.420Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6d824cf8-6633-42bc-95d0-ff65b2b7fc8f 2022-12-04T06:53:19.421Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.421Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:19.421Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.421Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:19.421Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.421Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:19.421Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:19.422Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:19.422Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:d8179386-3ae7-403f-96c4-7c700a0085d4 Model Version:NULL Model InvariantUuid:fe1ecd61-4247-428d-92a1-977d39283fcc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:0212ebb8-0d7d-418b-9e9d-81b73773eed7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4c366393-862e-4a69-856e-43331e4e26c4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b52aefc6-c7e7-4e38-a9d5-b14a59c9109c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dedc8fab-ad40-4cbf-8834-30b600e8d42f ModelName:BasicCnf..base_dummy..module-0 ModelUuid:070451a5-2fa9-4bb1-aa2f-73613fde1589 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6d824cf8-6633-42bc-95d0-ff65b2b7fc8f ModelInvariantUuid:62b681bd-3ce3-4ed7-904f-ab3bd1135d8b ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:0eea3ed7-5ac4-42f5-84a0-091fdf6d3ace ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:616e27b6-c770-4d3b-8bf0-fc55c5b5a89b ModelInvariantUuid:a6034579-4403-4dd6-bef1-56fcf29d8fcd ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8b220dd9-8d13-4fc0-9d72-876aabed516a 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-12-04T06:53:19.428Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 665870c1-aae8-4cf3-8729-a27934f7462e 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-12-04T06:53:19.432Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-12-04T06:53:19.432Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 665870c1-aae8-4cf3-8729-a27934f7462e 2022-12-04T06:53:19.432Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2e08aca4-8390-48b7-aaf8-5dd853e2e444 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-04T06:53:19.432Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:53:19.433Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-04T06:53:19.489Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:53:19.490Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2e08aca4-8390-48b7-aaf8-5dd853e2e444 12 2022-12-04T06:53:19.490Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-12-04T06:53:19.490Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-04T06:53:19.491Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:53:19.491Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:19.493Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:19.493Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136799490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:53:19.593Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:19.594Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T06:53:19.594Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:19.611Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:19.611Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:20.494Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0998600b-4dba-4832-a6e2-4f8fd37ced26 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-04T06:53:20.494Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:53:20.495Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-04T06:53:20.557Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:53:20.558Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0998600b-4dba-4832-a6e2-4f8fd37ced26 2688 2022-12-04T06:53:20.558Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-12-04T06:53:20.558Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-04T06:53:20.558Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:53:20.559Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:20.561Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:20.561Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136800558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-04T06:53:20.661Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:20.662Z||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-12-04T06:53:20.662Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:20.675Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:20.675Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:21.562Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 860a5203-4d12-4870-ad40-6db2339c1845 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-04T06:53:21.563Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:53:21.563Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-04T06:53:21.632Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:53:21.632Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 860a5203-4d12-4870-ad40-6db2339c1845 828 2022-12-04T06:53:21.633Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-12-04T06:53:21.633Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-04T06:53:21.633Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:53:21.634Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:21.636Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:21.636Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136801633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:53:21.736Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:21.737Z||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-12-04T06:53:21.737Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:21.755Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:21.756Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:22.636Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "dedc8fab-ad40-4cbf-8834-30b600e8d42f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "070451a5-2fa9-4bb1-aa2f-73613fde1589", "vfModuleModelCustomizationUUID": "e756600f-380e-4d64-9836-92873007e5f4", "isBase": true, "artifacts": [ "0998600b-4dba-4832-a6e2-4f8fd37ced26", "e3d97cb9-8b5b-4914-a863-64b921656795", "839bbe4d-f5ea-4c29-aeee-3c4e48d37431" ], "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-12-04T06:53:22.643Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:070451a5-2fa9-4bb1-aa2f-73613fde1589 VfModuleModelInvariantUUID:dedc8fab-ad40-4cbf-8834-30b600e8d42f VfModuleModelDescription:NULL Artifacts UUID List:{ 0998600b-4dba-4832-a6e2-4f8fd37ced26 , e3d97cb9-8b5b-4914-a863-64b921656795 , 839bbe4d-f5ea-4c29-aeee-3c4e48d37431 } 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-12-04T06:53:22.645Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "dedc8fab-ad40-4cbf-8834-30b600e8d42f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "070451a5-2fa9-4bb1-aa2f-73613fde1589", "vfModuleModelCustomizationUUID": "e756600f-380e-4d64-9836-92873007e5f4", "isBase": true, "artifacts": [ "0998600b-4dba-4832-a6e2-4f8fd37ced26", "e3d97cb9-8b5b-4914-a863-64b921656795", "839bbe4d-f5ea-4c29-aeee-3c4e48d37431" ], "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-12-04T06:53:22.645Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:070451a5-2fa9-4bb1-aa2f-73613fde1589 VfModuleModelInvariantUUID:dedc8fab-ad40-4cbf-8834-30b600e8d42f VfModuleModelDescription:NULL Artifacts UUID List:{ 0998600b-4dba-4832-a6e2-4f8fd37ced26 , e3d97cb9-8b5b-4914-a863-64b921656795 , 839bbe4d-f5ea-4c29-aeee-3c4e48d37431 } 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-12-04T06:53:22.645Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e3d97cb9-8b5b-4914-a863-64b921656795 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-04T06:53:22.646Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:53:22.646Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-04T06:53:22.700Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:53:22.701Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e3d97cb9-8b5b-4914-a863-64b921656795 1164 2022-12-04T06:53:22.701Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-12-04T06:53:22.701Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-04T06:53:22.702Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:53:22.702Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:22.704Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:22.704Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136802701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:53:22.806Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-04T06:53:22.808Z||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-12-04T06:53:22.808Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:22.820Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:22.821Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:23.706Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 839bbe4d-f5ea-4c29-aeee-3c4e48d37431 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-04T06:53:23.706Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:53:23.707Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-04T06:53:23.761Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:53:23.762Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 839bbe4d-f5ea-4c29-aeee-3c4e48d37431 200 2022-12-04T06:53:23.762Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-12-04T06:53:23.763Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-04T06:53:23.763Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:53:23.764Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:23.767Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:23.767Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136803762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:53:23.867Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:23.868Z||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-12-04T06:53:23.868Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:23.881Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:23.882Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:24.769Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d8179386-3ae7-403f-96c4-7c700a0085d4 2022-12-04T06:53:24.770Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 665870c1-aae8-4cf3-8729-a27934f7462e ASDC 2022-12-04T06:53:24.792Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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 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-12-04T06:53:24.813Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d21aef4, org.onap.sdc.toscaparser.api.parameters.Input@400e7cdb, org.onap.sdc.toscaparser.api.parameters.Input@3cfd15fa, org.onap.sdc.toscaparser.api.parameters.Input@3bc7cde2, org.onap.sdc.toscaparser.api.parameters.Input@2b018260] 2022-12-04T06:53:24.829Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.830Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:24.830Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-04T06:53:24.830Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b52aefc6-c7e7-4e38-a9d5-b14a59c9109c 2022-12-04T06:53:24.830Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b52aefc6-c7e7-4e38-a9d5-b14a59c9109c matches Tosca VF Customization UUID: b52aefc6-c7e7-4e38-a9d5-b14a59c9109c 2022-12-04T06:53:24.830Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b52aefc6-c7e7-4e38-a9d5-b14a59c9109c 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-12-04T06:53:24.838Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.839Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:24.840Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b52aefc6-c7e7-4e38-a9d5-b14a59c9109c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-04T06:53:24.840Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@497133ef 2022-12-04T06:53:24.840Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.840Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-04T06:53:24.841Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e756600f-380e-4d64-9836-92873007e5f4 2022-12-04T06:53:24.841Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e756600f-380e-4d64-9836-92873007e5f4 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-12-04T06:53:24.845Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.846Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-04T06:53:24.846Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:53:24.846Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.847Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-04T06:53:24.847Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:53:24.847Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.848Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-04T06:53:24.848Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-04T06:53:24.848Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6d824cf8-6633-42bc-95d0-ff65b2b7fc8f 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-12-04T06:53:24.853Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.854Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-04T06:53:24.854Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:53:24.854Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.855Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-04T06:53:24.855Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b52aefc6-c7e7-4e38-a9d5-b14a59c9109c 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-12-04T06:53:24.858Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.859Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:24.859Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d8179386-3ae7-403f-96c4-7c700a0085d4: basic_cnf 2022-12-04T06:53:24.860Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.860Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:24.860Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.860Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:24.861Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.861Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:24.861Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.861Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:24.862Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:53:24.862Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:53:24.862Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||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-12-04T06:53:24.969Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 665870c1-aae8-4cf3-8729-a27934f7462e 1 ASDC deployResourceStructure 2022-12-04T06:53:24.970Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-12-04T06:53:24.970Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-12-04T06:53:24.971Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-04T06:53:24.971Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:24.974Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:24.975Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136804970, "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-12-04T06:53:25.076Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:25.077Z||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-12-04T06:53:25.077Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:25.094Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:25.094Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:53:25.977Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-12-04T06:53:25.977Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-12-04T06:53:25.977Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-04T06:53:25.978Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:25.981Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:25.981Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136805977, "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-12-04T06:53:26.081Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:26.082Z||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-12-04T06:53:26.083Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:26.108Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:26.109Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:26.983Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-12-04T06:53:26.984Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-04T06:53:26.984Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:53:26.985Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:26.988Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:26.988Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136806983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:53:27.088Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:27.089Z||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-12-04T06:53:27.089Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:27.103Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:27.103Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:53:27.989Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-12-04T06:53:27.989Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-04T06:53:27.990Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:53:27.990Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:27.994Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:27.994Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136807989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-04T06:53:28.094Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:28.097Z||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-12-04T06:53:28.097Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:28.117Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:28.118Z||pool-58-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:53:28.995Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-12-04T06:53:28.996Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-04T06:53:28.996Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:53:28.996Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:28.998Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:28.998Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136808995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-04T06:53:29.098Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:29.099Z||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-12-04T06:53:29.100Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:29.122Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:29.123Z||pool-59-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:53:29.999Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-04T06:53:30.001Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-04T06:53:30.001Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:53:30.001Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:53:30.003Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:53:30.003Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136809999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:53:30.104Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:53:30.105Z||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-12-04T06:53:30.105Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:30.119Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:30.120Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:53:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:53:30.642Z||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-12-04T06:53:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:53:30.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:53:30.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:53:30.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136749553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:53:30.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:53:31.004Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:53:31.016Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:53:31.018Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:53:31.018Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T06:53:31.018Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T06:54:01.019Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:54:01.034Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:54:01.038Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:54:01.039Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T06:54:01.040Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T06:54:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:54:30.642Z||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-12-04T06:54:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:54:30.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:54:30.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:54:30.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:54:30.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:54:31.040Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:54:31.071Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:54:31.080Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:54:31.080Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T06:54:31.081Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T06:55:01.081Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:55:01.094Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:55:01.096Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:55:01.096Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T06:55:01.096Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T06:55:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:55:30.642Z||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-12-04T06:55:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:55:30.663Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:55:30.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "ves-openapi-manager", "timestamp": 1670136747933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136750624, "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-12-04T06:55:30.688Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bddc255-2e30-46af-bc99-cc3b3344d713 2022-12-04T06:55:30.689Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bddc255-2e30-46af-bc99-cc3b3344d713 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-12-04T06:55:30.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:55:30.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "ves-openapi-manager", "timestamp": 1670136747933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "multicloud-k8s", "timestamp": 1670136751627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "ves-openapi-manager", "timestamp": 1670136747933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136753428, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.708Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "ves-openapi-manager", "timestamp": 1670136747933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "ves-openapi-manager", "timestamp": 1670136747933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136755378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.713Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "ves-openapi-manager", "timestamp": 1670136747933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136755856, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "ves-openapi-manager", "timestamp": 1670136747933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "aai-model-loader", "timestamp": 1670136756858, "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-12-04T06:55:30.722Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8bddc255-2e30-46af-bc99-cc3b3344d713 2022-12-04T06:55:30.723Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bddc255-2e30-46af-bc99-cc3b3344d713 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-12-04T06:55:30.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136752634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136756572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "cds", "timestamp": 1670136751298, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136752634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:55:30.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136756572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "cds", "timestamp": 1670136751298, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136752634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-04T06:55:30.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136756572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "cds", "timestamp": 1670136751298, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136752634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136756572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "cds", "timestamp": 1670136751298, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136752634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-04T06:55:30.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136756572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "cds", "timestamp": 1670136751298, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136752634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136756572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "cds", "timestamp": 1670136751298, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136752634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:55:30.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136756572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "cds", "timestamp": 1670136751298, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:55:30.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136764260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136756572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "cds", "timestamp": 1670136765662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136756572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:55:30.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136765376, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "cds", "timestamp": 1670136766699, "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-12-04T06:55:30.775Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64de0e90-6fb8-4db6-bfdf-015751b1c94b 2022-12-04T06:55:30.776Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64de0e90-6fb8-4db6-bfdf-015751b1c94b 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-12-04T06:55:30.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136766284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136766496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136767527, "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-12-04T06:55:30.796Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64de0e90-6fb8-4db6-bfdf-015751b1c94b 2022-12-04T06:55:30.797Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64de0e90-6fb8-4db6-bfdf-015751b1c94b 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-12-04T06:55:30.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "cds", "timestamp": 1670136767706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "multicloud-k8s", "timestamp": 1670136768529, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "cds", "timestamp": 1670136767706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136768675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.814Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "multicloud-k8s", "timestamp": 1670136769531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "cds", "timestamp": 1670136767706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136769679, "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-12-04T06:55:30.828Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8bddc255-2e30-46af-bc99-cc3b3344d713 2022-12-04T06:55:30.828Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bddc255-2e30-46af-bc99-cc3b3344d713 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-12-04T06:55:30.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "multicloud-k8s", "timestamp": 1670136769531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "cds", "timestamp": 1670136767706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "multicloud-k8s", "timestamp": 1670136769531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "cds", "timestamp": 1670136767706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "multicloud-k8s", "timestamp": 1670136769531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "cds", "timestamp": 1670136767706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:55:30.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "multicloud-k8s", "timestamp": 1670136769531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "cds", "timestamp": 1670136767706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "aai-model-loader", "timestamp": 1670136774713, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "multicloud-k8s", "timestamp": 1670136769531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "cds", "timestamp": 1670136767706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:55:30.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "multicloud-k8s", "timestamp": 1670136769531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "cds", "timestamp": 1670136776500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "multicloud-k8s", "timestamp": 1670136769531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:55:30.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "cds", "timestamp": 1670136777566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-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-12-04T06:55:30.887Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64b97684-eb31-42c4-84b0-1b648e128fdb 2022-12-04T06:55:30.887Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64b97684-eb31-42c4-84b0-1b648e128fdb 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-12-04T06:55:30.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-04T06:55:30.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "ves-openapi-manager", "timestamp": 1670136767933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "ves-openapi-manager", "timestamp": 1670136783780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "aai-model-loader", "timestamp": 1670136784388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "ves-openapi-manager", "timestamp": 1670136785010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "aai-model-loader", "timestamp": 1670136785393, "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-12-04T06:55:30.916Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64de0e90-6fb8-4db6-bfdf-015751b1c94b 2022-12-04T06:55:30.916Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64de0e90-6fb8-4db6-bfdf-015751b1c94b 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-12-04T06:55:30.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136786617, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:55:30.926Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "ves-openapi-manager", "timestamp": 1670136786015, "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-12-04T06:55:30.931Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 64b97684-eb31-42c4-84b0-1b648e128fdb 2022-12-04T06:55:30.932Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64b97684-eb31-42c4-84b0-1b648e128fdb 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-12-04T06:55:30.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136786571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136786571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-04T06:55:30.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136786571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:55:30.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136786571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-04T06:55:30.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136786571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136786571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-04T06:55:30.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136786571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:55:30.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "aai-model-loader", "timestamp": 1670136767587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:55:30.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:55:30.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136793770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.950Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "aai-model-loader", "timestamp": 1670136794492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.950Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136750636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:55:30.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:55:30.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136796823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.950Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136796105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136797108, "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-12-04T06:55:30.960Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64de0e90-6fb8-4db6-bfdf-015751b1c94b 2022-12-04T06:55:30.961Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64de0e90-6fb8-4db6-bfdf-015751b1c94b 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-12-04T06:55:30.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136799490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136800558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136801633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "aai-model-loader", "timestamp": 1670136800739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136802701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "aai-model-loader", "timestamp": 1670136801741, "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-12-04T06:55:30.980Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64b97684-eb31-42c4-84b0-1b648e128fdb 2022-12-04T06:55:30.980Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64b97684-eb31-42c4-84b0-1b648e128fdb 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-12-04T06:55:30.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136803762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:55:30.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136804970, "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-12-04T06:55:30.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136805977, "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-12-04T06:55:30.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136806983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136807989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.994Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136808995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.994Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:30.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:55:30.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136809999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:55:30.995Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:55:31.097Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:55:31.110Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:55:31.113Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:55:31.113Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-04T06:55:31.113Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-04T06:55:31.113Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-04T06:55:31.113Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:55:31.113Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:55:31.113Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:55:31.114Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:55:31.114Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:55:31.114Z|8bddc255-2e30-46af-bc99-cc3b3344d713|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-12-04T06:55:31.120Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-04T06:56:01.125Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 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-12-04T06:56:01.159Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8bddc255-2e30-46af-bc99-cc3b3344d713 and serviceModelVersionId: d8179386-3ae7-403f-96c4-7c700a0085d4 2022-12-04T06:56:01.159Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe1ecd61-4247-428d-92a1-977d39283fcc 2022-12-04T06:56:01.160Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe1ecd61-4247-428d-92a1-977d39283fcc/model-vers/model-ver/d8179386-3ae7-403f-96c4-7c700a0085d4?depth=0 2022-12-04T06:56:01.167Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-04T06:56:01.237Z|8bddc255-2e30-46af-bc99-cc3b3344d713|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/fe1ecd61-4247-428d-92a1-977d39283fcc/model-vers/model-ver/d8179386-3ae7-403f-96c4-7c700a0085d4?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-12-04T06:56:01.239Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe1ecd61-4247-428d-92a1-977d39283fcc/model-vers/model-ver/d8179386-3ae7-403f-96c4-7c700a0085d4?depth=0|INFO|500||Invoke 2022-12-04T06:56:01.284Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe1ecd61-4247-428d-92a1-977d39283fcc/model-vers/model-ver/d8179386-3ae7-403f-96c4-7c700a0085d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-04T06:56:01.391Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe1ecd61-4247-428d-92a1-977d39283fcc/model-vers/model-ver/d8179386-3ae7-403f-96c4-7c700a0085d4?depth=0|INFO|500||InvokeReturn 2022-12-04T06:56:01.400Z|8bddc255-2e30-46af-bc99-cc3b3344d713|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/fe1ecd61-4247-428d-92a1-977d39283fcc/model-vers/model-ver/d8179386-3ae7-403f-96c4-7c700a0085d4?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 06:56:00 GMT], content-length=[0], vertex-id=[217320], x-aai-txid=[1-aai-resources-221204-06:56:00:480-41059], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-04T06:56:01.400Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-12-04T06:56:01.400Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-04T06:56:01.400Z|8bddc255-2e30-46af-bc99-cc3b3344d713|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-12-04T06:56:01.406Z|8bddc255-2e30-46af-bc99-cc3b3344d713|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-12-04T06:56:01.407Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8bddc255-2e30-46af-bc99-cc3b3344d713 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-04T06:56:01.407Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-04T06:56:01.408Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:01.410Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:01.410Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136961407, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:56:01.511Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:56:01.511Z||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-12-04T06:56:01.512Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:01.543Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:01.544Z||pool-61-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-12-04T06:56:02.424Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:56:02.425Z|8bddc255-2e30-46af-bc99-cc3b3344d713|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-12-04T06:56:02.426Z|8bddc255-2e30-46af-bc99-cc3b3344d713|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:08.093Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:08.095Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T06:56:08.095Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"64de0e90-6fb8-4db6-bfdf-015751b1c94b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e0195a19-286b-4c14-a6ad-92062050a798","serviceDescription":"service","serviceInvariantUUID":"7fbc7a10-72a7-4b4b-b337-fef1447ab2a4","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e784135c-e235-4304-8e17-0171180f2e51","resourceInvariantUUID":"9fd84160-799a-4e1e-9add-7ee773dce08c","resourceCustomizationUUID":"c85f4cd3-64b2-46e7-b9c9-e5fcb88d92f9","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":"YzZmYmMzOTliOWE5MzAwYjU4Y2FmZWNhZGQyMDVjYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bd5cdf0-5d63-4609-b3f3-86e924d4a364","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":"YjQxMDJjYmMxMmM0OWZiYjlmYjA1NjU5ZTQ2MDlkMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad0e67cc-a0d7-4a77-b9fb-24b42665b0f3","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":"01fdd915-a4b3-4604-a721-2049ad30bdea","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":"a56c095b-51d5-4d35-a13e-21e91e1c27b7","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":"0b2837ed-5a1d-4cc0-8581-57140f24243c","artifactVersion":"2","generatedFromUUID":"01fdd915-a4b3-4604-a721-2049ad30bdea"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTk0NzU1ZTE4ZDA4OGY4MjQzY2FiMWFjNzE2ZDRkMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1613636d-5655-404b-8028-dad39248c387","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDJlNTA0NGU0NTdkMDgyNzcwNTI4NWVkOWJkMzlhZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4e8e050-66a3-4b64-84b2-2e1639b996ae","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-04T06:56:08.100Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:56:08.101Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:08.104Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:08.104Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:08.206Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-04T06:56:08.207Z||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-12-04T06:56:08.207Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:08.223Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:08.224Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:56:09.105Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:56:09.106Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:09.108Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:09.108Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:56:09.209Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:56:09.210Z||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-12-04T06:56:09.210Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:09.224Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:09.230Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:10.109Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:56:10.109Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:10.115Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:10.115Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-04T06:56:10.212Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-04T06:56:10.213Z||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-12-04T06:56:10.213Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:10.227Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:10.228Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:11.115Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:56:11.116Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:11.119Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:11.119Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:11.219Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:56:11.252Z||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-12-04T06:56:11.253Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:11.270Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:11.271Z||pool-65-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:56:12.119Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:56:12.120Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:12.123Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:12.123Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-04T06:56:12.224Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:56:12.225Z||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-12-04T06:56:12.225Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:12.242Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:12.243Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:13.124Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:56:13.125Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:13.127Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:13.128Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:13.227Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:56:13.229Z||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-12-04T06:56:13.229Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:13.242Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:13.243Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:56:14.128Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:56:14.129Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:14.132Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:14.133Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:56:14.236Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-04T06:56:14.237Z||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-12-04T06:56:14.237Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:14.251Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:14.252Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:15.134Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "e0195a19-286b-4c14-a6ad-92062050a798", "serviceDescription": "service", "serviceInvariantUUID": "7fbc7a10-72a7-4b4b-b337-fef1447ab2a4", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c85f4cd3-64b2-46e7-b9c9-e5fcb88d92f9", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e784135c-e235-4304-8e17-0171180f2e51", "resourceInvariantUUID": "9fd84160-799a-4e1e-9add-7ee773dce08c", "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": "YjQxMDJjYmMxMmM0OWZiYjlmYjA1NjU5ZTQ2MDlkMzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ad0e67cc-a0d7-4a77-b9fb-24b42665b0f3", "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": "01fdd915-a4b3-4604-a721-2049ad30bdea", "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": "0b2837ed-5a1d-4cc0-8581-57140f24243c", "generatedFromUUID": "01fdd915-a4b3-4604-a721-2049ad30bdea" }, "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": "0b2837ed-5a1d-4cc0-8581-57140f24243c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NDJlNTA0NGU0NTdkMDgyNzcwNTI4NWVkOWJkMzlhZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d4e8e050-66a3-4b64-84b2-2e1639b996ae" } ], "workloadContext": "Production" } 2022-12-04T06:56:15.134Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-04T06:56:15.134Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e0195a19-286b-4c14-a6ad-92062050a798 ASDC 2022-12-04T06:56:15.135Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:64de0e90-6fb8-4db6-bfdf-015751b1c94b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:e0195a19-286b-4c14-a6ad-92062050a798 ServiceInvariantUUID:7fbc7a10-72a7-4b4b-b337-fef1447ab2a4 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:d4e8e050-66a3-4b64-84b2-2e1639b996ae ArtifactChecksum:NDJlNTA0NGU0NTdkMDgyNzcwNTI4NWVkOWJkMzlhZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c85f4cd3-64b2-46e7-b9c9-e5fcb88d92f9 ResourceInvariantUUID:9fd84160-799a-4e1e-9add-7ee773dce08c ResourceName:basic_vm ResourceType:VF ResourceUUID:e784135c-e235-4304-8e17-0171180f2e51 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:ad0e67cc-a0d7-4a77-b9fb-24b42665b0f3 ArtifactChecksum:YjQxMDJjYmMxMmM0OWZiYjlmYjA1NjU5ZTQ2MDlkMzE= 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:01fdd915-a4b3-4604-a721-2049ad30bdea 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:0b2837ed-5a1d-4cc0-8581-57140f24243c 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:0b2837ed-5a1d-4cc0-8581-57140f24243c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-04T06:56:15.135Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0195a19-286b-4c14-a6ad-92062050a798 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-12-04T06:56:15.194Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:56:15.195Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:56:15.195Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:56:15.195Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d4e8e050-66a3-4b64-84b2-2e1639b996ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-04T06:56:15.195Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:56:15.195Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-04T06:56:15.457Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:56:15.460Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d4e8e050-66a3-4b64-84b2-2e1639b996ae 75190 2022-12-04T06:56:15.461Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-04T06:56:15.461Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-04T06:56:15.461Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:56:15.461Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:15.463Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:15.463Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136975460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:56:15.563Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:56:15.564Z||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-12-04T06:56:15.564Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:15.592Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:15.592Z||pool-69-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:16.464Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:56:16.465Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:56:16.465Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d4e8e050-66a3-4b64-84b2-2e1639b996ae, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-04T06:56:16.466Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-12-04T06:56:16.466Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-04T06:56:16.466Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-12-04T06:56:16.608Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11302203094463714853/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-12-04T06:56:18.100Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-04T06:56:18.100Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T06:56:18.100Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-04T06:56:18.101Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-04T06:56:18.101Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-04T06:56:18.101Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-04T06:56:18.101Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||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-12-04T06:56:18.101Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||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-12-04T06:56:18.101Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-04T06:56:18.101Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-04T06:56:18.102Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-04T06:56:18.102Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T06:56:18.102Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.102Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:18.103Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-04T06:56:18.103Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T06:56:18.103Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:56:18.103Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.103Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:18.104Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-04T06:56:18.104Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T06:56:18.104Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:56:18.104Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.104Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:18.105Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.105Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-04T06:56:18.105Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-04T06:56:18.105Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-04T06:56:18.106Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-04T06:56:18.106Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-04T06:56:18.106Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-04T06:56:18.107Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.107Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-04T06:56:18.107Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.107Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-04T06:56:18.107Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:56:18.108Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.108Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-04T06:56:18.108Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:56:18.108Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.109Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-04T06:56:18.109Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:56:18.109Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.109Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-04T06:56:18.109Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-04T06:56:18.110Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-04T06:56:18.110Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e06eedb9-4801-433d-af68-c9c127ed72b7 2022-12-04T06:56:18.110Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.110Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:18.110Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.110Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:18.111Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.111Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:18.111Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:18.111Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:18.111Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:e0195a19-286b-4c14-a6ad-92062050a798 Model Version:NULL Model InvariantUuid:7fbc7a10-72a7-4b4b-b337-fef1447ab2a4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d0279d71-f550-4a75-b445-d58aee38577e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9fd84160-799a-4e1e-9add-7ee773dce08c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c85f4cd3-64b2-46e7-b9c9-e5fcb88d92f9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:36eea78f-d771-4686-a75a-912f74cb7dad ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:80ac8ac1-c4c3-411a-b3ca-43b677e51ff5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e06eedb9-4801-433d-af68-c9c127ed72b7 ModelInvariantUuid:c10cce31-a35d-4e2b-8469-e3afcdf6dcea ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:22322765-0446-4a59-a15b-9c08cc8a36a0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:004454a8-48da-4c7a-92ce-34f49d958fd3 ModelInvariantUuid:a34912c5-8a24-4f12-9a2d-f8add1ee3543 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:48582b35-4cef-4e82-9224-dce02d8bcb4c 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-12-04T06:56:18.776Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e784135c-e235-4304-8e17-0171180f2e51 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-12-04T06:56:18.779Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-12-04T06:56:18.779Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e784135c-e235-4304-8e17-0171180f2e51 2022-12-04T06:56:18.779Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ad0e67cc-a0d7-4a77-b9fb-24b42665b0f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-04T06:56:18.780Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:56:18.780Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-04T06:56:18.841Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:56:18.842Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ad0e67cc-a0d7-4a77-b9fb-24b42665b0f3 787 2022-12-04T06:56:18.842Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-12-04T06:56:18.842Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-04T06:56:18.842Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:56:18.842Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:18.845Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:18.845Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136978842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:56:18.945Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:56:18.947Z||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-12-04T06:56:18.947Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:18.958Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:18.959Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:19.846Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "36eea78f-d771-4686-a75a-912f74cb7dad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "80ac8ac1-c4c3-411a-b3ca-43b677e51ff5", "vfModuleModelCustomizationUUID": "51927a69-fd32-403d-8325-8a3e205591ce", "isBase": true, "artifacts": [ "01fdd915-a4b3-4604-a721-2049ad30bdea", "0b2837ed-5a1d-4cc0-8581-57140f24243c" ], "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-12-04T06:56:19.850Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:80ac8ac1-c4c3-411a-b3ca-43b677e51ff5 VfModuleModelInvariantUUID:36eea78f-d771-4686-a75a-912f74cb7dad VfModuleModelDescription:NULL Artifacts UUID List:{ 01fdd915-a4b3-4604-a721-2049ad30bdea , 0b2837ed-5a1d-4cc0-8581-57140f24243c } 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-12-04T06:56:19.851Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "36eea78f-d771-4686-a75a-912f74cb7dad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "80ac8ac1-c4c3-411a-b3ca-43b677e51ff5", "vfModuleModelCustomizationUUID": "51927a69-fd32-403d-8325-8a3e205591ce", "isBase": true, "artifacts": [ "01fdd915-a4b3-4604-a721-2049ad30bdea", "0b2837ed-5a1d-4cc0-8581-57140f24243c" ], "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-12-04T06:56:19.852Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:80ac8ac1-c4c3-411a-b3ca-43b677e51ff5 VfModuleModelInvariantUUID:36eea78f-d771-4686-a75a-912f74cb7dad VfModuleModelDescription:NULL Artifacts UUID List:{ 01fdd915-a4b3-4604-a721-2049ad30bdea , 0b2837ed-5a1d-4cc0-8581-57140f24243c } 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-12-04T06:56:19.853Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 01fdd915-a4b3-4604-a721-2049ad30bdea from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-04T06:56:19.853Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:56:19.853Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-04T06:56:19.908Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:56:19.909Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 01fdd915-a4b3-4604-a721-2049ad30bdea 5033 2022-12-04T06:56:19.909Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-04T06:56:19.909Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-04T06:56:19.909Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:56:19.909Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:19.911Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:19.911Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136979909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:56:20.011Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:56:20.012Z||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-12-04T06:56:20.013Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:20.026Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:20.027Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:20.912Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0b2837ed-5a1d-4cc0-8581-57140f24243c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-04T06:56:20.912Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:56:20.912Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-04T06:56:20.989Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:56:20.989Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0b2837ed-5a1d-4cc0-8581-57140f24243c 903 2022-12-04T06:56:20.989Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-04T06:56:20.989Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-04T06:56:20.990Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:56:20.990Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:20.991Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:20.992Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136980989, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:56:21.092Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:56:21.093Z||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-12-04T06:56:21.093Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:21.108Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:21.109Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:56:21.992Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e0195a19-286b-4c14-a6ad-92062050a798 2022-12-04T06:56:21.993Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e784135c-e235-4304-8e17-0171180f2e51 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-12-04T06:56:22.015Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13c28798, org.onap.sdc.toscaparser.api.parameters.Input@44732264, org.onap.sdc.toscaparser.api.parameters.Input@5b7b0e52, org.onap.sdc.toscaparser.api.parameters.Input@40dcdf8d, org.onap.sdc.toscaparser.api.parameters.Input@47256e49] 2022-12-04T06:56:22.017Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.018Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:22.018Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-04T06:56:22.018Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c85f4cd3-64b2-46e7-b9c9-e5fcb88d92f9 2022-12-04T06:56:22.018Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c85f4cd3-64b2-46e7-b9c9-e5fcb88d92f9 matches Tosca VF Customization UUID: c85f4cd3-64b2-46e7-b9c9-e5fcb88d92f9 2022-12-04T06:56:22.018Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c85f4cd3-64b2-46e7-b9c9-e5fcb88d92f9 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-12-04T06:56:22.020Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.021Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:22.021Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c85f4cd3-64b2-46e7-b9c9-e5fcb88d92f9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-04T06:56:22.021Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f94045c 2022-12-04T06:56:22.021Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.022Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-04T06:56:22.022Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51927a69-fd32-403d-8325-8a3e205591ce 2022-12-04T06:56:22.022Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51927a69-fd32-403d-8325-8a3e205591ce 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-12-04T06:56:22.025Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.025Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-04T06:56:22.026Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:56:22.026Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.026Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-04T06:56:22.026Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:56:22.027Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.027Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-04T06:56:22.027Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-04T06:56:22.027Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-04T06:56:22.028Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e06eedb9-4801-433d-af68-c9c127ed72b7 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-12-04T06:56:22.029Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.029Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-04T06:56:22.030Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T06:56:22.030Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.030Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-04T06:56:22.030Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c85f4cd3-64b2-46e7-b9c9-e5fcb88d92f9 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-12-04T06:56:22.032Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.032Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:22.032Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e0195a19-286b-4c14-a6ad-92062050a798: basic_vm 2022-12-04T06:56:22.032Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.032Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:22.033Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.033Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:22.033Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.033Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:22.034Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.034Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:22.034Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:56:22.034Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:56:22.034Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||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-12-04T06:56:22.186Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e784135c-e235-4304-8e17-0171180f2e51 1 ASDC deployResourceStructure 2022-12-04T06:56:22.187Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-12-04T06:56:22.187Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-04T06:56:22.187Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:56:22.188Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:22.190Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:22.190Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136982187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:56:22.291Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:56:22.308Z||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-12-04T06:56:22.308Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:22.323Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:22.323Z||pool-73-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:56:23.191Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-04T06:56:23.192Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-04T06:56:23.192Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:56:23.192Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:23.195Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:23.195Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136983191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-04T06:56:23.295Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:56:23.296Z||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-12-04T06:56:23.296Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:23.341Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:23.342Z||pool-74-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:24.196Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-04T06:56:24.197Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-04T06:56:24.197Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:56:24.197Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:24.199Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:24.199Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136984196, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-04T06:56:24.299Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:56:24.302Z||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-12-04T06:56:24.302Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:24.314Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:24.315Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:25.200Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-04T06:56:25.200Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-04T06:56:25.200Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:56:25.201Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:25.202Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:25.202Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136985200, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:56:25.302Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:56:25.304Z||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-12-04T06:56:25.304Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:25.317Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:25.318Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:26.203Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64de0e90-6fb8-4db6-bfdf-015751b1c94b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:56:26.221Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64de0e90-6fb8-4db6-bfdf-015751b1c94b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:56:26.228Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:56:26.228Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-04T06:56:26.228Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-04T06:56:26.228Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-04T06:56:26.229Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:56:26.229Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:56:26.229Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:56:26.230Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:56:26.230Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:56:26.230Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|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-12-04T06:56:26.236Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-04T06:56:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:56:30.642Z||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-12-04T06:56:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:30.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:30.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:56:30.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136816571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:30.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:56:30.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:56:30.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136816571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:30.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:56:30.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:56:30.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136816571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:30.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:56:30.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:56:30.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136816571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:30.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:56:30.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:56:30.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136816571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:30.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:56:30.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:56:30.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136816571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:30.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:56:30.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:56:30.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136816571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:30.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:56:30.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:56:30.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136816571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:56:30.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:56:30.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:56:30.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136825232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:56:30.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:56:30.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:56:30.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136827142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:56:30.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:56:30.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:56:30.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670136828146, "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-12-04T06:56:30.690Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64b97684-eb31-42c4-84b0-1b648e128fdb 2022-12-04T06:56:30.690Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64b97684-eb31-42c4-84b0-1b648e128fdb 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-12-04T06:56:56.236Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64de0e90-6fb8-4db6-bfdf-015751b1c94b 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-12-04T06:56:56.330Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64de0e90-6fb8-4db6-bfdf-015751b1c94b and serviceModelVersionId: e0195a19-286b-4c14-a6ad-92062050a798 2022-12-04T06:56:56.330Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7fbc7a10-72a7-4b4b-b337-fef1447ab2a4 2022-12-04T06:56:56.331Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7fbc7a10-72a7-4b4b-b337-fef1447ab2a4/model-vers/model-ver/e0195a19-286b-4c14-a6ad-92062050a798?depth=0 2022-12-04T06:56:56.335Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-04T06:56:56.392Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fbc7a10-72a7-4b4b-b337-fef1447ab2a4/model-vers/model-ver/e0195a19-286b-4c14-a6ad-92062050a798?depth=0|INFO|500||Invoke 2022-12-04T06:56:56.392Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fbc7a10-72a7-4b4b-b337-fef1447ab2a4/model-vers/model-ver/e0195a19-286b-4c14-a6ad-92062050a798?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fbc7a10-72a7-4b4b-b337-fef1447ab2a4/model-vers/model-ver/e0195a19-286b-4c14-a6ad-92062050a798?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64de0e90-6fb8-4db6-bfdf-015751b1c94b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6c0e013a-cf90-4aae-84f3-5f3fef215ca2], X-ECOMP-RequestID=[64de0e90-6fb8-4db6-bfdf-015751b1c94b], X-TransactionId=[], X-ONAP-RequestID=[64de0e90-6fb8-4db6-bfdf-015751b1c94b], Content-Type=[application/merge-patch+json]} 2022-12-04T06:56:56.421Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fbc7a10-72a7-4b4b-b337-fef1447ab2a4/model-vers/model-ver/e0195a19-286b-4c14-a6ad-92062050a798?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-04T06:56:56.639Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fbc7a10-72a7-4b4b-b337-fef1447ab2a4/model-vers/model-ver/e0195a19-286b-4c14-a6ad-92062050a798?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/7fbc7a10-72a7-4b4b-b337-fef1447ab2a4/model-vers/model-ver/e0195a19-286b-4c14-a6ad-92062050a798?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 06:56:55 GMT], content-length=[0], vertex-id=[262144], x-aai-txid=[2-aai-resources-221204-06:56:55:615-47191], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-04T06:56:56.639Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fbc7a10-72a7-4b4b-b337-fef1447ab2a4/model-vers/model-ver/e0195a19-286b-4c14-a6ad-92062050a798?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-04T06:56:56.640Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fbc7a10-72a7-4b4b-b337-fef1447ab2a4/model-vers/model-ver/e0195a19-286b-4c14-a6ad-92062050a798?depth=0|INFO|500||InvokeReturn 2022-12-04T06:56:56.641Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-04T06:56:56.641Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|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-12-04T06:56:56.658Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|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-12-04T06:56:56.659Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64de0e90-6fb8-4db6-bfdf-015751b1c94b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-04T06:56:56.660Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-04T06:56:56.660Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:56.663Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:56.663Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137016659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:56:56.763Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:56:56.764Z||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-12-04T06:56:56.765Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:56.796Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:56.797Z||pool-77-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-12-04T06:56:57.674Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T06:56:57.674Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"64b97684-eb31-42c4-84b0-1b648e128fdb","serviceName":"Demo_pNF_vyusHD8D2YuLcJfnBJ0e","serviceVersion":"1.0","serviceUUID":"c1127a45-d1c7-4921-9817-1f5091530ec7","serviceDescription":"catalog service description","serviceInvariantUUID":"32f86a89-ba1c-45f8-a75a-38d6b08ab7ee","resources":[{"resourceInstanceName":"pNF 0fa44506-a7ab 0","resourceName":"pNF 0fa44506-a7ab","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f6c20c5f-b311-4970-bdea-9b9f66955468","resourceInvariantUUID":"424e16a1-b873-43d5-8d79-5c310146c3dd","resourceCustomizationUUID":"4780a8c8-1806-4e42-8e62-eb3b825126fc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vf-license-model.xml","artifactChecksum":"ZDdjNjY3ZjllNDY2Nzc0N2FmZDk2NTUwMzlkOThjMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e2eea8c-1e55-4e1e-b1d0-da9394045cde","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/pNF.csar","artifactChecksum":"NjZiOTJmMzU3ZWIwMzlmNmRjY2EyNDM2NjE3ZDI4OTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cbf4b6cf-c27f-46e6-8d0c-ae82e6d4c84a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"657a8183-8d64-4bd5-a9ba-4e09d37200ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vendor-license-model.xml","artifactChecksum":"YjE2ZGEzOTU4ODUyYTgxNWMyZGU1M2UxMWVkNmY0YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e186e2e6-0473-42df-bd98-fcf73aba65f6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a3151031-f012-466e-8b95-135f7493f678","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29bc725c-5960-4b39-8aa8-ac899ecb64bf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVyushd8d2yulcjfnbj0e-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-template.yml","artifactChecksum":"YTdlYjY2ZjM5YzgxY2FjZDY0ZmU0ZjA1ZDA4NjdiYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d425c352-ce9a-44f2-a4f2-c4eee68bb68e","artifactVersion":"1"},{"artifactName":"service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar","artifactChecksum":"Yjg3ZDk2NGY3MzBiMmViNzAyNmFkM2I5MmU3NzA0YjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd7b79de-e13d-4be4-a641-e6fd8d047a4d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-04T06:56:57.674Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:56:57.674Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:57.683Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:57.683Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:57.777Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-12-04T06:56:57.778Z||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-12-04T06:56:57.778Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:57.824Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:57.825Z||pool-78-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:58.684Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:56:58.685Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:58.686Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:58.686Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:58.787Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-04T06:56:58.789Z||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-12-04T06:56:58.790Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:58.820Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:58.821Z||pool-79-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:56:59.687Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:56:59.687Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:56:59.689Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:56:59.690Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T06:56:59.791Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:56:59.791Z||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-12-04T06:56:59.792Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:56:59.818Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:56:59.819Z||pool-80-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:57:00.691Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:57:00.691Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:57:00.694Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:57:00.694Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:57:00.794Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:57:00.796Z||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-12-04T06:57:00.796Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:57:00.826Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:57:00.826Z||pool-81-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:57:01.695Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:57:01.695Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:57:01.699Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:57:01.699Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:57:01.798Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T06:57:01.798Z||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-12-04T06:57:01.799Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:57:01.815Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:57:01.816Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:57:02.700Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:57:02.700Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:57:02.702Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:57:02.702Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:57:02.803Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-04T06:57:02.804Z||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-12-04T06:57:02.804Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:57:02.826Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:57:02.827Z||pool-83-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:57:03.703Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:57:03.703Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:57:03.705Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:57:03.705Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:57:03.805Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:57:03.806Z||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-12-04T06:57:03.806Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:57:03.821Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:57:03.821Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:57:04.708Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T06:57:04.709Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:57:04.711Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:57:04.711Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:57:04.811Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:57:04.813Z||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-12-04T06:57:04.813Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:57:04.839Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:57:04.839Z||pool-85-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-12-04T06:57:05.711Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "serviceName": "Demo_pNF_vyusHD8D2YuLcJfnBJ0e", "serviceVersion": "1.0", "serviceUUID": "c1127a45-d1c7-4921-9817-1f5091530ec7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "32f86a89-ba1c-45f8-a75a-38d6b08ab7ee", "resources": [ { "resourceInstanceName": "pNF 0fa44506-a7ab 0", "resourceCustomizationUUID": "4780a8c8-1806-4e42-8e62-eb3b825126fc", "resourceName": "pNF 0fa44506-a7ab", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f6c20c5f-b311-4970-bdea-9b9f66955468", "resourceInvariantUUID": "424e16a1-b873-43d5-8d79-5c310146c3dd", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "artifactChecksum": "Yjg3ZDk2NGY3MzBiMmViNzAyNmFkM2I5MmU3NzA0YjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fd7b79de-e13d-4be4-a641-e6fd8d047a4d" } ], "workloadContext": "Production" } 2022-12-04T06:57:05.712Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-04T06:57:05.712Z|64de0e90-6fb8-4db6-bfdf-015751b1c94b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c1127a45-d1c7-4921-9817-1f5091530ec7 ASDC 2022-12-04T06:57:05.712Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:64b97684-eb31-42c4-84b0-1b648e128fdb ServiceName:Demo_pNF_vyusHD8D2YuLcJfnBJ0e ServiceVersion:1.0 ServiceUUID:c1127a45-d1c7-4921-9817-1f5091530ec7 ServiceInvariantUUID:32f86a89-ba1c-45f8-a75a-38d6b08ab7ee ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar ArtifactUUID:fd7b79de-e13d-4be4-a641-e6fd8d047a4d ArtifactChecksum:Yjg3ZDk2NGY3MzBiMmViNzAyNmFkM2I5MmU3NzA0YjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0fa44506-a7ab 0 ResourceCustomizationUUID:4780a8c8-1806-4e42-8e62-eb3b825126fc ResourceInvariantUUID:424e16a1-b873-43d5-8d79-5c310146c3dd ResourceName:pNF 0fa44506-a7ab ResourceType:PNF ResourceUUID:f6c20c5f-b311-4970-bdea-9b9f66955468 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-04T06:57:05.712Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1127a45-d1c7-4921-9817-1f5091530ec7 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-12-04T06:57:05.759Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:57:05.760Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:57:05.760Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:57:05.760Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fd7b79de-e13d-4be4-a641-e6fd8d047a4d from URL: /sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:05.760Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T06:57:05.760Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:05.966Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T06:57:05.970Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar fd7b79de-e13d-4be4-a641-e6fd8d047a4d 88020 2022-12-04T06:57:05.970Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar ASDC sendASDCNotification 2022-12-04T06:57:05.970Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:05.970Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T06:57:05.971Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:57:05.972Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:57:05.973Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137025970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:57:06.073Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:57:06.074Z||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-12-04T06:57:06.074Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:57:06.141Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:57:06.141Z||pool-86-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:57:06.973Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T06:57:06.974Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T06:57:06.974Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fd7b79de-e13d-4be4-a641-e6fd8d047a4d, URL: /sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar to file: /app/ASDC/1/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:06.974Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:06.975Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:06.975Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:07.086Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2357811818652124488/Definitions/service-DemoPnfVyushd8d2yulcjfnbj0e-template.yml 2022-12-04T06:57:07.972Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-04T06:57:07.973Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T06:57:07.973Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:07.973Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-04T06:57:07.973Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0fa44506-a7ab 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-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:07.973Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||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-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:07.973Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:07.973Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||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-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:07.973Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:07.973Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:07.974Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:07.974Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T06:57:07.974Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:57:07.974Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vyusHD8D2YuLcJfnBJ0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:57:07.975Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Node template pNF 0fa44506-a7ab 0 is matching search criteria 2022-12-04T06:57:07.975Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T06:57:07.975Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 0fa44506-a7ab 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:57:07.975Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:57:07.976Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vyusHD8D2YuLcJfnBJ0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:57:07.976Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Node template pNF 0fa44506-a7ab 0 is matching search criteria 2022-12-04T06:57:07.976Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T06:57:07.976Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 0fa44506-a7ab 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T06:57:07.977Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:57:07.977Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vyusHD8D2YuLcJfnBJ0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:57:07.977Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:57:07.977Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vyusHD8D2YuLcJfnBJ0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:57:07.978Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:57:07.978Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vyusHD8D2YuLcJfnBJ0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:57:07.978Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:57:07.978Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vyusHD8D2YuLcJfnBJ0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:57:07.979Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:57:07.979Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vyusHD8D2YuLcJfnBJ0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:57:07.979Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_vyusHD8D2YuLcJfnBJ0e Description:catalog service description Model UUID:c1127a45-d1c7-4921-9817-1f5091530ec7 Model Version:NULL Model InvariantUuid:32f86a89-ba1c-45f8-a75a-38d6b08ab7ee 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-12-04T06:57:07.986Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: f6c20c5f-b311-4970-bdea-9b9f66955468 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-12-04T06:57:07.989Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||pNF 0fa44506-a7ab 0 2022-12-04T06:57:07.989Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f6c20c5f-b311-4970-bdea-9b9f66955468 2022-12-04T06:57:07.989Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c1127a45-d1c7-4921-9817-1f5091530ec7 2022-12-04T06:57:07.989Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c1127a45-d1c7-4921-9817-1f5091530ec7 2022-12-04T06:57:07.989Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0fa44506-a7ab 0 f6c20c5f-b311-4970-bdea-9b9f66955468 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-12-04T06:57:07.996Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f19ddee, org.onap.sdc.toscaparser.api.parameters.Input@4c12d1db, org.onap.sdc.toscaparser.api.parameters.Input@5ca619ea, org.onap.sdc.toscaparser.api.parameters.Input@617614ea, org.onap.sdc.toscaparser.api.parameters.Input@40a14387] 2022-12-04T06:57:07.997Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:57:07.997Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vyusHD8D2YuLcJfnBJ0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:57:07.998Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c1127a45-d1c7-4921-9817-1f5091530ec7: pNF 0fa44506-a7ab 2022-12-04T06:57:07.998Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Processing PNF resource: f6c20c5f-b311-4970-bdea-9b9f66955468 2022-12-04T06:57:07.998Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T06:57:07.998Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vyusHD8D2YuLcJfnBJ0e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T06:57:07.998Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Resource customization UUID: 4780a8c8-1806-4e42-8e62-eb3b825126fc is the same as notified resource customizationUUID: 4780a8c8-1806-4e42-8e62-eb3b825126fc 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-12-04T06:57:08.073Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0fa44506-a7ab f6c20c5f-b311-4970-bdea-9b9f66955468 0 ASDC deployResourceStructure 2022-12-04T06:57:08.074Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar ASDC sendASDCNotification 2022-12-04T06:57:08.074Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar 2022-12-04T06:57:08.074Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T06:57:08.074Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:57:08.077Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:57:08.077Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137028073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:57:08.177Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:57:08.179Z||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-12-04T06:57:08.179Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:57:08.201Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:57:08.202Z||pool-87-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-04T06:57:09.078Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64b97684-eb31-42c4-84b0-1b648e128fdb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T06:57:09.109Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64b97684-eb31-42c4-84b0-1b648e128fdb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T06:57:09.112Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T06:57:09.112Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-04T06:57:09.112Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-04T06:57:09.112Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-04T06:57:09.112Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:57:09.112Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:57:09.112Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:57:09.112Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:57:09.112Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T06:57:09.113Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T06:57:09.118Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-04T06:57:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:57:30.642Z||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-12-04T06:57:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:57:30.695Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:57:30.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136961407, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:57:30.697Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:57:30.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:57:30.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:57:30.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-04T06:57:30.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:57:30.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-04T06:57:30.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:57:30.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:57:30.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:57:30.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-04T06:57:30.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:57:30.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:57:30.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:57:30.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:57:30.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T06:57:30.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136975460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:57:30.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:57:30.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136978842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T06:57:30.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:57:30.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136979909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T06:57:30.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:57:30.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136980989, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-04T06:57:30.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:57:30.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136982187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T06:57:30.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:57:30.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136983191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-04T06:57:30.702Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:57:30.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136984196, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-04T06:57:30.702Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:57:30.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T06:57:30.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136985200, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:57:30.702Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:57:39.119Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64b97684-eb31-42c4-84b0-1b648e128fdb 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-12-04T06:57:39.125Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64b97684-eb31-42c4-84b0-1b648e128fdb and serviceModelVersionId: c1127a45-d1c7-4921-9817-1f5091530ec7 2022-12-04T06:57:39.126Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32f86a89-ba1c-45f8-a75a-38d6b08ab7ee 2022-12-04T06:57:39.126Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32f86a89-ba1c-45f8-a75a-38d6b08ab7ee/model-vers/model-ver/c1127a45-d1c7-4921-9817-1f5091530ec7?depth=0 2022-12-04T06:57:39.131Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-04T06:57:39.184Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32f86a89-ba1c-45f8-a75a-38d6b08ab7ee/model-vers/model-ver/c1127a45-d1c7-4921-9817-1f5091530ec7?depth=0|INFO|500||Invoke 2022-12-04T06:57:39.185Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32f86a89-ba1c-45f8-a75a-38d6b08ab7ee/model-vers/model-ver/c1127a45-d1c7-4921-9817-1f5091530ec7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32f86a89-ba1c-45f8-a75a-38d6b08ab7ee/model-vers/model-ver/c1127a45-d1c7-4921-9817-1f5091530ec7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64b97684-eb31-42c4-84b0-1b648e128fdb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a952f8e6-b912-4890-b7da-89fb8698702d], X-ECOMP-RequestID=[64b97684-eb31-42c4-84b0-1b648e128fdb], X-TransactionId=[], X-ONAP-RequestID=[64b97684-eb31-42c4-84b0-1b648e128fdb], Content-Type=[application/merge-patch+json]} 2022-12-04T06:57:39.209Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32f86a89-ba1c-45f8-a75a-38d6b08ab7ee/model-vers/model-ver/c1127a45-d1c7-4921-9817-1f5091530ec7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-04T06:57:39.337Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32f86a89-ba1c-45f8-a75a-38d6b08ab7ee/model-vers/model-ver/c1127a45-d1c7-4921-9817-1f5091530ec7?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/32f86a89-ba1c-45f8-a75a-38d6b08ab7ee/model-vers/model-ver/c1127a45-d1c7-4921-9817-1f5091530ec7?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 06:57:38 GMT], content-length=[0], vertex-id=[348352], x-aai-txid=[0-aai-resources-221204-06:57:38:406-76234], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-04T06:57:39.337Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32f86a89-ba1c-45f8-a75a-38d6b08ab7ee/model-vers/model-ver/c1127a45-d1c7-4921-9817-1f5091530ec7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-04T06:57:39.338Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32f86a89-ba1c-45f8-a75a-38d6b08ab7ee/model-vers/model-ver/c1127a45-d1c7-4921-9817-1f5091530ec7?depth=0|INFO|500||InvokeReturn 2022-12-04T06:57:39.339Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-04T06:57:39.339Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T06:57:39.344Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T06:57:39.344Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64b97684-eb31-42c4-84b0-1b648e128fdb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-04T06:57:39.345Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-04T06:57:39.345Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T06:57:39.347Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T06:57:39.348Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137059344, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:57:39.448Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T06:57:39.449Z||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-12-04T06:57:39.449Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T06:57:39.461Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:57:39.462Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-04T06:57:40.388Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:57:40.389Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T06:57:40.390Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:57:49.969Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:57:49.970Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:57:49.970Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T06:57:49.971Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:57:59.563Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:57:59.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:57:59.565Z||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-12-04T06:57:59.565Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:58:09.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:58:09.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:58:09.174Z||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-12-04T06:58:09.174Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:58:18.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:58:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:58:30.638Z||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-12-04T06:58:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:58:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:58:30.641Z||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-12-04T06:58:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:58:30.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:58:30.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:58:30.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64de0e90-6fb8-4db6-bfdf-015751b1c94b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137016659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:58:30.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:58:30.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:58:30.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:58:30.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-04T06:58:30.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:58:30.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T06:58:30.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-04T06:58:30.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:58:30.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T06:58:30.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-04T06:58:30.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:58:30.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T06:58:30.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-04T06:58:30.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:58:30.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:58:30.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-04T06:58:30.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:58:30.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/resourceInstances/pnf0fa44506a7ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T06:58:30.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-04T06:58:30.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:58:30.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T06:58:30.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-04T06:58:30.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:58:30.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670136962424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "NOTIFIED" } 2022-12-04T06:58:30.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-04T06:58:30.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:58:30.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137025970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T06:58:30.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:58:30.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:58:30.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137028073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyushd8d2yulcjfnbj0e/1.0/artifacts/service-DemoPnfVyushd8d2yulcjfnbj0e-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T06:58:30.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:58:40.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:59:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:59:30.637Z||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-12-04T06:59:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:59:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T06:59:30.641Z||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-12-04T06:59:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T06:59:31.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T06:59:31.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T06:59:31.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "64b97684-eb31-42c4-84b0-1b648e128fdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137059344, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T06:59:31.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T06:59:40.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:00:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:00:30.637Z||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-12-04T07:00:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:00:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:00:30.642Z||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-12-04T07:00:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:00:40.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:00:40.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:01:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:01:30.637Z||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-12-04T07:01:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:01:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:01:30.641Z||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-12-04T07:01:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:01:40.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:01:40.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:02:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:02:30.637Z||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-12-04T07:02:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:02:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:02:30.642Z||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-12-04T07:02:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:02:40.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:02:40.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:03:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:03:30.636Z||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-12-04T07:03:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:03:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:03:30.641Z||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-12-04T07:03:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:03:40.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:03:40.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:04:30.637Z||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-12-04T07:04:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:04:30.641Z||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-12-04T07:04:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:31.270Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:31.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "multicloud-k8s", "timestamp": 1670137407607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "aai-model-loader", "timestamp": 1670137427587, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "multicloud-k8s", "timestamp": 1670137407607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "aai-model-loader", "timestamp": 1670137427587, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "aai-model-loader", "timestamp": 1670137427587, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "multicloud-k8s", "timestamp": 1670137407607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "aai-model-loader", "timestamp": 1670137427587, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "multicloud-k8s", "timestamp": 1670137407607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "aai-model-loader", "timestamp": 1670137427587, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "multicloud-k8s", "timestamp": 1670137407607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "cds", "timestamp": 1670137441295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "aai-model-loader", "timestamp": 1670137427587, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "multicloud-k8s", "timestamp": 1670137407607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "cds", "timestamp": 1670137441295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "aai-model-loader", "timestamp": 1670137427587, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "multicloud-k8s", "timestamp": 1670137407607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "cds", "timestamp": 1670137441295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "aai-model-loader", "timestamp": 1670137427587, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:04:31.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "multicloud-k8s", "timestamp": 1670137407607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:04:31.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "cds", "timestamp": 1670137441295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "aai-model-loader", "timestamp": 1670137445349, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:04:31.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:04:31.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "cds", "timestamp": 1670137441295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "cds", "timestamp": 1670137441295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "cds", "timestamp": 1670137441295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670137446571, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "ves-openapi-manager", "timestamp": 1670137447933, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "cds", "timestamp": 1670137441295, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:04:31.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670137446571, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "ves-openapi-manager", "timestamp": 1670137447933, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670137446571, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "cds", "timestamp": 1670137450159, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:04:31.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:04:31.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "ves-openapi-manager", "timestamp": 1670137447933, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670137446571, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "cds", "timestamp": 1670137451171, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-12-04T07:04:31.295Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:31.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"22f08231-b771-46b0-926a-654ba160b61f","serviceName":"Demo_pNF_9kbdwazCKUaFaaCHMT2e","serviceVersion":"1.0","serviceUUID":"cf972c3a-f7cd-4552-9c85-e7618f15ceee","serviceDescription":"catalog service description","serviceInvariantUUID":"234c5151-3d9b-4fef-885d-43be9d5f06f7","resources":[{"resourceInstanceName":"pNF 47c8a0dc-bdef 0","resourceName":"pNF 47c8a0dc-bdef","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"08b897cd-debf-4846-953b-db75c8dd3eca","resourceInvariantUUID":"d576331f-a218-4872-abc4-e3c4bca300ba","resourceCustomizationUUID":"a4df6695-84e3-4e31-a125-809dd8b13b44","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vf-license-model.xml","artifactChecksum":"OGRhYjY0MTVhOTVhMjI1YmMzYzg2MWRhMjllZmE4MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"141e1b62-19d2-4e3f-acc7-7ffec824cee6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/pNF.csar","artifactChecksum":"NjZiOTJmMzU3ZWIwMzlmNmRjY2EyNDM2NjE3ZDI4OTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5b25eb3-0b3d-4d42-abee-95b061f4cdbb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e85ecf36-a44f-46a8-912c-cb9d61a4695e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vendor-license-model.xml","artifactChecksum":"N2JlYjg2YjljYzNlODcwYzcwMzZhYjg4MzNlYTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ac70572d-0df9-4013-99f2-e18c5f28f239","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"587f9bc7-5e90-4a0d-ad73-7dc68e751e8f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91901ede-50e0-4e63-a464-1dbde4c42e39","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kbdwazckuafaachmt2e-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-template.yml","artifactChecksum":"YjVmMWRkNmI5MzRjZGRlY2YyNWFmYzBjODA4YTk2MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5669f2a-4aff-4c46-9ace-ab2fb3d587ec","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kbdwazckuafaachmt2e-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar","artifactChecksum":"ZjVjZTgzYzVmMWRkYzEyM2ZjMDA0ODk5YzVjODhiMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41774dcc-a13f-4811-bc9e-8003e0e282a9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-04T07:04:31.298Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:04:31.299Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-04T07:04:31.302Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:04:31.302Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-04T07:04:31.317Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22f08231-b771-46b0-926a-654ba160b61f 2022-12-04T07:04:31.318Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22f08231-b771-46b0-926a-654ba160b61f 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-12-04T07:04:31.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "ves-openapi-manager", "timestamp": 1670137447933, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670137446571, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "ves-openapi-manager", "timestamp": 1670137447933, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670137446571, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "aai-model-loader", "timestamp": 1670137453052, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:04:31.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:04:31.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "ves-openapi-manager", "timestamp": 1670137447933, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-04T07:04:31.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670137446571, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "aai-model-loader", "timestamp": 1670137454054, "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-12-04T07:04:31.336Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22f08231-b771-46b0-926a-654ba160b61f 2022-12-04T07:04:31.337Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22f08231-b771-46b0-926a-654ba160b61f 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-12-04T07:04:31.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "ves-openapi-manager", "timestamp": 1670137447933, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670137446571, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:04:31.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "ves-openapi-manager", "timestamp": 1670137447933, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:31.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-04T07:04:31.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670137455395, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:04:31.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:04:31.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "ves-openapi-manager", "timestamp": 1670137456735, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T07:04:31.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:04:31.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "ves-openapi-manager", "timestamp": 1670137457773, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-04T07:04:31.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:04:31.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670137457399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:04:31.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:04:31.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "ves-openapi-manager", "timestamp": 1670137458777, "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-12-04T07:04:31.370Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 22f08231-b771-46b0-926a-654ba160b61f 2022-12-04T07:04:31.370Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22f08231-b771-46b0-926a-654ba160b61f 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-12-04T07:04:31.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-04T07:04:31.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670137458403, "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-12-04T07:04:31.384Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22f08231-b771-46b0-926a-654ba160b61f 2022-12-04T07:04:31.384Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22f08231-b771-46b0-926a-654ba160b61f 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-12-04T07:04:31.402Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:04:31.404Z||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-12-04T07:04:31.404Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:31.427Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:31.428Z||pool-89-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:04:32.303Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:04:32.303Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:04:32.307Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:04:32.307Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:32.407Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:04:32.408Z||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-12-04T07:04:32.408Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:32.423Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:32.424Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:04:33.307Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:04:33.308Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:04:33.310Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:04:33.310Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:33.410Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:04:33.411Z||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-12-04T07:04:33.411Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:33.426Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:33.427Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:04:34.310Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:04:34.311Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:04:34.313Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:04:34.313Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:34.413Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:04:34.414Z||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-12-04T07:04:34.415Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:34.427Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:34.428Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:04:35.314Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:04:35.314Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:04:35.316Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:04:35.316Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:35.417Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:04:35.418Z||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-12-04T07:04:35.418Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:35.429Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:35.430Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:04:36.317Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:04:36.318Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:04:36.320Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:04:36.321Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:36.421Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:04:36.421Z||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-12-04T07:04:36.422Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:36.437Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:36.437Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:04:37.321Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:04:37.322Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:04:37.324Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:04:37.324Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:04:37.424Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:04:37.425Z||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-12-04T07:04:37.425Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:37.438Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:37.439Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:04:38.325Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:04:38.325Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:04:38.327Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:04:38.327Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:04:38.428Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:04:38.429Z||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-12-04T07:04:38.429Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:38.442Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:38.442Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:04:39.328Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "serviceName": "Demo_pNF_9kbdwazCKUaFaaCHMT2e", "serviceVersion": "1.0", "serviceUUID": "cf972c3a-f7cd-4552-9c85-e7618f15ceee", "serviceDescription": "catalog service description", "serviceInvariantUUID": "234c5151-3d9b-4fef-885d-43be9d5f06f7", "resources": [ { "resourceInstanceName": "pNF 47c8a0dc-bdef 0", "resourceCustomizationUUID": "a4df6695-84e3-4e31-a125-809dd8b13b44", "resourceName": "pNF 47c8a0dc-bdef", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "08b897cd-debf-4846-953b-db75c8dd3eca", "resourceInvariantUUID": "d576331f-a218-4872-abc4-e3c4bca300ba", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "artifactChecksum": "ZjVjZTgzYzVmMWRkYzEyM2ZjMDA0ODk5YzVjODhiMzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "41774dcc-a13f-4811-bc9e-8003e0e282a9" } ], "workloadContext": "Production" } 2022-12-04T07:04:39.329Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-04T07:04:39.329Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf972c3a-f7cd-4552-9c85-e7618f15ceee ASDC 2022-12-04T07:04:39.330Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:22f08231-b771-46b0-926a-654ba160b61f ServiceName:Demo_pNF_9kbdwazCKUaFaaCHMT2e ServiceVersion:1.0 ServiceUUID:cf972c3a-f7cd-4552-9c85-e7618f15ceee ServiceInvariantUUID:234c5151-3d9b-4fef-885d-43be9d5f06f7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf9kbdwazckuafaachmt2e-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar ArtifactUUID:41774dcc-a13f-4811-bc9e-8003e0e282a9 ArtifactChecksum:ZjVjZTgzYzVmMWRkYzEyM2ZjMDA0ODk5YzVjODhiMzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 47c8a0dc-bdef 0 ResourceCustomizationUUID:a4df6695-84e3-4e31-a125-809dd8b13b44 ResourceInvariantUUID:d576331f-a218-4872-abc4-e3c4bca300ba ResourceName:pNF 47c8a0dc-bdef ResourceType:PNF ResourceUUID:08b897cd-debf-4846-953b-db75c8dd3eca ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-04T07:04:39.330Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf972c3a-f7cd-4552-9c85-e7618f15ceee 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-12-04T07:04:39.378Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T07:04:39.379Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-04T07:04:39.380Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-04T07:04:39.380Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 41774dcc-a13f-4811-bc9e-8003e0e282a9 from URL: /sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:39.380Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-12-04T07:04:39.381Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:39.475Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-12-04T07:04:39.479Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 41774dcc-a13f-4811-bc9e-8003e0e282a9 88009 2022-12-04T07:04:39.479Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar ASDC sendASDCNotification 2022-12-04T07:04:39.479Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:39.479Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:04:39.480Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:04:39.482Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:04:39.482Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137479479, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:04:39.582Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:04:39.583Z||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-12-04T07:04:39.583Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:39.594Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:39.594Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:04:40.484Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T07:04:40.484Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-12-04T07:04:40.485Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 41774dcc-a13f-4811-bc9e-8003e0e282a9, URL: /sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar to file: /app/ASDC/1/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:40.485Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:40.486Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:40.486Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:40.639Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4737826167435707825/Definitions/service-DemoPnf9kbdwazckuafaachmt2e-template.yml 2022-12-04T07:04:41.627Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-04T07:04:41.628Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-04T07:04:41.628Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:41.629Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-04T07:04:41.629Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 47c8a0dc-bdef 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-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:41.629Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||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-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:41.629Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:41.629Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||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-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:41.629Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:41.630Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:41.630Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:41.630Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-12-04T07:04:41.630Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:04:41.630Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9kbdwazCKUaFaaCHMT2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:04:41.631Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Node template pNF 47c8a0dc-bdef 0 is matching search criteria 2022-12-04T07:04:41.631Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-04T07:04:41.631Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 47c8a0dc-bdef 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T07:04:41.631Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:04:41.632Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9kbdwazCKUaFaaCHMT2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:04:41.632Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Node template pNF 47c8a0dc-bdef 0 is matching search criteria 2022-12-04T07:04:41.632Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-12-04T07:04:41.632Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 47c8a0dc-bdef 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T07:04:41.632Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:04:41.633Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9kbdwazCKUaFaaCHMT2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:04:41.633Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:04:41.633Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9kbdwazCKUaFaaCHMT2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:04:41.633Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:04:41.633Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9kbdwazCKUaFaaCHMT2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:04:41.633Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:04:41.634Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9kbdwazCKUaFaaCHMT2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:04:41.634Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:04:41.634Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9kbdwazCKUaFaaCHMT2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:04:41.634Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_9kbdwazCKUaFaaCHMT2e Description:catalog service description Model UUID:cf972c3a-f7cd-4552-9c85-e7618f15ceee Model Version:NULL Model InvariantUuid:234c5151-3d9b-4fef-885d-43be9d5f06f7 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-12-04T07:04:41.642Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 08b897cd-debf-4846-953b-db75c8dd3eca 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-12-04T07:04:41.648Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||pNF 47c8a0dc-bdef 0 2022-12-04T07:04:41.648Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 08b897cd-debf-4846-953b-db75c8dd3eca 2022-12-04T07:04:41.648Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: cf972c3a-f7cd-4552-9c85-e7618f15ceee 2022-12-04T07:04:41.649Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cf972c3a-f7cd-4552-9c85-e7618f15ceee 2022-12-04T07:04:41.649Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 47c8a0dc-bdef 0 08b897cd-debf-4846-953b-db75c8dd3eca 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-12-04T07:04:41.654Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fe4beb3, org.onap.sdc.toscaparser.api.parameters.Input@4624fdc9, org.onap.sdc.toscaparser.api.parameters.Input@4b0f81ce, org.onap.sdc.toscaparser.api.parameters.Input@56ece457, org.onap.sdc.toscaparser.api.parameters.Input@4c67d91f] 2022-12-04T07:04:41.654Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:04:41.654Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9kbdwazCKUaFaaCHMT2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:04:41.655Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cf972c3a-f7cd-4552-9c85-e7618f15ceee: pNF 47c8a0dc-bdef 2022-12-04T07:04:41.655Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||Processing PNF resource: 08b897cd-debf-4846-953b-db75c8dd3eca 2022-12-04T07:04:41.655Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:04:41.655Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9kbdwazCKUaFaaCHMT2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:04:41.656Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||Resource customization UUID: a4df6695-84e3-4e31-a125-809dd8b13b44 is the same as notified resource customizationUUID: a4df6695-84e3-4e31-a125-809dd8b13b44 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-12-04T07:04:41.722Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 47c8a0dc-bdef 08b897cd-debf-4846-953b-db75c8dd3eca 0 ASDC deployResourceStructure 2022-12-04T07:04:41.723Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar ASDC sendASDCNotification 2022-12-04T07:04:41.723Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar 2022-12-04T07:04:41.724Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T07:04:41.724Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:04:41.727Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:04:41.727Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137481723, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:04:41.827Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:04:41.828Z||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-12-04T07:04:41.829Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:04:41.842Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:04:41.842Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:04:42.728Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22f08231-b771-46b0-926a-654ba160b61f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:04:42.766Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22f08231-b771-46b0-926a-654ba160b61f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:04:42.773Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:04:42.773Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-04T07:04:42.773Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-04T07:04:42.774Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-04T07:04:42.774Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:04:42.774Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:04:42.774Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:04:42.774Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:04:42.775Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:04:42.775Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-04T07:04:42.782Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-04T07:05:12.782Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22f08231-b771-46b0-926a-654ba160b61f 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-12-04T07:05:12.789Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22f08231-b771-46b0-926a-654ba160b61f and serviceModelVersionId: cf972c3a-f7cd-4552-9c85-e7618f15ceee 2022-12-04T07:05:12.789Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 234c5151-3d9b-4fef-885d-43be9d5f06f7 2022-12-04T07:05:12.792Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/234c5151-3d9b-4fef-885d-43be9d5f06f7/model-vers/model-ver/cf972c3a-f7cd-4552-9c85-e7618f15ceee?depth=0 2022-12-04T07:05:12.801Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-12-04T07:05:12.890Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234c5151-3d9b-4fef-885d-43be9d5f06f7/model-vers/model-ver/cf972c3a-f7cd-4552-9c85-e7618f15ceee?depth=0|INFO|500||Invoke 2022-12-04T07:05:12.891Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234c5151-3d9b-4fef-885d-43be9d5f06f7/model-vers/model-ver/cf972c3a-f7cd-4552-9c85-e7618f15ceee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234c5151-3d9b-4fef-885d-43be9d5f06f7/model-vers/model-ver/cf972c3a-f7cd-4552-9c85-e7618f15ceee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22f08231-b771-46b0-926a-654ba160b61f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[537502b4-73c2-4a60-8848-a51955d15173], X-ECOMP-RequestID=[22f08231-b771-46b0-926a-654ba160b61f], X-TransactionId=[], X-ONAP-RequestID=[22f08231-b771-46b0-926a-654ba160b61f], Content-Type=[application/merge-patch+json]} 2022-12-04T07:05:12.940Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234c5151-3d9b-4fef-885d-43be9d5f06f7/model-vers/model-ver/cf972c3a-f7cd-4552-9c85-e7618f15ceee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-04T07:05:13.068Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234c5151-3d9b-4fef-885d-43be9d5f06f7/model-vers/model-ver/cf972c3a-f7cd-4552-9c85-e7618f15ceee?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/234c5151-3d9b-4fef-885d-43be9d5f06f7/model-vers/model-ver/cf972c3a-f7cd-4552-9c85-e7618f15ceee?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 07:05:12 GMT], content-length=[0], vertex-id=[381120], x-aai-txid=[1-aai-resources-221204-07:05:12:135-8783], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-04T07:05:13.069Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234c5151-3d9b-4fef-885d-43be9d5f06f7/model-vers/model-ver/cf972c3a-f7cd-4552-9c85-e7618f15ceee?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-04T07:05:13.069Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/234c5151-3d9b-4fef-885d-43be9d5f06f7/model-vers/model-ver/cf972c3a-f7cd-4552-9c85-e7618f15ceee?depth=0|INFO|500||InvokeReturn 2022-12-04T07:05:13.070Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-04T07:05:13.071Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-04T07:05:13.078Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-04T07:05:13.078Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22f08231-b771-46b0-926a-654ba160b61f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-04T07:05:13.079Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-04T07:05:13.079Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:05:13.081Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:05:13.081Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137513078, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T07:05:13.181Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:05:13.182Z||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-12-04T07:05:13.182Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:05:13.199Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:05:13.200Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-04T07:05:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:05:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:05:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:05:30.641Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:05:30.641Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:05:30.641Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:05:30.771Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:05:30.771Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:05:30.772Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:05:30.772Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:05:40.185Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:06:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:06:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:06:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:06:30.641Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:06:30.641Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:06:30.641Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:06:31.168Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:06:31.169Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:06:31.169Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:06:31.170Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:06:31.170Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:06:31.170Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:06:31.170Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:06:31.170Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:06:31.170Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:06:31.170Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:06:31.170Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:06:31.170Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:06:31.171Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:06:31.171Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:06:31.171Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/resourceInstances/pnf47c8a0dcbdef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:06:31.171Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:06:31.171Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:06:31.171Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:06:31.171Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:06:31.171Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:06:31.171Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137470636, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:06:31.171Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:06:31.172Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:06:31.172Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137479479, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:06:31.172Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:06:31.172Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:06:31.172Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137481723, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kbdwazckuafaachmt2e/1.0/artifacts/service-DemoPnf9kbdwazckuafaachmt2e-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:06:31.172Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:06:31.172Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:06:31.173Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "22f08231-b771-46b0-926a-654ba160b61f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670137513078, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T07:06:31.173Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:06:40.195Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:07:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:07:30.638Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:07:30.638Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:07:30.641Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:07:30.641Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:07:30.641Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:07:40.208Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:07:40.233Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:08:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:08:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:08:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:08:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:08:30.641Z||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-12-04T07:08:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:08:40.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:08:40.188Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:09:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:09:30.639Z||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-12-04T07:09:30.639Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:09:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:09:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T07:09:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:09:40.188Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:09:40.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:10:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:10:30.637Z||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-12-04T07:10:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:10:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:10:30.641Z||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-12-04T07:10:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:10:40.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:10:40.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:11:30.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:11:30.638Z||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-12-04T07:11:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:11:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:11:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:11:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:11:40.216Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:11:40.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:12:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:12:30.637Z||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-12-04T07:12:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:12:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:12:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:12:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:12:40.189Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:12:40.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:13:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:13:30.637Z||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-12-04T07:13:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:13:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:13:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:13:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:13:40.178Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:13:40.182Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:14:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:14:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:14:30.638Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:14:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:14:30.641Z||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-12-04T07:14:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:14:40.207Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:14:40.207Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:15:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:15:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:15:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:15:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:15:30.642Z||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-12-04T07:15:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:15:40.201Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:15:40.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:16:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:16:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:16:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:16:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:16:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T07:16:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:16:40.181Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:16:40.185Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:17:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:17:30.638Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:17:30.638Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:17:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:17:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:17:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:17:40.212Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:17:40.226Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:18:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:18:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:18:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:18:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:18:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:18:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:18:40.193Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:18:40.203Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:19:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:19:30.638Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:19:30.639Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:19:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:19:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:19:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:19:40.181Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:19:40.195Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:20:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:20:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:20:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:20:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:20:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:20:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:20:40.184Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:20:40.187Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:21:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:21:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:21:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:21:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:21:30.642Z||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-12-04T07:21:30.644Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:21:40.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:21:40.183Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:22:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:22:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:22:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:22:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:22:30.641Z||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-12-04T07:22:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:22:40.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:22:40.202Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:23:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:23:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:23:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:23:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:23:30.641Z||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-12-04T07:23:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:23:40.191Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:23:40.208Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:24:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:24:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:24:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:24:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:24:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:24:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:24:40.237Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:24:40.243Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:25:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:25:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:25:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:25:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:25:30.642Z||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-12-04T07:25:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:25:40.184Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:25:40.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:26:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:26:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:26:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:26:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:26:30.641Z||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-12-04T07:26:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:26:40.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:26:40.188Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:27:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:27:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:27:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:27:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:27:30.641Z||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-12-04T07:27:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:27:40.189Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:27:40.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:28:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:28:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:28:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:28:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:28:30.642Z||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-12-04T07:28:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:28:40.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:28:40.189Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:29:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:29:30.638Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:29:30.638Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:29:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:29:30.641Z||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-12-04T07:29:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:29:40.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:29:40.192Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:30.636Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:30:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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-12-04T07:30:30.637Z|64b97684-eb31-42c4-84b0-1b648e128fdb|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:30:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T07:30:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:31.131Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:31.132Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:30:31.132Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "aai-model-loader", "timestamp": 1670139017587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:30:31.135Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:30:31.135Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:30:31.135Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139005072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:30:31.135Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:30:31.273Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:31.273Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:30:31.273Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"35967f42-fae9-40bf-a788-329c240e77b7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bd374143-f358-449c-8987-af09e7dd7ebd","serviceDescription":"service","serviceInvariantUUID":"2346d62f-a21b-4283-9a8b-026762b4e2fc","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69e56078-ea90-4d3c-851c-19a1da3c4415","resourceInvariantUUID":"12b10efd-f332-4da7-a4a8-87d5b4caae7b","resourceCustomizationUUID":"cccc343c-2cb1-46d5-a6e7-e8ed544f0161","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":"NTkwYjQyOWQ0MDQ5NzAyMWU1MzQzYmEwYzkxNGM1YTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33d01372-2d9b-450f-9312-d6b0e9e58133","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":"ZjcxYzJkZWU5NWMwNzFlMmVhOTdjYmU5YTYwMDI5Y2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f488ec18-9b8e-4d0d-b8b0-d537f55a5aef","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":"28ed50b1-9156-4faa-a079-35c4165de691","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":"88862e9c-e485-4c6b-bb92-84c413cc7a3e","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":"a8dfed2a-b8a7-490b-bc28-1c72b077feb9","artifactVersion":"2","generatedFromUUID":"28ed50b1-9156-4faa-a079-35c4165de691"},{"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":"OTlhODU4MmQ3NDk2YWViMGUwNjk0NWY1Zjg2NTBlZjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a661d3ff-afde-4843-99a0-fb43c6a11b85","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":"OTEwYjU1Y2QzODEzMDg1NjM4ZWEwYTAzNjMxNWFmNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32ae9b5d-4464-476d-a219-2c9ac26840c9","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWNlNmNhNmU0NGE3YWE3YjcyY2RmNWJlZjJiMjYzYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"588648d3-b028-45d9-a355-ba1a96723486","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-04T07:30:31.277Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:30:31.277Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:31.281Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:31.281Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:30:31.381Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:30:31.382Z||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-12-04T07:30:31.382Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:31.397Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:31.398Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:32.283Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:30:32.283Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:32.287Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:32.287Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-04T07:30:32.387Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:30:32.388Z||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-12-04T07:30:32.388Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:32.407Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:32.407Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:30:33.288Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:30:33.288Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:33.290Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:33.291Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-04T07:30:33.391Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:30:33.391Z||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-12-04T07:30:33.392Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:33.404Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:33.404Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:34.291Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:30:34.292Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:34.294Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:34.294Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:30:34.394Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:30:34.395Z||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-12-04T07:30:34.395Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:34.408Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:34.408Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:35.295Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:30:35.295Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:35.298Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:35.299Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-04T07:30:35.399Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:30:35.400Z||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-12-04T07:30:35.400Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:35.433Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:35.433Z||pool-104-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:36.299Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:30:36.300Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:36.302Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:36.302Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:30:36.402Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:30:36.403Z||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-12-04T07:30:36.403Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:36.424Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:36.424Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:30:37.302Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:30:37.303Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:37.305Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:37.305Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:30:37.405Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:30:37.406Z||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-12-04T07:30:37.406Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:37.421Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:37.421Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:38.306Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:30:38.307Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:38.309Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:38.309Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:30:38.409Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:30:38.410Z||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-12-04T07:30:38.410Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:38.424Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:38.424Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:39.310Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "bd374143-f358-449c-8987-af09e7dd7ebd", "serviceDescription": "service", "serviceInvariantUUID": "2346d62f-a21b-4283-9a8b-026762b4e2fc", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "cccc343c-2cb1-46d5-a6e7-e8ed544f0161", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "69e56078-ea90-4d3c-851c-19a1da3c4415", "resourceInvariantUUID": "12b10efd-f332-4da7-a4a8-87d5b4caae7b", "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": "ZjcxYzJkZWU5NWMwNzFlMmVhOTdjYmU5YTYwMDI5Y2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f488ec18-9b8e-4d0d-b8b0-d537f55a5aef", "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": "28ed50b1-9156-4faa-a079-35c4165de691", "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": "a8dfed2a-b8a7-490b-bc28-1c72b077feb9", "generatedFromUUID": "28ed50b1-9156-4faa-a079-35c4165de691" }, "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": "a8dfed2a-b8a7-490b-bc28-1c72b077feb9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWNlNmNhNmU0NGE3YWE3YjcyY2RmNWJlZjJiMjYzYzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "588648d3-b028-45d9-a355-ba1a96723486" } ], "workloadContext": "Production" } 2022-12-04T07:30:39.311Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-04T07:30:39.311Z|64b97684-eb31-42c4-84b0-1b648e128fdb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bd374143-f358-449c-8987-af09e7dd7ebd ASDC 2022-12-04T07:30:39.313Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:35967f42-fae9-40bf-a788-329c240e77b7 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:bd374143-f358-449c-8987-af09e7dd7ebd ServiceInvariantUUID:2346d62f-a21b-4283-9a8b-026762b4e2fc 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:588648d3-b028-45d9-a355-ba1a96723486 ArtifactChecksum:NWNlNmNhNmU0NGE3YWE3YjcyY2RmNWJlZjJiMjYzYzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:cccc343c-2cb1-46d5-a6e7-e8ed544f0161 ResourceInvariantUUID:12b10efd-f332-4da7-a4a8-87d5b4caae7b ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:69e56078-ea90-4d3c-851c-19a1da3c4415 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:f488ec18-9b8e-4d0d-b8b0-d537f55a5aef ArtifactChecksum:ZjcxYzJkZWU5NWMwNzFlMmVhOTdjYmU5YTYwMDI5Y2Y= 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:28ed50b1-9156-4faa-a079-35c4165de691 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:a8dfed2a-b8a7-490b-bc28-1c72b077feb9 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:a8dfed2a-b8a7-490b-bc28-1c72b077feb9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-04T07:30:39.313Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd374143-f358-449c-8987-af09e7dd7ebd 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-12-04T07:30:39.395Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T07:30:39.397Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T07:30:39.397Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T07:30:39.397Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 588648d3-b028-45d9-a355-ba1a96723486 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-04T07:30:39.398Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T07:30:39.398Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-04T07:30:39.502Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T07:30:39.507Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 588648d3-b028-45d9-a355-ba1a96723486 82997 2022-12-04T07:30:39.508Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-04T07:30:39.508Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-04T07:30:39.508Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:30:39.509Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:39.511Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:39.511Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139039508, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:30:39.611Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:30:39.612Z||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-12-04T07:30:39.612Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:39.648Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:39.648Z||pool-108-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:40.512Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T07:30:40.513Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T07:30:40.513Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 588648d3-b028-45d9-a355-ba1a96723486, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-04T07:30:40.514Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-12-04T07:30:40.514Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-04T07:30:40.514Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-04T07:30:40.684Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14222577219397173207/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-12-04T07:30:42.257Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-04T07:30:42.257Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T07:30:42.258Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-04T07:30:42.258Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-04T07:30:42.258Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-04T07:30:42.258Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-04T07:30:42.258Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||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-12-04T07:30:42.259Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-04T07:30:42.259Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-04T07:30:42.264Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-04T07:30:42.264Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||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-12-04T07:30:42.264Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T07:30:42.264Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.265Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:42.265Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-04T07:30:42.266Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T07:30:42.266Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T07:30:42.266Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.266Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:42.267Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-04T07:30:42.267Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T07:30:42.267Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T07:30:42.267Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.268Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:42.268Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.268Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-04T07:30:42.268Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-04T07:30:42.268Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-04T07:30:42.269Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-04T07:30:42.269Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-04T07:30:42.269Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-04T07:30:42.269Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.269Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-04T07:30:42.270Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.270Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-04T07:30:42.270Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:30:42.271Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.271Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-04T07:30:42.271Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:30:42.271Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.271Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-04T07:30:42.272Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:30:42.272Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.272Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-04T07:30:42.272Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-04T07:30:42.272Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-04T07:30:42.273Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=68821b1e-1d5c-438f-a026-5208a7876ce6 2022-12-04T07:30:42.273Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.273Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:42.273Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.274Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:42.274Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.274Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:42.274Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:42.274Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:42.275Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:bd374143-f358-449c-8987-af09e7dd7ebd Model Version:NULL Model InvariantUuid:2346d62f-a21b-4283-9a8b-026762b4e2fc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:4c6e1ddc-0bcf-407f-b5cf-70c8ed11a0bb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:12b10efd-f332-4da7-a4a8-87d5b4caae7b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cccc343c-2cb1-46d5-a6e7-e8ed544f0161 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7ff62279-dc46-4ce0-8c32-531ddc8839df ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:aa88c1b2-46ff-4132-8dd6-e829332620e5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:68821b1e-1d5c-438f-a026-5208a7876ce6 ModelInvariantUuid:82014252-2f5d-4733-a970-f8fe624e9b68 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:5cff86c4-9fa5-42bc-ac7b-e358f97fa68d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:fb7217b1-91df-484a-86c4-93cacff26db8 ModelInvariantUuid:4363a155-e5e9-4171-a767-2e9fb8dd57ae ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:df3d94c2-2710-4675-b638-13c163aa2ced 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-12-04T07:30:42.290Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 69e56078-ea90-4d3c-851c-19a1da3c4415 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-12-04T07:30:42.297Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-12-04T07:30:42.297Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69e56078-ea90-4d3c-851c-19a1da3c4415 2022-12-04T07:30:42.297Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f488ec18-9b8e-4d0d-b8b0-d537f55a5aef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-04T07:30:42.297Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T07:30:42.298Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-04T07:30:42.406Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T07:30:42.407Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f488ec18-9b8e-4d0d-b8b0-d537f55a5aef 792 2022-12-04T07:30:42.407Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-04T07:30:42.407Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-04T07:30:42.408Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:30:42.408Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:42.411Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:42.411Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139042407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T07:30:42.511Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:30:42.512Z||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-12-04T07:30:42.513Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:42.542Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:42.542Z||pool-109-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:43.412Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7ff62279-dc46-4ce0-8c32-531ddc8839df", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa88c1b2-46ff-4132-8dd6-e829332620e5", "vfModuleModelCustomizationUUID": "40ae1c7e-cb27-4273-a70f-0b9cec27fd4b", "isBase": true, "artifacts": [ "28ed50b1-9156-4faa-a079-35c4165de691", "a8dfed2a-b8a7-490b-bc28-1c72b077feb9" ], "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-12-04T07:30:43.417Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa88c1b2-46ff-4132-8dd6-e829332620e5 VfModuleModelInvariantUUID:7ff62279-dc46-4ce0-8c32-531ddc8839df VfModuleModelDescription:NULL Artifacts UUID List:{ 28ed50b1-9156-4faa-a079-35c4165de691 , a8dfed2a-b8a7-490b-bc28-1c72b077feb9 } 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-12-04T07:30:43.419Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7ff62279-dc46-4ce0-8c32-531ddc8839df", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa88c1b2-46ff-4132-8dd6-e829332620e5", "vfModuleModelCustomizationUUID": "40ae1c7e-cb27-4273-a70f-0b9cec27fd4b", "isBase": true, "artifacts": [ "28ed50b1-9156-4faa-a079-35c4165de691", "a8dfed2a-b8a7-490b-bc28-1c72b077feb9" ], "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-12-04T07:30:43.419Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa88c1b2-46ff-4132-8dd6-e829332620e5 VfModuleModelInvariantUUID:7ff62279-dc46-4ce0-8c32-531ddc8839df VfModuleModelDescription:NULL Artifacts UUID List:{ 28ed50b1-9156-4faa-a079-35c4165de691 , a8dfed2a-b8a7-490b-bc28-1c72b077feb9 } 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-12-04T07:30:43.419Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 28ed50b1-9156-4faa-a079-35c4165de691 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-04T07:30:43.419Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T07:30:43.419Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-04T07:30:43.499Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T07:30:43.499Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 28ed50b1-9156-4faa-a079-35c4165de691 5033 2022-12-04T07:30:43.499Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-04T07:30:43.499Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-04T07:30:43.500Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:30:43.500Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:43.504Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:43.504Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139043499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T07:30:43.604Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:30:43.605Z||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-12-04T07:30:43.605Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:43.618Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:43.619Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:30:44.505Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a8dfed2a-b8a7-490b-bc28-1c72b077feb9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-04T07:30:44.505Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T07:30:44.506Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-04T07:30:44.567Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T07:30:44.567Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a8dfed2a-b8a7-490b-bc28-1c72b077feb9 903 2022-12-04T07:30:44.567Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-04T07:30:44.568Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-04T07:30:44.568Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:30:44.568Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:44.570Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:44.570Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139044567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-04T07:30:44.670Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:30:44.671Z||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-12-04T07:30:44.672Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:44.697Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:44.698Z||pool-111-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:30:45.571Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bd374143-f358-449c-8987-af09e7dd7ebd 2022-12-04T07:30:45.571Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 69e56078-ea90-4d3c-851c-19a1da3c4415 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-12-04T07:30:45.593Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@356716a, org.onap.sdc.toscaparser.api.parameters.Input@18019e46, org.onap.sdc.toscaparser.api.parameters.Input@5bea11c7, org.onap.sdc.toscaparser.api.parameters.Input@5b670cb6, org.onap.sdc.toscaparser.api.parameters.Input@6b0aeb91] 2022-12-04T07:30:45.596Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.598Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:45.598Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-04T07:30:45.604Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= cccc343c-2cb1-46d5-a6e7-e8ed544f0161 2022-12-04T07:30:45.605Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cccc343c-2cb1-46d5-a6e7-e8ed544f0161 matches Tosca VF Customization UUID: cccc343c-2cb1-46d5-a6e7-e8ed544f0161 2022-12-04T07:30:45.606Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: cccc343c-2cb1-46d5-a6e7-e8ed544f0161 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-12-04T07:30:45.615Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.616Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:45.618Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id cccc343c-2cb1-46d5-a6e7-e8ed544f0161: {\"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-12-04T07:30:45.619Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17e35981 2022-12-04T07:30:45.620Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.620Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-04T07:30:45.621Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40ae1c7e-cb27-4273-a70f-0b9cec27fd4b 2022-12-04T07:30:45.621Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40ae1c7e-cb27-4273-a70f-0b9cec27fd4b 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-12-04T07:30:45.626Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.626Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-04T07:30:45.627Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:30:45.628Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.628Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-04T07:30:45.629Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:30:45.629Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.629Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-04T07:30:45.630Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-04T07:30:45.630Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-04T07:30:45.630Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=68821b1e-1d5c-438f-a026-5208a7876ce6 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-12-04T07:30:45.635Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.636Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-04T07:30:45.636Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:30:45.636Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.637Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-04T07:30:45.637Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cccc343c-2cb1-46d5-a6e7-e8ed544f0161 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-12-04T07:30:45.640Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.640Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:45.641Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bd374143-f358-449c-8987-af09e7dd7ebd: basic_vm_macro 2022-12-04T07:30:45.641Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.641Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:45.642Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.642Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:45.643Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.643Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:45.644Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.644Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:45.645Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:30:45.645Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:30:45.646Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||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-12-04T07:30:45.804Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 69e56078-ea90-4d3c-851c-19a1da3c4415 1 ASDC deployResourceStructure 2022-12-04T07:30:45.805Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-04T07:30:45.805Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-04T07:30:45.805Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T07:30:45.805Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:45.807Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:45.807Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139045805, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T07:30:45.908Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-04T07:30:45.909Z||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-12-04T07:30:45.909Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:45.924Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:45.925Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:46.810Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-04T07:30:46.810Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-04T07:30:46.810Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T07:30:46.811Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:46.813Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:46.813Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139046810, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-04T07:30:46.916Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-04T07:30:46.917Z||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-12-04T07:30:46.917Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:46.935Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:46.936Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:47.813Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-04T07:30:47.814Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-04T07:30:47.814Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T07:30:47.814Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:47.816Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:47.816Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139047813, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-04T07:30:47.917Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-04T07:30:47.918Z||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-12-04T07:30:47.918Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:47.944Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:47.945Z||pool-114-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:48.820Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-04T07:30:48.820Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-04T07:30:48.820Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T07:30:48.820Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:30:48.823Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:30:48.823Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139048820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:30:48.923Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:30:48.924Z||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-12-04T07:30:48.924Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:30:48.942Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:30:48.942Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:30:49.824Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:30:49.839Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:30:49.842Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:30:49.842Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T07:30:49.842Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T07:31:19.842Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:31:19.857Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:31:19.860Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:31:19.861Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T07:31:19.861Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T07:31:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:31:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T07:31:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:31:30.670Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:31:30.671Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:31:30.671Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "ves-openapi-manager", "timestamp": 1670139027933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:31:30.672Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:31:49.862Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:31:49.882Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:31:49.889Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:31:49.889Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T07:31:49.889Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T07:32:19.890Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:32:19.906Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:32:19.908Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:32:19.908Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T07:32:19.909Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T07:32:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:32:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T07:32:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:32:30.684Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:32:30.685Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:32:30.685Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "aai-model-loader", "timestamp": 1670139017587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T07:32:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:32:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:32:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139005072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-04T07:32:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:32:49.909Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:32:49.925Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:32:49.930Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:32:49.931Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T07:32:49.931Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T07:33:19.931Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:33:19.949Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:33:19.951Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:33:19.952Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T07:33:19.952Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T07:33:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:33:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T07:33:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:33:30.676Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:33:30.678Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.678Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.679Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.679Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.679Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "ves-openapi-manager", "timestamp": 1670139027933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.679Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.679Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.679Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "aai-model-loader", "timestamp": 1670139017587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.679Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.679Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.680Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139005072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-04T07:33:30.680Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.680Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.680Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-04T07:33:30.680Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.680Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.680Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "cds", "timestamp": 1670139031295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.680Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.680Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.680Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "ves-openapi-manager", "timestamp": 1670139027933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.680Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "aai-model-loader", "timestamp": 1670139017587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139005072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "cds", "timestamp": 1670139031295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.681Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.682Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.682Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "ves-openapi-manager", "timestamp": 1670139027933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.682Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.682Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.682Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "aai-model-loader", "timestamp": 1670139017587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.682Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.682Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.682Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139005072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-04T07:33:30.682Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.682Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.683Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.683Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.683Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.683Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "cds", "timestamp": 1670139031295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.683Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.683Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.683Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "ves-openapi-manager", "timestamp": 1670139027933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.683Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.683Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.683Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "aai-model-loader", "timestamp": 1670139017587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.684Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.684Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.684Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139005072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.684Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.684Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.684Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-04T07:33:30.684Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.684Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.684Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "cds", "timestamp": 1670139031295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.685Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.685Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.685Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "ves-openapi-manager", "timestamp": 1670139027933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.685Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.685Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.685Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "aai-model-loader", "timestamp": 1670139017587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.685Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139005072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "cds", "timestamp": 1670139031295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.686Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "ves-openapi-manager", "timestamp": 1670139027933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.687Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.687Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.687Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "aai-model-loader", "timestamp": 1670139017587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:33:30.687Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.687Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.687Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139005072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:33:30.687Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.687Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.687Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.688Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.688Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.688Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "cds", "timestamp": 1670139031295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.688Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.688Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.688Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "ves-openapi-manager", "timestamp": 1670139027933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.689Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.689Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.689Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139030636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:33:30.689Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.689Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.689Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139037127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T07:33:30.689Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.690Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.690Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "aai-model-loader", "timestamp": 1670139037359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:33:30.690Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.690Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.690Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "cds", "timestamp": 1670139031295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.690Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.691Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.691Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139036571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.691Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.691Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.691Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139039508, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:33:30.691Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.691Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.691Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139038203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T07:33:30.691Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.691Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.691Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "cds", "timestamp": 1670139031295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139036571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139039306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139036571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.692Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "cds", "timestamp": 1670139040150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:33:30.693Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.693Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.693Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139040345, "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-12-04T07:33:30.702Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35967f42-fae9-40bf-a788-329c240e77b7 2022-12-04T07:33:30.702Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35967f42-fae9-40bf-a788-329c240e77b7 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-12-04T07:33:30.713Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.713Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139036571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.713Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139042407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T07:33:30.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "multicloud-k8s", "timestamp": 1670139041348, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T07:33:30.715Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.715Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.715Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139036571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.715Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.715Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.716Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139043499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T07:33:30.716Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.716Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.716Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139036571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.716Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.717Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.717Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "cds", "timestamp": 1670139043253, "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-12-04T07:33:30.725Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35967f42-fae9-40bf-a788-329c240e77b7 2022-12-04T07:33:30.728Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35967f42-fae9-40bf-a788-329c240e77b7 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-12-04T07:33:30.737Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.737Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139044567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-04T07:33:30.737Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.737Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.737Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139036571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:33:30.738Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.738Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.738Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139036571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:33:30.739Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-04T07:33:30.739Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.739Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139045805, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T07:33:30.740Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.740Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.740Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139046810, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-04T07:33:30.740Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.740Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.741Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139045475, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:33:30.741Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.741Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.741Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139047813, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-04T07:33:30.742Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.742Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.742Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139048820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:33:30.742Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.742Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.743Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139048059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:33:30.743Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.743Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.743Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "aai-model-loader", "timestamp": 1670139048764, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:33:30.744Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:33:30.744Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.744Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139049062, "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-12-04T07:33:30.750Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35967f42-fae9-40bf-a788-329c240e77b7 2022-12-04T07:33:30.750Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35967f42-fae9-40bf-a788-329c240e77b7 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-12-04T07:33:30.760Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-04T07:33:30.760Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "aai-model-loader", "timestamp": 1670139049766, "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-12-04T07:33:30.768Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35967f42-fae9-40bf-a788-329c240e77b7 2022-12-04T07:33:30.768Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35967f42-fae9-40bf-a788-329c240e77b7 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-12-04T07:33:49.952Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:33:50.327Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:33:50.332Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:33:50.332Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-04T07:33:50.333Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-04T07:33:50.334Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-04T07:33:50.334Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:33:50.334Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:33:50.334Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:33:50.335Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:33:50.335Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:33:50.335Z|35967f42-fae9-40bf-a788-329c240e77b7|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-12-04T07:33:50.342Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-04T07:34:20.343Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35967f42-fae9-40bf-a788-329c240e77b7 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-12-04T07:34:20.353Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35967f42-fae9-40bf-a788-329c240e77b7 and serviceModelVersionId: bd374143-f358-449c-8987-af09e7dd7ebd 2022-12-04T07:34:20.353Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2346d62f-a21b-4283-9a8b-026762b4e2fc 2022-12-04T07:34:20.354Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2346d62f-a21b-4283-9a8b-026762b4e2fc/model-vers/model-ver/bd374143-f358-449c-8987-af09e7dd7ebd?depth=0 2022-12-04T07:34:20.360Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-04T07:34:20.405Z|35967f42-fae9-40bf-a788-329c240e77b7|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/2346d62f-a21b-4283-9a8b-026762b4e2fc/model-vers/model-ver/bd374143-f358-449c-8987-af09e7dd7ebd?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-12-04T07:34:20.407Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2346d62f-a21b-4283-9a8b-026762b4e2fc/model-vers/model-ver/bd374143-f358-449c-8987-af09e7dd7ebd?depth=0|INFO|500||Invoke 2022-12-04T07:34:20.427Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2346d62f-a21b-4283-9a8b-026762b4e2fc/model-vers/model-ver/bd374143-f358-449c-8987-af09e7dd7ebd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-04T07:34:20.523Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2346d62f-a21b-4283-9a8b-026762b4e2fc/model-vers/model-ver/bd374143-f358-449c-8987-af09e7dd7ebd?depth=0|INFO|500||InvokeReturn 2022-12-04T07:34:20.525Z|35967f42-fae9-40bf-a788-329c240e77b7|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/2346d62f-a21b-4283-9a8b-026762b4e2fc/model-vers/model-ver/bd374143-f358-449c-8987-af09e7dd7ebd?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 07:34:19 GMT], content-length=[0], vertex-id=[286848], x-aai-txid=[1-aai-resources-221204-07:34:19:620-93927], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-04T07:34:20.525Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-12-04T07:34:20.526Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-04T07:34:20.526Z|35967f42-fae9-40bf-a788-329c240e77b7|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-12-04T07:34:20.533Z|35967f42-fae9-40bf-a788-329c240e77b7|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-12-04T07:34:20.533Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35967f42-fae9-40bf-a788-329c240e77b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-04T07:34:20.533Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-04T07:34:20.534Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:20.536Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:20.536Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139260533, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T07:34:20.636Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:34:20.638Z||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-12-04T07:34:20.638Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:20.658Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:20.659Z||pool-116-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-04T07:34:21.548Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:34:21.549Z|35967f42-fae9-40bf-a788-329c240e77b7|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-12-04T07:34:21.549Z|35967f42-fae9-40bf-a788-329c240e77b7|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:27.204Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:27.205Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:34:27.205Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8838112-9ede-4626-85e5-14063e8dbc1f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f3edb9cb-517b-4bc2-8daf-afee8db484b7","serviceDescription":"service","serviceInvariantUUID":"ae1d5077-cf4b-4941-badc-9b832f4fb1e1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"13636916-098b-4c42-a22c-905acc0a22fc","resourceInvariantUUID":"86c4eb03-4c66-429b-a3f4-0bebc780ba7a","resourceCustomizationUUID":"c08f3b9b-e926-45e7-adaf-a0d9f661276f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ4MzIzMDM0M2EwNDA4NTIyMjA5MjY5MThmYzY5NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8364a88a-1fad-4988-86a5-baf6580d6c96","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42f54dda-256b-4afb-95d9-8c56bde8d539","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2b4b7af-5f83-4199-914d-644e82b94d03","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YWU0ZDcwNzNlNWNjYTQzOTQyZjVlM2EyZDFjZjE5MTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0f490b92-a102-403b-843c-d27f09a26b73","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6199bd1c-d3d2-4d6d-9de8-d6a433684de1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28820bcd-4f30-4ea1-8915-3572eb23221c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"94f4e0c7-5997-43ef-9288-af171d6ac5e6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZjZhN2NjNTBlOGU2MTBlNWMzMzFmNTUwM2Y1OTJhODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af915b81-1a7b-4463-bf4c-3beb22e91491","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWY0MWVjNjMwNGI0NzJhNjkyYWMyMGM4MThlNjM4ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aabd2dc7-22a2-4bd8-b58d-df4a3211c7b6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-04T07:34:27.208Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:34:27.208Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:27.210Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:27.211Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:27.311Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:34:27.312Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:34:27.312Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:27.323Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:27.323Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:34:28.211Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:34:28.212Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:28.214Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:28.214Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:28.314Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:34:28.315Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:34:28.315Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:28.331Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:28.332Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:34:29.216Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:34:29.216Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:29.219Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:29.219Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:29.319Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:34:29.320Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:34:29.320Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:29.354Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:29.354Z||pool-119-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:34:30.219Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:34:30.220Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:30.222Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:30.222Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.322Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:34:30.323Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:34:30.323Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:30.337Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:30.338Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:34:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:34:30.642Z||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-12-04T07:34:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:30.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:30.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "multicloud-k8s", "timestamp": 1670139102357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139127933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139126572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "multicloud-k8s", "timestamp": 1670139102357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139127933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139126572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "multicloud-k8s", "timestamp": 1670139102357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139127933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139126572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "multicloud-k8s", "timestamp": 1670139102357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139127933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139126572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "multicloud-k8s", "timestamp": 1670139102357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139127933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139126572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "multicloud-k8s", "timestamp": 1670139102357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139127933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139126572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "multicloud-k8s", "timestamp": 1670139102357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "cds", "timestamp": 1670139136295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139127933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139126572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "multicloud-k8s", "timestamp": 1670139102357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "cds", "timestamp": 1670139136295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139137587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139127933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139126572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "multicloud-k8s", "timestamp": 1670139102357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "cds", "timestamp": 1670139136295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139137587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139127933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139126572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "cds", "timestamp": 1670139136295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139137587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139140778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T07:34:30.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:34:30.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139140009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:34:30.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:34:30.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "cds", "timestamp": 1670139136295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139137587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139141822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "cds", "timestamp": 1670139136295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139137587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139141931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:34:30.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:34:30.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "ves-openapi-manager", "timestamp": 1670139142826, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:34:30.696Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a8838112-9ede-4626-85e5-14063e8dbc1f 2022-12-04T07:34:30.697Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8838112-9ede-4626-85e5-14063e8dbc1f 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-12-04T07:34:30.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "cds", "timestamp": 1670139136295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139137587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139142939, "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-12-04T07:34:30.710Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8838112-9ede-4626-85e5-14063e8dbc1f 2022-12-04T07:34:30.711Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8838112-9ede-4626-85e5-14063e8dbc1f 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-12-04T07:34:30.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139139123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "cds", "timestamp": 1670139136295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139137587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139139123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-04T07:34:30.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "cds", "timestamp": 1670139136295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:34:30.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139137587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139139123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-04T07:34:30.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139137587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:34:30.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "cds", "timestamp": 1670139146141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:34:30.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:34:30.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139139123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139146805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:34:30.732Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:34:30.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "cds", "timestamp": 1670139147472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-04T07:34:30.740Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8838112-9ede-4626-85e5-14063e8dbc1f 2022-12-04T07:34:30.740Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8838112-9ede-4626-85e5-14063e8dbc1f 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-12-04T07:34:30.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139139123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-04T07:34:30.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "ves-openapi-manager", "timestamp": 1670139147933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139139123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-04T07:34:30.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:30.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:34:30.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "ves-openapi-manager", "timestamp": 1670139147933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:30.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:34:31.223Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:34:31.223Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:31.225Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:31.225Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:31.325Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:34:31.326Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:34:31.326Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:31.344Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:31.345Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:34:32.226Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:34:32.226Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:32.228Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:32.228Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:32.328Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:34:32.329Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:34:32.329Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:32.346Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:32.346Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:34:33.229Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:34:33.230Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:33.232Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:33.232Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:33.332Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:34:33.334Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:34:33.334Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:33.348Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:33.349Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:34:34.235Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:34:34.236Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:34.239Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:34.239Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:34:34.338Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-04T07:34:34.339Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:34:34.339Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:34.352Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:34.353Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:34:35.240Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:34:35.241Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:35.243Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:35.243Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:34:35.343Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:34:35.344Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:34:35.344Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:35.359Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:35.362Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:34:36.244Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "f3edb9cb-517b-4bc2-8daf-afee8db484b7", "serviceDescription": "service", "serviceInvariantUUID": "ae1d5077-cf4b-4941-badc-9b832f4fb1e1", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "c08f3b9b-e926-45e7-adaf-a0d9f661276f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "13636916-098b-4c42-a22c-905acc0a22fc", "resourceInvariantUUID": "86c4eb03-4c66-429b-a3f4-0bebc780ba7a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "OWY0MWVjNjMwNGI0NzJhNjkyYWMyMGM4MThlNjM4ZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aabd2dc7-22a2-4bd8-b58d-df4a3211c7b6" } ], "workloadContext": "Production" } 2022-12-04T07:34:36.244Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-04T07:34:36.244Z|35967f42-fae9-40bf-a788-329c240e77b7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f3edb9cb-517b-4bc2-8daf-afee8db484b7 ASDC 2022-12-04T07:34:36.245Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:a8838112-9ede-4626-85e5-14063e8dbc1f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:f3edb9cb-517b-4bc2-8daf-afee8db484b7 ServiceInvariantUUID:ae1d5077-cf4b-4941-badc-9b832f4fb1e1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:aabd2dc7-22a2-4bd8-b58d-df4a3211c7b6 ArtifactChecksum:OWY0MWVjNjMwNGI0NzJhNjkyYWMyMGM4MThlNjM4ZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:c08f3b9b-e926-45e7-adaf-a0d9f661276f ResourceInvariantUUID:86c4eb03-4c66-429b-a3f4-0bebc780ba7a ResourceName:test-pnf ResourceType:PNF ResourceUUID:13636916-098b-4c42-a22c-905acc0a22fc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-04T07:34:36.245Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3edb9cb-517b-4bc2-8daf-afee8db484b7 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-12-04T07:34:36.268Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T07:34:36.269Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T07:34:36.269Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T07:34:36.269Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aabd2dc7-22a2-4bd8-b58d-df4a3211c7b6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-04T07:34:36.269Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T07:34:36.269Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-04T07:34:36.347Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T07:34:36.352Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar aabd2dc7-22a2-4bd8-b58d-df4a3211c7b6 111098 2022-12-04T07:34:36.352Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-04T07:34:36.352Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-04T07:34:36.352Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:34:36.353Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:36.355Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:36.355Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139276352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:34:36.456Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-04T07:34:36.457Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:34:36.457Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:36.472Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:36.472Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:34:37.356Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T07:34:37.357Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T07:34:37.357Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: aabd2dc7-22a2-4bd8-b58d-df4a3211c7b6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-04T07:34:37.358Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-12-04T07:34:37.359Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-04T07:34:37.359Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-04T07:34:37.524Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6515878166652415786/Definitions/service-TestPnfMacro-template.yml 2022-12-04T07:34:38.412Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-04T07:34:38.413Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T07:34:38.413Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-04T07:34:38.413Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-04T07:34:38.413Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-04T07:34:38.413Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-04T07:34:38.413Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-04T07:34:38.413Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-04T07:34:38.414Z|a8838112-9ede-4626-85e5-14063e8dbc1f|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-TestPnfMacro-csar.csar 2022-12-04T07:34:38.414Z|a8838112-9ede-4626-85e5-14063e8dbc1f|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-TestPnfMacro-csar.csar 2022-12-04T07:34:38.414Z|a8838112-9ede-4626-85e5-14063e8dbc1f|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-TestPnfMacro-csar.csar 2022-12-04T07:34:38.414Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T07:34:38.414Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:34:38.414Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:34:38.414Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-04T07:34:38.415Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T07:34:38.415Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T07:34:38.415Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:34:38.415Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:34:38.415Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-04T07:34:38.415Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T07:34:38.415Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-04T07:34:38.416Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:34:38.416Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:34:38.416Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:34:38.416Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:34:38.416Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:34:38.416Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:34:38.416Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:34:38.416Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:34:38.417Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:34:38.417Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:34:38.417Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:f3edb9cb-517b-4bc2-8daf-afee8db484b7 Model Version:NULL Model InvariantUuid:ae1d5077-cf4b-4941-badc-9b832f4fb1e1 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-12-04T07:34:38.424Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 13636916-098b-4c42-a22c-905acc0a22fc 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-12-04T07:34:38.428Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-12-04T07:34:38.428Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 13636916-098b-4c42-a22c-905acc0a22fc 2022-12-04T07:34:38.428Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f3edb9cb-517b-4bc2-8daf-afee8db484b7 2022-12-04T07:34:38.428Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f3edb9cb-517b-4bc2-8daf-afee8db484b7 2022-12-04T07:34:38.428Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 13636916-098b-4c42-a22c-905acc0a22fc 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-12-04T07:34:38.433Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f00f5ed, org.onap.sdc.toscaparser.api.parameters.Input@6673405a, org.onap.sdc.toscaparser.api.parameters.Input@4d4405d, org.onap.sdc.toscaparser.api.parameters.Input@1248d05c, org.onap.sdc.toscaparser.api.parameters.Input@afff065] 2022-12-04T07:34:38.434Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:34:38.434Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:34:38.434Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f3edb9cb-517b-4bc2-8daf-afee8db484b7: test-pnf 2022-12-04T07:34:38.434Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||Processing PNF resource: 13636916-098b-4c42-a22c-905acc0a22fc 2022-12-04T07:34:38.435Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:34:38.435Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-04T07:34:38.435Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||Resource customization UUID: c08f3b9b-e926-45e7-adaf-a0d9f661276f is the same as notified resource customizationUUID: c08f3b9b-e926-45e7-adaf-a0d9f661276f 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-12-04T07:34:38.474Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 13636916-098b-4c42-a22c-905acc0a22fc 0 ASDC deployResourceStructure 2022-12-04T07:34:38.474Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-04T07:34:38.474Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-04T07:34:38.475Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T07:34:38.475Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:34:38.477Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:34:38.477Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139278474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:34:38.577Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:34:38.578Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:34:38.578Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:34:38.591Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:34:38.591Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:34:39.478Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8838112-9ede-4626-85e5-14063e8dbc1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:34:39.492Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8838112-9ede-4626-85e5-14063e8dbc1f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:34:39.495Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:34:39.495Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T07:34:39.495Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T07:35:09.495Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8838112-9ede-4626-85e5-14063e8dbc1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:35:09.514Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8838112-9ede-4626-85e5-14063e8dbc1f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:35:09.518Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:35:09.518Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-04T07:35:09.519Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-04T07:35:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:35:30.642Z||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-12-04T07:35:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:35:30.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:35:30.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139139123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-04T07:35:30.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "ves-openapi-manager", "timestamp": 1670139147933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139139123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "ves-openapi-manager", "timestamp": 1670139147933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139139123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139151295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "ves-openapi-manager", "timestamp": 1670139147933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139139123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:35:30.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139151295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139152562, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:35:30.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:35:30.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "ves-openapi-manager", "timestamp": 1670139147933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139151295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "aai-model-loader", "timestamp": 1670139153564, "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-12-04T07:35:30.690Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8838112-9ede-4626-85e5-14063e8dbc1f 2022-12-04T07:35:30.690Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8838112-9ede-4626-85e5-14063e8dbc1f 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-12-04T07:35:30.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139153345, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T07:35:30.703Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:35:30.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "ves-openapi-manager", "timestamp": 1670139147933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139151295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139154409, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T07:35:30.704Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:35:30.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "ves-openapi-manager", "timestamp": 1670139147933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139151295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139155458, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-04T07:35:30.706Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:35:30.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "ves-openapi-manager", "timestamp": 1670139147933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139151295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139156527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-04T07:35:30.707Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:35:30.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "ves-openapi-manager", "timestamp": 1670139147933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139151295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139156571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139157588, "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-12-04T07:35:30.727Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3574645-5c4a-438d-9c07-c8f381a426bf 2022-12-04T07:35:30.728Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3574645-5c4a-438d-9c07-c8f381a426bf 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-12-04T07:35:30.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139151295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139156571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "multicloud-k8s", "timestamp": 1670139158590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T07:35:30.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:35:30.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139151295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139156571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139151295, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:35:30.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139156571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139162048, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:35:30.741Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:35:30.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139156571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139156571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "cds", "timestamp": 1670139163411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-04T07:35:30.748Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3574645-5c4a-438d-9c07-c8f381a426bf 2022-12-04T07:35:30.749Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3574645-5c4a-438d-9c07-c8f381a426bf 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-12-04T07:35:30.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139156571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139156571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139156571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139156571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:35:30.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139167587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139167406, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:35:30.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:35:30.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139167587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139167587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139169735, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:35:30.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:35:30.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139167587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670139170739, "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-12-04T07:35:30.776Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3574645-5c4a-438d-9c07-c8f381a426bf 2022-12-04T07:35:30.777Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3574645-5c4a-438d-9c07-c8f381a426bf 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-12-04T07:35:30.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139167587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139167587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139167587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139167587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139167587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:35:30.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139167587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:35:30.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:35:30.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139177745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:35:30.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:35:30.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139186073, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:35:30.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:35:30.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:35:30.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "aai-model-loader", "timestamp": 1670139187075, "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-12-04T07:35:30.801Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3574645-5c4a-438d-9c07-c8f381a426bf 2022-12-04T07:35:30.801Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3574645-5c4a-438d-9c07-c8f381a426bf 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-12-04T07:35:39.519Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8838112-9ede-4626-85e5-14063e8dbc1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:35:39.546Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8838112-9ede-4626-85e5-14063e8dbc1f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:35:39.554Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:35:39.554Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-04T07:35:39.554Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-04T07:35:39.554Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-04T07:35:39.555Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:35:39.555Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:35:39.555Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:35:39.555Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:35:39.555Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:35:39.555Z|a8838112-9ede-4626-85e5-14063e8dbc1f|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-12-04T07:35:39.564Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-04T07:36:09.565Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8838112-9ede-4626-85e5-14063e8dbc1f 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-12-04T07:36:09.573Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8838112-9ede-4626-85e5-14063e8dbc1f and serviceModelVersionId: f3edb9cb-517b-4bc2-8daf-afee8db484b7 2022-12-04T07:36:09.573Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae1d5077-cf4b-4941-badc-9b832f4fb1e1 2022-12-04T07:36:09.574Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae1d5077-cf4b-4941-badc-9b832f4fb1e1/model-vers/model-ver/f3edb9cb-517b-4bc2-8daf-afee8db484b7?depth=0 2022-12-04T07:36:09.581Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-04T07:36:09.635Z|a8838112-9ede-4626-85e5-14063e8dbc1f|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/ae1d5077-cf4b-4941-badc-9b832f4fb1e1/model-vers/model-ver/f3edb9cb-517b-4bc2-8daf-afee8db484b7?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-12-04T07:36:09.636Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae1d5077-cf4b-4941-badc-9b832f4fb1e1/model-vers/model-ver/f3edb9cb-517b-4bc2-8daf-afee8db484b7?depth=0|INFO|500||Invoke 2022-12-04T07:36:09.662Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae1d5077-cf4b-4941-badc-9b832f4fb1e1/model-vers/model-ver/f3edb9cb-517b-4bc2-8daf-afee8db484b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-04T07:36:09.767Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae1d5077-cf4b-4941-badc-9b832f4fb1e1/model-vers/model-ver/f3edb9cb-517b-4bc2-8daf-afee8db484b7?depth=0|INFO|500||InvokeReturn 2022-12-04T07:36:09.767Z|a8838112-9ede-4626-85e5-14063e8dbc1f|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/ae1d5077-cf4b-4941-badc-9b832f4fb1e1/model-vers/model-ver/f3edb9cb-517b-4bc2-8daf-afee8db484b7?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 07:36:08 GMT], content-length=[0], vertex-id=[315392], x-aai-txid=[0-aai-resources-221204-07:36:08:856-6297], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-04T07:36:09.768Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-12-04T07:36:09.769Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-04T07:36:09.769Z|a8838112-9ede-4626-85e5-14063e8dbc1f|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-12-04T07:36:09.774Z|a8838112-9ede-4626-85e5-14063e8dbc1f|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-12-04T07:36:09.774Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8838112-9ede-4626-85e5-14063e8dbc1f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-04T07:36:09.775Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-04T07:36:09.775Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:09.778Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:09.778Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139369774, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T07:36:09.878Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:36:09.880Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:09.880Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:09.896Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:09.897Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-04T07:36:10.795Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:36:10.795Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3574645-5c4a-438d-9c07-c8f381a426bf","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"451e4153-a9fb-40d8-adb9-6ad50fb593a8","serviceDescription":"service","serviceInvariantUUID":"adb232e3-0c43-4254-96dc-4dd2e9a07b0a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"778cb0d1-9058-4e2d-a5de-3b5cace3dcc6","resourceInvariantUUID":"2eafefc7-8bb5-49a4-bff1-7d8bd81523b8","resourceCustomizationUUID":"745c85e3-206f-4518-bae5-2b0e6c0cdcd7","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":"OTQ1OWE0MTQ1MGY0MzFkMzVkZjI4MTNjMmRjNzgzNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5ac698c-78fe-462a-9d28-022e894f6899","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":"N2M0OWFlNzAwZDg0YjQzOWNjYWRmZTY5N2FkOGNmMDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9b7aa048-cc61-4390-b75a-a5780a5fd10b","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":"42bb089e-8b43-4e32-8dd2-8fccf753411e","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":"9bbec417-1738-4ee8-bfe8-0ddda81e7fc3","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":"229fdf77-a8e3-4f6a-afe9-ea662dffed8e","artifactVersion":"2","generatedFromUUID":"1e60f75c-b2b6-4e64-8ebc-328084120d80"},{"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":"52dd8899-1ae4-47de-98a7-c1870b4c7ab9","artifactVersion":"2","generatedFromUUID":"42bb089e-8b43-4e32-8dd2-8fccf753411e"},{"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":"1e60f75c-b2b6-4e64-8ebc-328084120d80","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":"9a88e23d-5e07-4100-bb8c-8fd96c81d84b","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":"YzdmYzgxNTViMThlN2M2YjE3YzdmNjcxZDY0ZDRiNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecd96b6a-fb4a-450c-bed4-33e9526fdde3","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWQ3NTkzMjQ1YTVjNjQwYWFiM2VlZTgxMDAzMGEyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"442fb1c7-5f7f-409b-8317-da1029333919","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-04T07:36:10.796Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:36:10.796Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:10.799Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:10.799Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:36:10.899Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:36:10.900Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:10.900Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:10.912Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:10.913Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:36:11.800Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:36:11.801Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:11.828Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:11.829Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-04T07:36:11.904Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms 2022-12-04T07:36:11.905Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:11.905Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:11.919Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:11.920Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:12.844Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:36:12.845Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:12.852Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:12.852Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-04T07:36:12.953Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:36:12.954Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:12.954Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:12.966Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:12.967Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:36:13.853Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:36:13.854Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:13.856Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:13.856Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:36:13.956Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:36:13.957Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:13.957Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:13.968Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:13.969Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:14.856Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:36:14.857Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:14.859Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:14.859Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-04T07:36:14.959Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:36:14.960Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:14.960Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:14.973Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:14.974Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:36:15.859Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:36:15.860Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:15.862Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:15.862Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-04T07:36:15.963Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-04T07:36:15.964Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:15.964Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:15.974Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:15.975Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:16.865Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:36:16.866Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:16.869Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:16.869Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-04T07:36:16.971Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-04T07:36:16.971Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:16.972Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:16.983Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:16.984Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:17.874Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:36:17.875Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:17.877Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:17.877Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:36:17.977Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:36:17.978Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:17.978Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:17.995Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:17.996Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:18.878Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:36:18.878Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:18.881Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:18.881Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:36:18.981Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:36:18.982Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:18.982Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:18.995Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:18.996Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:19.882Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-04T07:36:19.883Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:19.886Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:19.886Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:36:19.989Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-04T07:36:19.990Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:19.990Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:20.001Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:20.002Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:20.888Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "451e4153-a9fb-40d8-adb9-6ad50fb593a8", "serviceDescription": "service", "serviceInvariantUUID": "adb232e3-0c43-4254-96dc-4dd2e9a07b0a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "745c85e3-206f-4518-bae5-2b0e6c0cdcd7", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "778cb0d1-9058-4e2d-a5de-3b5cace3dcc6", "resourceInvariantUUID": "2eafefc7-8bb5-49a4-bff1-7d8bd81523b8", "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": "N2M0OWFlNzAwZDg0YjQzOWNjYWRmZTY5N2FkOGNmMDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9b7aa048-cc61-4390-b75a-a5780a5fd10b", "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": "42bb089e-8b43-4e32-8dd2-8fccf753411e", "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": "52dd8899-1ae4-47de-98a7-c1870b4c7ab9", "generatedFromUUID": "42bb089e-8b43-4e32-8dd2-8fccf753411e" }, "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": "229fdf77-a8e3-4f6a-afe9-ea662dffed8e", "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": "52dd8899-1ae4-47de-98a7-c1870b4c7ab9", "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": "1e60f75c-b2b6-4e64-8ebc-328084120d80", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NWQ3NTkzMjQ1YTVjNjQwYWFiM2VlZTgxMDAzMGEyNDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "442fb1c7-5f7f-409b-8317-da1029333919" } ], "workloadContext": "Production" } 2022-12-04T07:36:20.888Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-04T07:36:20.888Z|a8838112-9ede-4626-85e5-14063e8dbc1f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 451e4153-a9fb-40d8-adb9-6ad50fb593a8 ASDC 2022-12-04T07:36:20.889Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:e3574645-5c4a-438d-9c07-c8f381a426bf ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:451e4153-a9fb-40d8-adb9-6ad50fb593a8 ServiceInvariantUUID:adb232e3-0c43-4254-96dc-4dd2e9a07b0a 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:442fb1c7-5f7f-409b-8317-da1029333919 ArtifactChecksum:NWQ3NTkzMjQ1YTVjNjQwYWFiM2VlZTgxMDAzMGEyNDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:745c85e3-206f-4518-bae5-2b0e6c0cdcd7 ResourceInvariantUUID:2eafefc7-8bb5-49a4-bff1-7d8bd81523b8 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:778cb0d1-9058-4e2d-a5de-3b5cace3dcc6 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:9b7aa048-cc61-4390-b75a-a5780a5fd10b ArtifactChecksum:N2M0OWFlNzAwZDg0YjQzOWNjYWRmZTY5N2FkOGNmMDc= 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:42bb089e-8b43-4e32-8dd2-8fccf753411e 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:52dd8899-1ae4-47de-98a7-c1870b4c7ab9 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:229fdf77-a8e3-4f6a-afe9-ea662dffed8e 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:52dd8899-1ae4-47de-98a7-c1870b4c7ab9 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:1e60f75c-b2b6-4e64-8ebc-328084120d80 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-04T07:36:20.889Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 451e4153-a9fb-40d8-adb9-6ad50fb593a8 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-12-04T07:36:20.948Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T07:36:20.949Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T07:36:20.949Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T07:36:20.950Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 442fb1c7-5f7f-409b-8317-da1029333919 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-04T07:36:20.950Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T07:36:20.950Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:21.156Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T07:36:21.166Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 442fb1c7-5f7f-409b-8317-da1029333919 163282 2022-12-04T07:36:21.167Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:21.167Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:21.167Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:36:21.167Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:21.171Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:21.172Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139381166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:36:21.270Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-04T07:36:21.271Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:21.271Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:21.292Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:21.293Z||pool-139-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:22.173Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-04T07:36:22.174Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-04T07:36:22.174Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 442fb1c7-5f7f-409b-8317-da1029333919, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-04T07:36:22.175Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-12-04T07:36:22.176Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-04T07:36:22.176Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-04T07:36:22.359Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15869863533253356135/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-12-04T07:36:23.588Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-04T07:36:23.589Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T07:36:23.589Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-04T07:36:23.589Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-04T07:36:23.589Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.589Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.589Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.590Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.590Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-04T07:36:23.590Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.590Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.590Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-04T07:36:23.591Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T07:36:23.591Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.591Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.591Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.592Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-04T07:36:23.592Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-04T07:36:23.592Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.592Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.592Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.593Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.593Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-04T07:36:23.593Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-12-04T07:36:23.593Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-12-04T07:36:23.594Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-04T07:36:23.594Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.594Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.594Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.594Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-04T07:36:23.595Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:36:23.595Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.595Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-04T07:36:23.596Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:36:23.596Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.596Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-04T07:36:23.596Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:36:23.597Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.597Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-04T07:36:23.597Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:36:23.597Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.597Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-04T07:36:23.598Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-12-04T07:36:23.598Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=995f3e7b-1168-4c85-a979-3173a145d347 2022-12-04T07:36:23.598Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.598Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.598Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.599Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.599Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.599Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.599Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:23.599Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.599Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:451e4153-a9fb-40d8-adb9-6ad50fb593a8 Model Version:NULL Model InvariantUuid:adb232e3-0c43-4254-96dc-4dd2e9a07b0a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:278eaf68-6cd6-4b9b-bec7-58f0ae32f5e0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2eafefc7-8bb5-49a4-bff1-7d8bd81523b8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:745c85e3-206f-4518-bae5-2b0e6c0cdcd7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a5c99a44-9bb7-4795-9e4c-90949c284340 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:802b1541-7ede-4742-8974-d240e10df776 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:5f8a61c8-5eca-4229-8218-9f3447bc168e ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:56e88e4a-a0ac-42c1-839b-a99258803f67 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:995f3e7b-1168-4c85-a979-3173a145d347 ModelInvariantUuid:00157e3d-db98-442c-989e-e8d5faf98a0a ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:b4e1578c-e10a-4144-bb1f-10da7a02bb7f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:3446354c-a38c-45c7-8e0d-bd1d0323e914 ModelInvariantUuid:40dcc030-29f4-4d1d-b8b3-3bc6e290cccc ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:44c4df75-85db-44b4-a0fc-9203b1c8a8c1 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-12-04T07:36:23.607Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 778cb0d1-9058-4e2d-a5de-3b5cace3dcc6 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-12-04T07:36:23.611Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-12-04T07:36:23.611Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 778cb0d1-9058-4e2d-a5de-3b5cace3dcc6 2022-12-04T07:36:23.611Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9b7aa048-cc61-4390-b75a-a5780a5fd10b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-04T07:36:23.611Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T07:36:23.612Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.676Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T07:36:23.677Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 9b7aa048-cc61-4390-b75a-a5780a5fd10b 1565 2022-12-04T07:36:23.677Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.677Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:23.677Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:36:23.677Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:23.680Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:23.680Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139383677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T07:36:23.779Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:36:23.780Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:23.780Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:23.799Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:23.800Z||pool-140-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:24.681Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "5f8a61c8-5eca-4229-8218-9f3447bc168e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "56e88e4a-a0ac-42c1-839b-a99258803f67", "vfModuleModelCustomizationUUID": "2f41797c-1c8c-417f-86b4-f09dd238df85", "isBase": true, "artifacts": [ "42bb089e-8b43-4e32-8dd2-8fccf753411e", "52dd8899-1ae4-47de-98a7-c1870b4c7ab9" ], "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": "a5c99a44-9bb7-4795-9e4c-90949c284340", "vfModuleModelVersion": "1", "vfModuleModelUUID": "802b1541-7ede-4742-8974-d240e10df776", "vfModuleModelCustomizationUUID": "87381954-2f0c-410c-87c8-df3751dcea8c", "isBase": false, "artifacts": [ "1e60f75c-b2b6-4e64-8ebc-328084120d80" ], "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-12-04T07:36:24.688Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:56e88e4a-a0ac-42c1-839b-a99258803f67 VfModuleModelInvariantUUID:5f8a61c8-5eca-4229-8218-9f3447bc168e VfModuleModelDescription:NULL Artifacts UUID List:{ 42bb089e-8b43-4e32-8dd2-8fccf753411e , 52dd8899-1ae4-47de-98a7-c1870b4c7ab9 } 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:802b1541-7ede-4742-8974-d240e10df776 VfModuleModelInvariantUUID:a5c99a44-9bb7-4795-9e4c-90949c284340 VfModuleModelDescription:NULL Artifacts UUID List:{ 1e60f75c-b2b6-4e64-8ebc-328084120d80 } 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-12-04T07:36:24.691Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "5f8a61c8-5eca-4229-8218-9f3447bc168e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "56e88e4a-a0ac-42c1-839b-a99258803f67", "vfModuleModelCustomizationUUID": "2f41797c-1c8c-417f-86b4-f09dd238df85", "isBase": true, "artifacts": [ "42bb089e-8b43-4e32-8dd2-8fccf753411e", "52dd8899-1ae4-47de-98a7-c1870b4c7ab9" ], "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": "a5c99a44-9bb7-4795-9e4c-90949c284340", "vfModuleModelVersion": "1", "vfModuleModelUUID": "802b1541-7ede-4742-8974-d240e10df776", "vfModuleModelCustomizationUUID": "87381954-2f0c-410c-87c8-df3751dcea8c", "isBase": false, "artifacts": [ "1e60f75c-b2b6-4e64-8ebc-328084120d80" ], "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-12-04T07:36:24.691Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:56e88e4a-a0ac-42c1-839b-a99258803f67 VfModuleModelInvariantUUID:5f8a61c8-5eca-4229-8218-9f3447bc168e VfModuleModelDescription:NULL Artifacts UUID List:{ 42bb089e-8b43-4e32-8dd2-8fccf753411e , 52dd8899-1ae4-47de-98a7-c1870b4c7ab9 } 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:802b1541-7ede-4742-8974-d240e10df776 VfModuleModelInvariantUUID:a5c99a44-9bb7-4795-9e4c-90949c284340 VfModuleModelDescription:NULL Artifacts UUID List:{ 1e60f75c-b2b6-4e64-8ebc-328084120d80 } 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-12-04T07:36:24.691Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 42bb089e-8b43-4e32-8dd2-8fccf753411e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-04T07:36:24.691Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T07:36:24.692Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:24.762Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T07:36:24.763Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 42bb089e-8b43-4e32-8dd2-8fccf753411e 914 2022-12-04T07:36:24.764Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:24.764Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:24.765Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:36:24.766Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:24.768Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:24.768Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139384764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T07:36:24.870Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:36:24.872Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:24.873Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:24.886Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:24.887Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:25.769Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 229fdf77-a8e3-4f6a-afe9-ea662dffed8e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-04T07:36:25.770Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T07:36:25.770Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:25.841Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T07:36:25.841Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 229fdf77-a8e3-4f6a-afe9-ea662dffed8e 12 2022-12-04T07:36:25.842Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:25.842Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:25.842Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:36:25.842Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:25.844Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:25.845Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139385842, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-04T07:36:25.945Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:36:25.945Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:25.945Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:25.964Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:25.965Z||pool-142-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:26.845Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 52dd8899-1ae4-47de-98a7-c1870b4c7ab9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-04T07:36:26.846Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T07:36:26.846Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:26.902Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T07:36:26.903Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 52dd8899-1ae4-47de-98a7-c1870b4c7ab9 96 2022-12-04T07:36:26.903Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:26.903Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:26.904Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:36:26.904Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:26.906Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:26.906Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139386903, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-04T07:36:27.006Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:36:27.007Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:27.007Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:27.021Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:27.021Z||pool-143-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:36:27.908Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1e60f75c-b2b6-4e64-8ebc-328084120d80 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-04T07:36:27.908Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-04T07:36:27.909Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:28.007Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-04T07:36:28.009Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 1e60f75c-b2b6-4e64-8ebc-328084120d80 20206 2022-12-04T07:36:28.009Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:28.009Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:28.009Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-04T07:36:28.009Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:28.012Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:28.012Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139388009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-04T07:36:28.112Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:36:28.113Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:28.113Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:28.126Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:28.127Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:36:29.015Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 451e4153-a9fb-40d8-adb9-6ad50fb593a8 2022-12-04T07:36:29.016Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 778cb0d1-9058-4e2d-a5de-3b5cace3dcc6 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-12-04T07:36:29.027Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@238a52da, org.onap.sdc.toscaparser.api.parameters.Input@66b6a032, org.onap.sdc.toscaparser.api.parameters.Input@73a5c029, org.onap.sdc.toscaparser.api.parameters.Input@4049d9be, org.onap.sdc.toscaparser.api.parameters.Input@31a45fef] 2022-12-04T07:36:29.029Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.029Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.030Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-04T07:36:29.030Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 745c85e3-206f-4518-bae5-2b0e6c0cdcd7 2022-12-04T07:36:29.030Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 745c85e3-206f-4518-bae5-2b0e6c0cdcd7 matches Tosca VF Customization UUID: 745c85e3-206f-4518-bae5-2b0e6c0cdcd7 2022-12-04T07:36:29.030Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 745c85e3-206f-4518-bae5-2b0e6c0cdcd7 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-12-04T07:36:29.033Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.033Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.034Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 745c85e3-206f-4518-bae5-2b0e6c0cdcd7: {\"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-12-04T07:36:29.034Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31b34440 2022-12-04T07:36:29.034Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.034Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.034Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87381954-2f0c-410c-87c8-df3751dcea8c 2022-12-04T07:36:29.034Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87381954-2f0c-410c-87c8-df3751dcea8c 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-12-04T07:36:29.037Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.037Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-04T07:36:29.038Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:36:29.038Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.038Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-04T07:36:29.038Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-04T07:36:29.039Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.039Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-04T07:36:29.039Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=745c85e3-206f-4518-bae5-2b0e6c0cdcd7 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-12-04T07:36:29.041Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.041Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.041Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 451e4153-a9fb-40d8-adb9-6ad50fb593a8: basic_cnf_macro 2022-12-04T07:36:29.041Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.042Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.042Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.042Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.042Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.042Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.042Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.043Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.043Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-04T07:36:29.043Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.064Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.115Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 778cb0d1-9058-4e2d-a5de-3b5cace3dcc6 2 ASDC deployResourceStructure 2022-12-04T07:36:29.115Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.115Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:29.115Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T07:36:29.116Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:29.117Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:29.117Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139389115, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T07:36:29.218Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:36:29.218Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:29.219Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:29.234Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:29.235Z||pool-145-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:30.120Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:30.121Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:30.121Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T07:36:30.122Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:30.128Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:30.128Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139390120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-04T07:36:30.228Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:36:30.229Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:30.229Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:30.247Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:30.248Z||pool-146-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:36:30.642Z||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-12-04T07:36:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:30.662Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:30.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:36:30.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "35967f42-fae9-40bf-a788-329c240e77b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139260533, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T07:36:30.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:36:30.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:36:30.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:36:30.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:36:30.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:36:30.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-04T07:36:30.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:36:30.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:36:30.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-04T07:36:30.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:36:30.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-04T07:36:30.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:36:30.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-04T07:36:31.129Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:31.129Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:31.129Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-04T07:36:31.130Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:31.132Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:31.132Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139391129, "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-12-04T07:36:31.232Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:36:31.233Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:31.233Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:31.246Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:31.246Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:32.135Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:32.136Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:32.136Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T07:36:32.136Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:32.138Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:32.138Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139392135, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-04T07:36:32.238Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:36:32.240Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:32.240Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:32.255Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:32.255Z||pool-148-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:33.139Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:33.140Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:33.140Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-04T07:36:33.141Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:33.143Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:33.143Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139393138, "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-12-04T07:36:33.244Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-04T07:36:33.245Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:33.245Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:33.258Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:33.258Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-04T07:36:34.144Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:34.145Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:34.145Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-04T07:36:34.145Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:36:34.148Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:36:34.148Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139394144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:36:34.252Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-04T07:36:34.253Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:36:34.253Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:36:34.266Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:36:34.267Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-04T07:36:35.149Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3574645-5c4a-438d-9c07-c8f381a426bf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-04T07:36:35.162Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3574645-5c4a-438d-9c07-c8f381a426bf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-04T07:36:35.166Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-04T07:36:35.166Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-04T07:36:35.167Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-04T07:36:35.167Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-04T07:36:35.167Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:36:35.168Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:36:35.168Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:36:35.168Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:36:35.168Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-04T07:36:35.168Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:36:35.181Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-04T07:37:05.181Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3574645-5c4a-438d-9c07-c8f381a426bf 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-12-04T07:37:05.192Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3574645-5c4a-438d-9c07-c8f381a426bf and serviceModelVersionId: 451e4153-a9fb-40d8-adb9-6ad50fb593a8 2022-12-04T07:37:05.192Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : adb232e3-0c43-4254-96dc-4dd2e9a07b0a 2022-12-04T07:37:05.193Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/adb232e3-0c43-4254-96dc-4dd2e9a07b0a/model-vers/model-ver/451e4153-a9fb-40d8-adb9-6ad50fb593a8?depth=0 2022-12-04T07:37:05.199Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-04T07:37:05.237Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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/adb232e3-0c43-4254-96dc-4dd2e9a07b0a/model-vers/model-ver/451e4153-a9fb-40d8-adb9-6ad50fb593a8?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-12-04T07:37:05.239Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb232e3-0c43-4254-96dc-4dd2e9a07b0a/model-vers/model-ver/451e4153-a9fb-40d8-adb9-6ad50fb593a8?depth=0|INFO|500||Invoke 2022-12-04T07:37:05.264Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb232e3-0c43-4254-96dc-4dd2e9a07b0a/model-vers/model-ver/451e4153-a9fb-40d8-adb9-6ad50fb593a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-04T07:37:05.366Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb232e3-0c43-4254-96dc-4dd2e9a07b0a/model-vers/model-ver/451e4153-a9fb-40d8-adb9-6ad50fb593a8?depth=0|INFO|500||InvokeReturn 2022-12-04T07:37:05.367Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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/adb232e3-0c43-4254-96dc-4dd2e9a07b0a/model-vers/model-ver/451e4153-a9fb-40d8-adb9-6ad50fb593a8?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 07:37:04 GMT], content-length=[0], vertex-id=[286952], x-aai-txid=[1-aai-resources-221204-07:37:04:459-9748], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-04T07:37:05.367Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-12-04T07:37:05.368Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-04T07:37:05.368Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:37:05.372Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:37:05.373Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3574645-5c4a-438d-9c07-c8f381a426bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-04T07:37:05.373Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-04T07:37:05.373Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-04T07:37:05.375Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-04T07:37:05.375Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139425373, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T07:37:05.475Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-04T07:37:05.476Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-04T07:37:05.476Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ... 2022-12-04T07:37:05.490Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:37:05.490Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-04T07:37:06.391Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:37:06.391Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:37:06.392Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:37:16.691Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:37:16.692Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:37:16.693Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:37:16.693Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:37:26.241Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:37:26.242Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:37:26.243Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:37:26.243Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:37:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:37:30.642Z||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-12-04T07:37:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:37:30.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:37:30.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T07:37:30.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:37:30.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T07:37:30.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T07:37:30.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139276352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:37:30.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:37:30.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-04T07:37:30.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139278474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:37:30.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:37:35.845Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:37:35.846Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:37:35.847Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:37:35.847Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:37:45.404Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:37:45.405Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:37:45.407Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:37:45.407Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:37:54.960Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:37:54.961Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:37:54.961Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:37:54.962Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:38:04.509Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:38:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:38:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:38:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:38:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:38:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:38:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:38:30.667Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:38:30.668Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.669Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8838112-9ede-4626-85e5-14063e8dbc1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139369774, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T07:38:30.670Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:38:30.670Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.670Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:38:30.670Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:38:30.670Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.670Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-04T07:38:30.671Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:38:30.671Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.671Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-04T07:38:30.671Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:38:30.671Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.671Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-04T07:38:30.671Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:38:30.671Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.671Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-04T07:38:30.671Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:38:30.671Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.672Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-04T07:38:30.672Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:38:30.672Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.672Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-04T07:38:30.672Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:38:30.672Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.672Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-04T07:38:30.672Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:38:30.672Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.672Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-04T07:38:30.672Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:38:30.673Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.673Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139261548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-04T07:38:30.673Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-04T07:38:30.673Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.673Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139381166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-04T07:38:30.673Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:38:30.673Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.673Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139383677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-04T07:38:30.673Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:38:30.673Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.673Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139384764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139385842, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139386903, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139388009, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.674Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139389115, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-04T07:38:30.675Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:38:30.675Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-04T07:38:30.675Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139390120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-04T07:38:30.675Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:38:40.183Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:39:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:39:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:39:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:39:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:39:30.643Z||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-12-04T07:39:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:39:31.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:39:31.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T07:39:31.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139391129, "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-12-04T07:39:31.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:39:31.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T07:39:31.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139392135, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-04T07:39:31.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:39:31.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T07:39:31.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139393138, "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-12-04T07:39:31.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:39:31.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T07:39:31.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139394144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-04T07:39:31.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:39:31.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-04T07:39:31.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3574645-5c4a-438d-9c07-c8f381a426bf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670139425373, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-04T07:39:31.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-04T07:39:40.183Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:40:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:40:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:40:30.638Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:40:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:40:30.641Z||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-12-04T07:40:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:40:40.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:40:40.196Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:41:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:41:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:41:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:41:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:41:30.641Z||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-12-04T07:41:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:41:40.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:41:40.191Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:42:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:42:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:42:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:42:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:42:30.641Z||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-12-04T07:42:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:42:40.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:42:40.188Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:43:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:43:30.638Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:43:30.638Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:43:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:43:30.642Z||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-12-04T07:43:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:43:40.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:43:40.190Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:44:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:44:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:44:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:44:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:44:30.641Z||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-12-04T07:44:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:44:40.196Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:44:40.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:45:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:45:30.639Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:45:30.639Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:45:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:45:30.641Z||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-12-04T07:45:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:45:40.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:45:40.201Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:46:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:46:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:46:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:46:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:46:30.641Z||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-12-04T07:46:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:46:40.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:46:40.233Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:47:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:47:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:47:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:47:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:47:30.641Z||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-12-04T07:47:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:47:40.196Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:47:40.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:48:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:48:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:48:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:48:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:48:30.642Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:48:30.642Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:48:40.201Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:48:40.298Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:49:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:49:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:49:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:49:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:49:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:49:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:49:40.193Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:49:40.195Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:50:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:50:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:50:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:50:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:50:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:50:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:50:40.181Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:50:40.185Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:51:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:51:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:51:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:51:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:51:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T07:51:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:51:40.187Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:51:40.187Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:52:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:52:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:52:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:52:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:52:30.642Z||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-12-04T07:52:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:52:40.199Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:52:40.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:53:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:53:30.638Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:53:30.638Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:53:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:53:30.641Z||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-12-04T07:53:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:53:40.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:53:40.245Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:54:30.636Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:54:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:54:30.637Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:54:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:54:30.641Z||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-12-04T07:54:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:54:40.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:54:40.226Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:55:30.636Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:55:30.637Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:55:30.637Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:55:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:55:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T07:55:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:55:40.200Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:55:40.202Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:56:30.636Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:56:30.637Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:56:30.638Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:56:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:56:30.641Z||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-12-04T07:56:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:56:40.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:56:40.202Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:57:30.636Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:57:30.637Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T07:57:30.637Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:57:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:57:30.641Z||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-12-04T07:57:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:57:40.179Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:57:40.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:58:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:58:30.637Z||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-12-04T07:58:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:58:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:58:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T07:58:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:58:40.199Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:58:40.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:59:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:59:30.637Z||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-12-04T07:59:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:59:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T07:59:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T07:59:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T07:59:40.190Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T07:59:40.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:00:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:00:30.637Z||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-12-04T08:00:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:00:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:00:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T08:00:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:00:40.185Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:00:40.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:01:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:01:30.637Z||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-12-04T08:01:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:01:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:01:30.642Z||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-12-04T08:01:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:01:40.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:01:40.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:02:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:02:30.637Z||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-12-04T08:02:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:02:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:02:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T08:02:30.642Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:02:40.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:02:40.201Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:03:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:03:30.638Z||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-12-04T08:03:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:03:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:03:30.641Z||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-12-04T08:03:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:03:40.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:03:40.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:04:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:04:30.637Z||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-12-04T08:04:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:04:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:04:30.641Z||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-12-04T08:04:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:04:40.186Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:04:40.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:05:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:05:30.636Z||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-12-04T08:05:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:05:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:05:30.642Z||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-12-04T08:05:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:05:40.195Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:05:40.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:06:30.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:06:30.637Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T08:06:30.638Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T08:06:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:06:30.641Z||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-12-04T08:06:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:06:40.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:06:40.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:07:30.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:07:30.637Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T08:07:30.637Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T08:07:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:07:30.641Z||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-12-04T08:07:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:07:40.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:07:40.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:08:30.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:08:30.637Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T08:08:30.637Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T08:08:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:08:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T08:08:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:08:40.185Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:08:40.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:09:30.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:09:30.637Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-04T08:09:30.637Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ... 2022-12-04T08:09:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:09:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T08:09:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:09:40.181Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:09:40.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:10:30.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:10:30.637Z||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-12-04T08:10:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:10:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:10:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T08:10:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:10:40.178Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:10:40.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:11:30.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:11:30.637Z||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-12-04T08:11:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:11:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:11:30.641Z||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-12-04T08:11:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:11:40.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:11:40.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:12:30.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:12:30.637Z||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-12-04T08:12:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:12:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:12:30.642Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T08:12:30.642Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:12:40.182Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:12:40.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:13:30.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:13:30.637Z||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-12-04T08:13:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:13:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:13:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T08:13:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:13:40.186Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:13:40.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:14:30.636Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:14:30.637Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T08:14:30.637Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:14:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:14:30.642Z||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-12-04T08:14:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:14:40.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:14:40.191Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:15:30.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:15:30.637Z||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-12-04T08:15:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:15:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:15:30.642Z||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-12-04T08:15:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:15:40.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:15:40.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:16:30.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:16:30.639Z||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-12-04T08:16:30.639Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:16:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:16:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T08:16:30.642Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:16:40.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:16:40.192Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:17:30.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:17:30.637Z||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-12-04T08:17:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:17:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:17:30.643Z||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-12-04T08:17:30.643Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:17:40.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:17:40.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:18:30.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:18:30.637Z||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-12-04T08:18:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:18:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:18:30.642Z||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-12-04T08:18:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:18:40.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:18:40.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:19:30.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:19:30.636Z||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-12-04T08:19:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:19:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:19:30.641Z||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-12-04T08:19:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:19:40.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:19:40.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:20:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:20:30.637Z||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-12-04T08:20:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:20:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:20:30.642Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T08:20:30.642Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:20:40.186Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:20:40.190Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:21:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:21:30.636Z||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-12-04T08:21:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:21:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:21:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T08:21:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:21:40.181Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:21:40.194Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:22:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:22:30.636Z||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-12-04T08:22:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:22:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:22:30.641Z||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-12-04T08:22:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:22:40.205Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:22:40.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:23:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:23:30.636Z||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-12-04T08:23:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:23:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:23:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T08:23:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:23:40.196Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:23:40.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:24:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:24:30.637Z||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-12-04T08:24:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:24:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:24:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T08:24:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:24:40.176Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:24:40.190Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:25:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:25:30.636Z||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-12-04T08:25:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:25:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:25:30.642Z||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-12-04T08:25:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:25:40.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:25:40.208Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:26:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:26:30.637Z||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-12-04T08:26:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:26:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:26:30.641Z||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-12-04T08:26:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:26:40.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:26:40.185Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:27:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:27:30.638Z||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-12-04T08:27:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:27:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:27:30.641Z||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-12-04T08:27:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:27:40.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:27:40.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:28:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:28:30.636Z||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-12-04T08:28:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:28:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:28:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T08:28:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:28:40.188Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:28:40.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:29:30.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:29:30.638Z||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-12-04T08:29:30.639Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:29:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:29:30.641Z||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-12-04T08:29:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:29:40.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:29:40.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:30:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:30:30.638Z||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-12-04T08:30:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:30:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:30:30.641Z||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-12-04T08:30:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:30:40.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:30:40.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:31:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:31:30.637Z||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-12-04T08:31:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:31:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:31:30.641Z||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-12-04T08:31:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:31:40.298Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:31:40.299Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:32:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:32:30.637Z||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-12-04T08:32:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:32:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:32:30.641Z||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-12-04T08:32:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:32:40.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:32:40.270Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:33:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:33:30.637Z||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-12-04T08:33:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:33:30.641Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:33:30.642Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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-12-04T08:33:30.642Z|e3574645-5c4a-438d-9c07-c8f381a426bf|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:33:40.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:33:40.190Z|e3574645-5c4a-438d-9c07-c8f381a426bf|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:34:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:34:30.636Z||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-12-04T08:34:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:34:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:34:30.641Z||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-12-04T08:34:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:34:40.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:34:40.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:35:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:35:30.637Z||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-12-04T08:35:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:35:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:35:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T08:35:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:35:40.184Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:35:40.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:36:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:36:30.636Z||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-12-04T08:36:30.636Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:36:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:36:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T08:36:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:36:40.187Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:36:40.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:37:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:37:30.637Z||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-12-04T08:37:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:37:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:37:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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-12-04T08:37:30.641Z|22f08231-b771-46b0-926a-654ba160b61f|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:37:40.195Z|22f08231-b771-46b0-926a-654ba160b61f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:37:40.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:38:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:38:30.637Z||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-12-04T08:38:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:38:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:38:30.641Z||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-12-04T08:38:30.641Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:38:40.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:38:40.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:39:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:39:30.637Z||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-12-04T08:39:30.637Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:39:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:39:30.641Z||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-12-04T08:39:30.642Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:39:40.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:39:40.181Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:40:30.636Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:40:30.638Z||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-12-04T08:40:30.638Z||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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:40:30.641Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-04T08:40:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-12-04T08:40:30.642Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ... 2022-12-04T08:40:40.189Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-04T08:40:40.190Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK