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) 2023-02-22T11:49:12.316Z||main|||||INFO|500||The following profiles are active: basic 2023-02-22T11:49:24.918Z||main|||||INFO|500||Starting service [Tomcat] 2023-02-22T11:49:24.919Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-02-22T11:49:25.044Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-02-22T11:49:29.742Z||main|||||INFO|500||catdb-pool - Starting... 2023-02-22T11:49:30.194Z||main|||||INFO|500||catdb-pool - Start completed. 2023-02-22T11:49:30.737Z||main|||||INFO|500||reqdb-pool - Starting... 2023-02-22T11:49:30.747Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-02-22T11:49:30.902Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-02-22T11:49:31.166Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-02-22T11:49:32.000Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-02-22T11:49:34.034Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-22T11:49:36.930Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-22T11:49:37.027Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-02-22T11:49:37.863Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-22T11:49:38.117Z||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. 2023-02-22T11:49:39.796Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-22T11:49:41.047Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-02-22T11:49:41.067Z||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$$3d37c175.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) 2023-02-22T11:49:41.068Z||main|||||WARN|500||The sdc end point is not alive 2023-02-22T11:49:44.638Z||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 2023-02-22T11:49:47.621Z||main|||||WARN|500||--- 2023-02-22T11:49:47.622Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-02-22T11:49:47.622Z||main|||||WARN|500||--- 2023-02-22T11:49:48.079Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-02-22T11:49:53.174Z||main|||||INFO|500||Started Application in 44.267 seconds (JVM running for 46.467) 2023-02-22T11:49:53.202Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-02-22T11:49:53.205Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-02-22T11:49:53.225Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-02-22T11:49:53.247Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-02-22T11:49:53.290Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c156691-4c59-4c4b-8ef6-d740dc7cc7b7 url= /sdc/v1/artifactTypes 2023-02-22T11:49:53.291Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-02-22T11:49:53.557Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-02-22T11:49:53.609Z||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 2023-02-22T11:49:53.633Z||scheduling-1|||||DEBUG|500||create keys 2023-02-22T11:49:53.642Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-02-22T11:49:53.703Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:49:53.722Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8deba288-b241-42cb-80f0-c23e0b0421de url= /sdc/v1/registerForDistribution 2023-02-22T11:49:53.821Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8deba288-b241-42cb-80f0-c23e0b0421de url= /sdc/v1/registerForDistribution 2023-02-22T11:49:53.822Z||scheduling-1|||||INFO|500||start DistributionClient 2023-02-22T11:49:53.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:49:53.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:49:53.839Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-02-22T11:49:53.874Z||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. 2023-02-22T11:49:53.875Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:49:53.874Z||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. 2023-02-22T11:49:53.876Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:50:04.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:04.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:50:53.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:50:53.832Z||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. 2023-02-22T11:50:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:50:53.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:50:53.835Z||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. 2023-02-22T11:50:53.835Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:51:03.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:51:03.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:51:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:51:53.830Z||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. 2023-02-22T11:51:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:51:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:51:53.834Z||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. 2023-02-22T11:51:53.835Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:52:03.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:52:03.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:52:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:52:53.831Z||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. 2023-02-22T11:52:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:52:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:52:53.832Z||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. 2023-02-22T11:52:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:53:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:53:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:53:53.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:53:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:53:53.832Z||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. 2023-02-22T11:53:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:53:53.832Z||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. 2023-02-22T11:53:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:54:03.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:54:03.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:54:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:54:53.831Z||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. 2023-02-22T11:54:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:54:53.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:54:53.833Z||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. 2023-02-22T11:54:53.834Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:55:03.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:55:03.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:55:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:55:53.831Z||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. 2023-02-22T11:55:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:55:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:55:53.832Z||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. 2023-02-22T11:55:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:56:03.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:56:03.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:56:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:56:53.830Z||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. 2023-02-22T11:56:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:56:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:56:53.834Z||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. 2023-02-22T11:56:53.835Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:57:03.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:57:03.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:57:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:57:53.831Z||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. 2023-02-22T11:57:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:57:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:57:53.832Z||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. 2023-02-22T11:57:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:58:03.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:58:03.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:58:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:58:53.830Z||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. 2023-02-22T11:58:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:58:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:58:53.832Z||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. 2023-02-22T11:58:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:59:03.397Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:59:03.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T11:59:47.122Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-02-22T11:59:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:59:53.831Z||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. 2023-02-22T11:59:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T11:59:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T11:59:53.832Z||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. 2023-02-22T11:59:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:00:03.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:00:03.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:00:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:00:53.831Z||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. 2023-02-22T12:00:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:00:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:00:53.832Z||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. 2023-02-22T12:00:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:01:03.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:01:03.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:01:53.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:01:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:01:53.831Z||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. 2023-02-22T12:01:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:01:53.832Z||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. 2023-02-22T12:01:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:02:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:03.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:02:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:02:53.831Z||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. 2023-02-22T12:02:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:02:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:02:53.833Z||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. 2023-02-22T12:02:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:03:03.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:03.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:03:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:03:53.830Z||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. 2023-02-22T12:03:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:03:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:03:53.832Z||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. 2023-02-22T12:03:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:04:03.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:03.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:04:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:04:53.830Z||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. 2023-02-22T12:04:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:04:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:04:53.832Z||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. 2023-02-22T12:04:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:05:03.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:05:03.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:05:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:05:53.830Z||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. 2023-02-22T12:05:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:05:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:05:53.832Z||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. 2023-02-22T12:05:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:06:03.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:06:03.397Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:06:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:06:53.830Z||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. 2023-02-22T12:06:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:06:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:06:53.832Z||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. 2023-02-22T12:06:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:07:03.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:07:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:07:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:07:53.831Z||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. 2023-02-22T12:07:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:07:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:07:53.832Z||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. 2023-02-22T12:07:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:08:03.394Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:08:03.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:08:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:08:53.830Z||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. 2023-02-22T12:08:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:08:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:08:53.832Z||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. 2023-02-22T12:08:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:09:03.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:09:03.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:09:53.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:09:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:09:53.832Z||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. 2023-02-22T12:09:53.832Z||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. 2023-02-22T12:09:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:09:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:10:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:10:03.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:10:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:10:53.830Z||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. 2023-02-22T12:10:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:10:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:10:53.832Z||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. 2023-02-22T12:10:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:11:03.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:11:03.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:11:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:11:53.830Z||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. 2023-02-22T12:11:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:11:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:11:53.832Z||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. 2023-02-22T12:11:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:12:03.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:12:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:12:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:12:53.830Z||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. 2023-02-22T12:12:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:12:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:12:53.832Z||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. 2023-02-22T12:12:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:13:03.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:13:03.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:13:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:13:53.830Z||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. 2023-02-22T12:13:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:13:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:13:53.832Z||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. 2023-02-22T12:13:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:14:03.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:14:03.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:14:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:14:53.831Z||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. 2023-02-22T12:14:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:14:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:14:53.832Z||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. 2023-02-22T12:14:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:15:03.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:03.380Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:15:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:15:53.830Z||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. 2023-02-22T12:15:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:15:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:15:53.832Z||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. 2023-02-22T12:15:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:16:03.380Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:03.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:16:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:16:53.831Z||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. 2023-02-22T12:16:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:16:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:16:53.832Z||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. 2023-02-22T12:16:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:17:03.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:03.414Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:17:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:17:53.831Z||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. 2023-02-22T12:17:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:17:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:17:53.832Z||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. 2023-02-22T12:17:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:18:03.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:03.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:18:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:18:53.831Z||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. 2023-02-22T12:18:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:18:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:18:53.832Z||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. 2023-02-22T12:18:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:19:03.377Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:19:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:19:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:19:53.830Z||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. 2023-02-22T12:19:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:19:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:19:53.832Z||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. 2023-02-22T12:19:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:20:03.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:20:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:20:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:20:53.830Z||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. 2023-02-22T12:20:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:20:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:20:53.832Z||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. 2023-02-22T12:20:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:21:03.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:21:03.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:21:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:21:53.830Z||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. 2023-02-22T12:21:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:21:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:21:53.832Z||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. 2023-02-22T12:21:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:22:03.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:22:03.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:22:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:22:53.830Z||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. 2023-02-22T12:22:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:22:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:22:53.832Z||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. 2023-02-22T12:22:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:23:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:23:03.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:23:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:23:53.831Z||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. 2023-02-22T12:23:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:23:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:23:53.832Z||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. 2023-02-22T12:23:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:24:03.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:24:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:24:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:24:53.830Z||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. 2023-02-22T12:24:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:24:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:24:53.832Z||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. 2023-02-22T12:24:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:25:03.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:25:03.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:25:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:25:53.832Z||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. 2023-02-22T12:25:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:25:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:25:53.832Z||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. 2023-02-22T12:25:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:26:03.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:26:03.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:26:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:26:53.830Z||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. 2023-02-22T12:26:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:26:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:26:53.832Z||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. 2023-02-22T12:26:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:27:03.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:27:03.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:27:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:27:53.831Z||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. 2023-02-22T12:27:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:27:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:27:53.833Z||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. 2023-02-22T12:27:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:28:03.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:28:03.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:28:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:28:53.830Z||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. 2023-02-22T12:28:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:28:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:28:53.832Z||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. 2023-02-22T12:28:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:29:03.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:29:03.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:29:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:29:53.830Z||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. 2023-02-22T12:29:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:29:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:29:53.832Z||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. 2023-02-22T12:29:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:30:03.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:30:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:30:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:30:53.830Z||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. 2023-02-22T12:30:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:30:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:30:53.832Z||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. 2023-02-22T12:30:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:31:03.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:31:03.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:31:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:31:53.830Z||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. 2023-02-22T12:31:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:31:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:31:53.832Z||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. 2023-02-22T12:31:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:32:03.374Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:32:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:32:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:32:53.831Z||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. 2023-02-22T12:32:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:32:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:32:53.832Z||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. 2023-02-22T12:32:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:33:03.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:33:03.377Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:33:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:33:53.831Z||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. 2023-02-22T12:33:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:33:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:33:53.833Z||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. 2023-02-22T12:33:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:34:03.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:34:03.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:34:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:34:53.831Z||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. 2023-02-22T12:34:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:34:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:34:53.832Z||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. 2023-02-22T12:34:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:35:03.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:35:03.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:35:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:35:53.831Z||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. 2023-02-22T12:35:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:35:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:35:53.832Z||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. 2023-02-22T12:35:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:36:03.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:36:03.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:36:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:36:53.830Z||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. 2023-02-22T12:36:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:36:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:36:53.832Z||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. 2023-02-22T12:36:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:37:03.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:37:03.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:37:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:37:53.830Z||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. 2023-02-22T12:37:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:37:53.832Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:37:53.833Z||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. 2023-02-22T12:37:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:38:03.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:38:03.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:38:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:38:53.830Z||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. 2023-02-22T12:38:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:38:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:38:53.832Z||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. 2023-02-22T12:38:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:39:03.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:39:03.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:39:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:39:53.831Z||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. 2023-02-22T12:39:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:39:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:39:53.833Z||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. 2023-02-22T12:39:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:40:03.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:40:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:40:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:40:53.830Z||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. 2023-02-22T12:40:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:40:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:40:53.832Z||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. 2023-02-22T12:40:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:41:03.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:41:03.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:41:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:41:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:41:53.832Z||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. 2023-02-22T12:41:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:41:53.832Z||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. 2023-02-22T12:41:53.834Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:42:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:42:03.380Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:42:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:42:53.831Z||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. 2023-02-22T12:42:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:42:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:42:53.833Z||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. 2023-02-22T12:42:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:43:03.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:43:03.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:43:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:43:53.831Z||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. 2023-02-22T12:43:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:43:53.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:43:53.832Z||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. 2023-02-22T12:43:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:44:03.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:44:03.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:44:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:44:53.830Z||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. 2023-02-22T12:44:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:44:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:44:53.832Z||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. 2023-02-22T12:44:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:45:03.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:45:03.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:45:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:45:53.830Z||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. 2023-02-22T12:45:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:45:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:45:53.833Z||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. 2023-02-22T12:45:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:46:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:46:03.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:46:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:46:53.830Z||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. 2023-02-22T12:46:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:46:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:46:53.832Z||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. 2023-02-22T12:46:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:47:03.366Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:47:03.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:47:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:47:53.830Z||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. 2023-02-22T12:47:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:47:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:47:53.832Z||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. 2023-02-22T12:47:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:48:03.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:48:03.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:48:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:48:53.831Z||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. 2023-02-22T12:48:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:48:53.832Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:48:53.832Z||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. 2023-02-22T12:48:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:49:03.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:49:03.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:49:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:49:53.831Z||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. 2023-02-22T12:49:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:49:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:49:53.832Z||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. 2023-02-22T12:49:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:50:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:50:03.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:50:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:50:53.831Z||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. 2023-02-22T12:50:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:50:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:50:53.832Z||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. 2023-02-22T12:50:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:51:03.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:51:03.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:51:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:51:53.830Z||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. 2023-02-22T12:51:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:51:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:51:53.833Z||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. 2023-02-22T12:51:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:52:03.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:52:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:52:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:52:53.830Z||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. 2023-02-22T12:52:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:52:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:52:53.832Z||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. 2023-02-22T12:52:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:53:03.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:53:03.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:53:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:53:53.831Z||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. 2023-02-22T12:53:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:53:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:53:53.832Z||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. 2023-02-22T12:53:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:54:03.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:54:03.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:54:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:54:53.831Z||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. 2023-02-22T12:54:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:54:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:54:53.832Z||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. 2023-02-22T12:54:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:55:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:55:03.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:55:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:55:53.830Z||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. 2023-02-22T12:55:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:55:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:55:53.832Z||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. 2023-02-22T12:55:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:56:03.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:56:03.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:56:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:56:53.830Z||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. 2023-02-22T12:56:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:56:53.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:56:53.833Z||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. 2023-02-22T12:56:53.834Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:57:03.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:57:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:57:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:57:53.831Z||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. 2023-02-22T12:57:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:57:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:57:53.832Z||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. 2023-02-22T12:57:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:58:03.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:58:03.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:58:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:58:53.830Z||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. 2023-02-22T12:58:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:58:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:58:53.833Z||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. 2023-02-22T12:58:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:59:03.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:59:03.378Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T12:59:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:59:53.830Z||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. 2023-02-22T12:59:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T12:59:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T12:59:53.832Z||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. 2023-02-22T12:59:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:00:03.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:00:03.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:00:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:00:53.830Z||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. 2023-02-22T13:00:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:00:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:00:53.832Z||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. 2023-02-22T13:00:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:01:03.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:01:03.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:01:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:01:53.830Z||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. 2023-02-22T13:01:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:01:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:01:53.832Z||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. 2023-02-22T13:01:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:02:03.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:02:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:02:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:02:53.830Z||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. 2023-02-22T13:02:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:02:53.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:02:53.834Z||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. 2023-02-22T13:02:53.834Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:03:03.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:03:03.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:03:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:03:53.830Z||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. 2023-02-22T13:03:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:03:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:03:53.833Z||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. 2023-02-22T13:03:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:04:03.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:04:03.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:04:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:04:53.831Z||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. 2023-02-22T13:04:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:04:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:04:53.832Z||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. 2023-02-22T13:04:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:05:03.396Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:05:03.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:05:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:05:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:05:53.831Z||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. 2023-02-22T13:05:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:05:53.832Z||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. 2023-02-22T13:05:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:06:03.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:06:03.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:06:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:06:53.831Z||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. 2023-02-22T13:06:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:06:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:06:53.832Z||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. 2023-02-22T13:06:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:07:03.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:07:03.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:07:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:07:53.830Z||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. 2023-02-22T13:07:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:07:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:07:53.833Z||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. 2023-02-22T13:07:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:08:03.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:08:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:08:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:08:53.830Z||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. 2023-02-22T13:08:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:08:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:08:53.832Z||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. 2023-02-22T13:08:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:09:03.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:09:03.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:09:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:09:53.830Z||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. 2023-02-22T13:09:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:09:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:09:53.832Z||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. 2023-02-22T13:09:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:10:03.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:10:03.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:10:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:10:53.830Z||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. 2023-02-22T13:10:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:10:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:10:53.832Z||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. 2023-02-22T13:10:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:11:03.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:11:03.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:11:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:11:53.830Z||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. 2023-02-22T13:11:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:11:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:11:53.832Z||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. 2023-02-22T13:11:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:12:03.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:12:03.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:12:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:12:53.831Z||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. 2023-02-22T13:12:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:12:53.832Z||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. 2023-02-22T13:12:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:12:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:13:03.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:13:03.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:13:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:13:53.831Z||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. 2023-02-22T13:13:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:13:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:13:53.832Z||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. 2023-02-22T13:13:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:14:03.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:14:03.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:14:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:14:53.830Z||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. 2023-02-22T13:14:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:14:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:14:53.832Z||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. 2023-02-22T13:14:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:15:03.391Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:15:03.403Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:15:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:15:53.831Z||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. 2023-02-22T13:15:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:15:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:15:53.832Z||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. 2023-02-22T13:15:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:16:03.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:16:03.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:16:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:16:53.830Z||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. 2023-02-22T13:16:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:16:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:16:53.832Z||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. 2023-02-22T13:16:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:17:03.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:17:03.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:17:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:17:53.830Z||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. 2023-02-22T13:17:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:17:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:17:53.833Z||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. 2023-02-22T13:17:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:18:03.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:18:03.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:18:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:18:53.830Z||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. 2023-02-22T13:18:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:18:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:18:53.832Z||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. 2023-02-22T13:18:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:19:03.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:19:03.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:19:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:19:53.830Z||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. 2023-02-22T13:19:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:19:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:19:53.833Z||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. 2023-02-22T13:19:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:20:03.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:20:03.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:20:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:20:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:20:53.832Z||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. 2023-02-22T13:20:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:20:53.832Z||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. 2023-02-22T13:20:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:21:03.376Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:21:03.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:21:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:21:53.831Z||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. 2023-02-22T13:21:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:21:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:21:53.832Z||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. 2023-02-22T13:21:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:22:03.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:22:03.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:22:53.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:22:53.831Z||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. 2023-02-22T13:22:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:22:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:22:53.832Z||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. 2023-02-22T13:22:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:22:56.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:22:56.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-22T13:22:56.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7b77df5-3d3c-40ca-986b-399d4027230a","serviceName":"vFW 2023-02-22 13-21-55","serviceVersion":"1.0","serviceUUID":"0e621caa-29b2-44af-b177-c43ca3f4161b","serviceDescription":"catalog service description","serviceInvariantUUID":"c2089084-8a96-48d3-8b8b-deecda328015","resources":[{"resourceInstanceName":"vFW e32a6ab4-39fa 0","resourceName":"vFW e32a6ab4-39fa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c90a55db-a0cd-4856-9a1c-69ea9974e785","resourceInvariantUUID":"fed6b4d5-46e9-4127-b246-2259637942f8","resourceCustomizationUUID":"b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml","artifactChecksum":"NGZjNTk2MjA1ZWE1MjBiZGZmNTVjZGYzN2IzYmFlMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90f74a9-8b00-401d-9364-15062331344a","artifactVersion":"1"},{"artifactName":"vfwe32a6ab439fa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json","artifactChecksum":"NGJkNzcyMTA3YTc0MGFmY2FiZjI1MjEwZTA0Njg3Mzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af40c497-9d1d-4645-a011-d7540bc919a8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"56abf4e2-6f4d-4b5a-98a5-407f2d67a145","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml","artifactChecksum":"Nzg4YzNkMGZmZGM2MzU4MzFkMWU4YjMwNTMzNmZlM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4b41d000-7d63-4ddb-a97c-14da50c3e53e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b744f9b1-239f-4f8a-9324-426f0d4f9a64","artifactVersion":"2","generatedFromUUID":"56abf4e2-6f4d-4b5a-98a5-407f2d67a145"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230222132155-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml","artifactChecksum":"YzllMjRmYTg4MmYxZGEwYmMyYjk3YzA0ODVlZTJkOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f736ef0-1af6-4cd1-b046-f9ad87bf01e3","artifactVersion":"1"},{"artifactName":"service-Vfw20230222132155-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar","artifactChecksum":"OWVmY2JlNzdiYTU1NDkzMzkxMDg5ZTAzOGI4YmQ5ZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55f7a8a2-ab7b-454d-8619-2a376025e4f5","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T13:22:56.475Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:22:56.484Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:22:56.509Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:22:56.509Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:22:56.597Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms 2023-02-22T13:22:56.602Z||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. 2023-02-22T13:22:56.602Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:22:56.618Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:22:56.619Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:22:56.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:22:56.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T13:22:56.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "ves-openapi-manager", "timestamp": 1677072175220, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:22:56.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T13:22:57.518Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:22:57.519Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:22:57.521Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:22:57.521Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "NOTIFIED" } 2023-02-22T13:22:57.621Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T13:22:57.622Z||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. 2023-02-22T13:22:57.623Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:22:57.632Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:22:57.632Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:22:58.522Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:22:58.523Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:22:58.525Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:22:58.525Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-22T13:22:58.626Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T13:22:58.627Z||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. 2023-02-22T13:22:58.627Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:22:58.636Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:22:58.637Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:22:59.526Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:22:59.527Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:22:59.529Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:22:59.529Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:22:59.629Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T13:22:59.630Z||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. 2023-02-22T13:22:59.630Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:22:59.642Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:22:59.643Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:23:00.530Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:23:00.531Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:23:00.535Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:23:00.535Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-22T13:23:00.635Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:23:00.636Z||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. 2023-02-22T13:23:00.636Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:00.645Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:00.645Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:23:01.535Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:23:01.536Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:23:01.538Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:23:01.539Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:23:01.639Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:23:01.640Z||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. 2023-02-22T13:23:01.640Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:01.648Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:01.649Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:23:02.539Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:23:02.540Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:23:02.543Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:23:02.543Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:23:02.643Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:23:02.644Z||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. 2023-02-22T13:23:02.644Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:02.654Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:02.654Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:23:03.545Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "serviceName": "vFW 2023-02-22 13-21-55", "serviceVersion": "1.0", "serviceUUID": "0e621caa-29b2-44af-b177-c43ca3f4161b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c2089084-8a96-48d3-8b8b-deecda328015", "resources": [ { "resourceInstanceName": "vFW e32a6ab4-39fa 0", "resourceCustomizationUUID": "b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d", "resourceName": "vFW e32a6ab4-39fa", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c90a55db-a0cd-4856-9a1c-69ea9974e785", "resourceInvariantUUID": "fed6b4d5-46e9-4127-b246-2259637942f8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe32a6ab439fa0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "artifactChecksum": "NGJkNzcyMTA3YTc0MGFmY2FiZjI1MjEwZTA0Njg3Mzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "af40c497-9d1d-4645-a011-d7540bc919a8", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "56abf4e2-6f4d-4b5a-98a5-407f2d67a145", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b744f9b1-239f-4f8a-9324-426f0d4f9a64", "generatedFromUUID": "56abf4e2-6f4d-4b5a-98a5-407f2d67a145" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b744f9b1-239f-4f8a-9324-426f0d4f9a64", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230222132155-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "artifactChecksum": "OWVmY2JlNzdiYTU1NDkzMzkxMDg5ZTAzOGI4YmQ5ZWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55f7a8a2-ab7b-454d-8619-2a376025e4f5" } ], "workloadContext": "Production" } 2023-02-22T13:23:03.547Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T13:23:03.547Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e621caa-29b2-44af-b177-c43ca3f4161b ASDC 2023-02-22T13:23:03.677Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:a7b77df5-3d3c-40ca-986b-399d4027230a ServiceName:vFW 2023-02-22 13-21-55 ServiceVersion:1.0 ServiceUUID:0e621caa-29b2-44af-b177-c43ca3f4161b ServiceInvariantUUID:c2089084-8a96-48d3-8b8b-deecda328015 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230222132155-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar ArtifactUUID:55f7a8a2-ab7b-454d-8619-2a376025e4f5 ArtifactChecksum:OWVmY2JlNzdiYTU1NDkzMzkxMDg5ZTAzOGI4YmQ5ZWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e32a6ab4-39fa 0 ResourceCustomizationUUID:b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d ResourceInvariantUUID:fed6b4d5-46e9-4127-b246-2259637942f8 ResourceName:vFW e32a6ab4-39fa ResourceType:VF ResourceUUID:c90a55db-a0cd-4856-9a1c-69ea9974e785 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe32a6ab439fa0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json ArtifactUUID:af40c497-9d1d-4645-a011-d7540bc919a8 ArtifactChecksum:NGJkNzcyMTA3YTc0MGFmY2FiZjI1MjEwZTA0Njg3Mzc= 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/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml ArtifactUUID:56abf4e2-6f4d-4b5a-98a5-407f2d67a145 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/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env ArtifactUUID:b744f9b1-239f-4f8a-9324-426f0d4f9a64 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/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env ArtifactUUID:b744f9b1-239f-4f8a-9324-426f0d4f9a64 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T13:23:03.679Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e621caa-29b2-44af-b177-c43ca3f4161b 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 (?, ?, ?, ?, ?) 2023-02-22T13:23:03.990Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T13:23:03.991Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-22T13:23:03.993Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-22T13:23:03.993Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55f7a8a2-ab7b-454d-8619-2a376025e4f5 from URL: /sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:03.993Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-22T13:23:03.995Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:04.103Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-22T13:23:04.121Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar 55f7a8a2-ab7b-454d-8619-2a376025e4f5 100661 2023-02-22T13:23:04.123Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar ASDC sendASDCNotification 2023-02-22T13:23:04.123Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:04.125Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T13:23:04.126Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:23:04.128Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:23:04.128Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072184121, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T13:23:04.228Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:23:04.229Z||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. 2023-02-22T13:23:04.229Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:04.238Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:04.239Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:23:05.128Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T13:23:05.129Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-22T13:23:05.130Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 55f7a8a2-ab7b-454d-8619-2a376025e4f5, URL: /sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar to file: /app/ASDC/1/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:05.131Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230222132155-csar.csar 2023-02-22T13:23:05.305Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:05.305Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:06.194Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7063551911748596931/Definitions/service-Vfw20230222132155-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_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 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_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 2023-02-22T13:23:09.413Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T13:23:09.418Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-02-22T13:23:09.419Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.419Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-02-22T13:23:09.419Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.419Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.420Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.420Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.420Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.420Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.421Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e32a6ab4-39fa 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-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.421Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.421Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.421Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.422Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:09.422Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-02-22T13:23:09.429Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.431Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:09.435Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria 2023-02-22T13:23:09.435Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-02-22T13:23:09.437Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T13:23:09.439Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.439Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:09.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria 2023-02-22T13:23:09.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-02-22T13:23:09.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T13:23:09.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:09.444Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.445Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria 2023-02-22T13:23:09.445Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T13:23:09.445Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T13:23:09.445Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-22T13:23:09.446Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:09.446Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.446Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.446Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-22T13:23:09.447Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-22T13:23:09.447Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-22T13:23:09.447Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.447Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:09.448Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-22T13:23:09.448Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:09.448Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-22T13:23:09.448Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.449Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T13:23:09.449Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.449Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T13:23:09.450Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.451Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria 2023-02-22T13:23:09.451Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:23:09.451Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.452Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria 2023-02-22T13:23:09.452Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:23:09.452Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.453Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria 2023-02-22T13:23:09.453Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:23:09.453Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.454Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria 2023-02-22T13:23:09.454Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T13:23:09.454Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T13:23:09.455Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-22T13:23:09.455Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-22T13:23:09.455Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-22T13:23:09.455Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:09.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-22T13:23:09.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:09.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-22T13:23:09.457Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.457Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=962ebbf9-0ed1-47d3-8e2e-5e60b93e804a 2023-02-22T13:23:09.457Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.458Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria 2023-02-22T13:23:09.458Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T13:23:09.458Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T13:23:09.458Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-22T13:23:09.458Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:09.459Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.459Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.459Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-22T13:23:09.459Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-22T13:23:09.460Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-22T13:23:09.460Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:09.460Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-22T13:23:09.460Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.461Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f35ca068-7476-4ac9-bede-28b7503c948e 2023-02-22T13:23:09.461Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.461Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria 2023-02-22T13:23:09.462Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T13:23:09.462Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T13:23:09.462Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-22T13:23:09.462Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:09.462Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.463Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.463Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-22T13:23:09.463Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-22T13:23:09.463Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-22T13:23:09.464Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-22T13:23:09.464Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:09.464Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-22T13:23:09.464Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b2f2a3c-d5c4-4504-8644-25e0e370d2a6 2023-02-22T13:23:09.465Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.465Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:09.465Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.466Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:09.466Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.466Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:09.466Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:09.467Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:09.467Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-02-22 13-21-55 Description:catalog service description Model UUID:0e621caa-29b2-44af-b177-c43ca3f4161b Model Version:NULL Model InvariantUuid:c2089084-8a96-48d3-8b8b-deecda328015 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e32a6ab4-39fa Model UUID:9b6ea51e-4e41-4096-a8f8-c3fe93336c8b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:fed6b4d5-46e9-4127-b246-2259637942f8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8477541b-aeb3-4ce3-9a86-cf7ce612695a ModelName:VfwE32a6ab439fa..base_vfw..module-0 ModelUuid:c4efc599-9fc2-41c5-ab4e-466327ce0d9b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:962ebbf9-0ed1-47d3-8e2e-5e60b93e804a ModelInvariantUuid:1431c59d-20d0-46ed-aa8e-b8c95326e257 ModelName:vFW e32a6ab4-39fa-nodes.vfwCvfc ModelUuid:1bdbf2ae-3ac4-4a4e-b073-44c0c90b8f09 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b063ca3d-bed0-4b08-bbc9-1565cc62fbd3 ModelInvariantUuid:1a34a611-effe-4c2c-9723-69f2555f9881 ModelName:VfwE32a6ab439fa.compute.nodes.heat.vfw ModelUuid:5030254c-cd57-4546-bd28-d6e4ee7f7b44 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f35ca068-7476-4ac9-bede-28b7503c948e ModelInvariantUuid:9d563c8a-e1be-4796-9302-732cc69e9f7b ModelName:vFW e32a6ab4-39fa-nodes.vsnCvfc ModelUuid:bdf90533-34a8-45b6-8a60-29baef6798b8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ffbeda15-3f7e-414b-8972-529d58e0a5dc ModelInvariantUuid:caea5f44-e054-4aef-8361-4fe58754248f ModelName:VfwE32a6ab439fa.compute.nodes.heat.vsn ModelUuid:e74377a1-d5b1-4c28-a818-012cd340666f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3b2f2a3c-d5c4-4504-8644-25e0e370d2a6 ModelInvariantUuid:e1c4a08a-4fed-494a-a484-46e3808f5a87 ModelName:vFW e32a6ab4-39fa-nodes.vpgCvfc ModelUuid:6639dc4c-72b2-47be-8357-269b51ac44cc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a101036b-f3fe-4f90-a0dd-3e0331ffbbee ModelInvariantUuid:29b0f8b5-9d33-40b4-91eb-7f85100a5373 ModelName:VfwE32a6ab439fa.compute.nodes.heat.vpg ModelUuid:92853cd0-932b-4db0-8c0f-5a46148a28ab 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=? 2023-02-22T13:23:09.490Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c90a55db-a0cd-4856-9a1c-69ea9974e785 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=? 2023-02-22T13:23:09.578Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||vFW e32a6ab4-39fa 0 2023-02-22T13:23:09.585Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c90a55db-a0cd-4856-9a1c-69ea9974e785 2023-02-22T13:23:09.585Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: af40c497-9d1d-4645-a011-d7540bc919a8 from URL: /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json 2023-02-22T13:23:09.585Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-22T13:23:09.586Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json 2023-02-22T13:23:09.649Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-22T13:23:09.650Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json af40c497-9d1d-4645-a011-d7540bc919a8 785 2023-02-22T13:23:09.650Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json ASDC sendASDCNotification 2023-02-22T13:23:09.651Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json 2023-02-22T13:23:09.651Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T13:23:09.651Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:23:09.654Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:23:09.654Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072189650, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T13:23:09.755Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T13:23:09.756Z||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. 2023-02-22T13:23:09.756Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:09.764Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:09.764Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:23:10.656Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE32a6ab439fa..base_vfw..module-0", "vfModuleModelInvariantUUID": "8477541b-aeb3-4ce3-9a86-cf7ce612695a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c4efc599-9fc2-41c5-ab4e-466327ce0d9b", "vfModuleModelCustomizationUUID": "2a3cde75-064b-47e9-9420-99917e5bd6aa", "isBase": true, "artifacts": [ "56abf4e2-6f4d-4b5a-98a5-407f2d67a145", "b744f9b1-239f-4f8a-9324-426f0d4f9a64" ], "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": "" } } ] 2023-02-22T13:23:10.670Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE32a6ab439fa..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c4efc599-9fc2-41c5-ab4e-466327ce0d9b VfModuleModelInvariantUUID:8477541b-aeb3-4ce3-9a86-cf7ce612695a VfModuleModelDescription:NULL Artifacts UUID List:{ 56abf4e2-6f4d-4b5a-98a5-407f2d67a145 , b744f9b1-239f-4f8a-9324-426f0d4f9a64 } 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 } 2023-02-22T13:23:10.673Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE32a6ab439fa..base_vfw..module-0", "vfModuleModelInvariantUUID": "8477541b-aeb3-4ce3-9a86-cf7ce612695a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c4efc599-9fc2-41c5-ab4e-466327ce0d9b", "vfModuleModelCustomizationUUID": "2a3cde75-064b-47e9-9420-99917e5bd6aa", "isBase": true, "artifacts": [ "56abf4e2-6f4d-4b5a-98a5-407f2d67a145", "b744f9b1-239f-4f8a-9324-426f0d4f9a64" ], "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": "" } } ] 2023-02-22T13:23:10.674Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE32a6ab439fa..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c4efc599-9fc2-41c5-ab4e-466327ce0d9b VfModuleModelInvariantUUID:8477541b-aeb3-4ce3-9a86-cf7ce612695a VfModuleModelDescription:NULL Artifacts UUID List:{ 56abf4e2-6f4d-4b5a-98a5-407f2d67a145 , b744f9b1-239f-4f8a-9324-426f0d4f9a64 } 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 } 2023-02-22T13:23:10.674Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 56abf4e2-6f4d-4b5a-98a5-407f2d67a145 from URL: /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml 2023-02-22T13:23:10.674Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-22T13:23:10.675Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml 2023-02-22T13:23:10.733Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-22T13:23:10.734Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml 56abf4e2-6f4d-4b5a-98a5-407f2d67a145 20368 2023-02-22T13:23:10.735Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-22T13:23:10.735Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml 2023-02-22T13:23:10.735Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T13:23:10.736Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:23:10.738Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:23:10.738Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072190735, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T13:23:10.838Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:23:10.839Z||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. 2023-02-22T13:23:10.839Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:10.849Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:10.849Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-02-22T13:23:11.739Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b744f9b1-239f-4f8a-9324-426f0d4f9a64 from URL: /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env 2023-02-22T13:23:11.740Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-22T13:23:11.741Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env 2023-02-22T13:23:11.789Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-22T13:23:11.789Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env b744f9b1-239f-4f8a-9324-426f0d4f9a64 2098 2023-02-22T13:23:11.790Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-22T13:23:11.790Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env 2023-02-22T13:23:11.790Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T13:23:11.791Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:23:11.794Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:23:11.794Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072191790, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-22T13:23:11.894Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:23:11.895Z||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. 2023-02-22T13:23:11.895Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:11.905Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:11.905Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-02-22T13:23:12.796Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0e621caa-29b2-44af-b177-c43ca3f4161b 2023-02-22T13:23:12.796Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e32a6ab4-39fa 0 c90a55db-a0cd-4856-9a1c-69ea9974e785 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=? 2023-02-22T13:23:12.833Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b49ebd3, org.onap.sdc.toscaparser.api.parameters.Input@73817616, org.onap.sdc.toscaparser.api.parameters.Input@12e6d6d7, org.onap.sdc.toscaparser.api.parameters.Input@27c72308, org.onap.sdc.toscaparser.api.parameters.Input@33c44350] 2023-02-22T13:23:12.837Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.837Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:12.838Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-02-22T13:23:12.838Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d 2023-02-22T13:23:12.838Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d matches Tosca VF Customization UUID: b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d 2023-02-22T13:23:12.838Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d 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=? 2023-02-22T13:23:12.846Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.846Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:12.847Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-22T13:23:12.847Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bce88db 2023-02-22T13:23:12.848Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.848Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T13:23:12.849Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a3cde75-064b-47e9-9420-99917e5bd6aa 2023-02-22T13:23:12.850Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a3cde75-064b-47e9-9420-99917e5bd6aa 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=? 2023-02-22T13:23:12.857Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.857Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria 2023-02-22T13:23:12.858Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:23:12.858Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.859Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria 2023-02-22T13:23:12.859Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:23:12.859Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.859Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria 2023-02-22T13:23:12.860Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T13:23:12.860Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T13:23:12.860Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-22T13:23:12.861Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-22T13:23:12.861Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-22T13:23:12.861Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-22T13:23:12.861Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:12.862Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-22T13:23:12.862Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:12.862Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-22T13:23:12.862Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T13:23:12.863Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=962ebbf9-0ed1-47d3-8e2e-5e60b93e804a 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=? 2023-02-22T13:23:12.883Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.883Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria 2023-02-22T13:23:12.885Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:23:12.888Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.888Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria 2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-22T13:23:12.889Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-22T13:23:12.890Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T13:23:12.891Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f35ca068-7476-4ac9-bede-28b7503c948e 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=? 2023-02-22T13:23:12.893Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.894Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria 2023-02-22T13:23:12.894Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:23:12.897Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.898Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is not matching search criteria 2023-02-22T13:23:12.898Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-22T13:23:12.898Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-22T13:23:12.898Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-22T13:23:12.898Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-22T13:23:12.899Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-22T13:23:12.900Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-22T13:23:12.900Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-22T13:23:12.900Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b2f2a3c-d5c4-4504-8644-25e0e370d2a6 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=? 2023-02-22T13:23:12.902Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.902Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria 2023-02-22T13:23:12.903Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:23:12.903Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.903Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Node template vFW e32a6ab4-39fa 0 is matching search criteria 2023-02-22T13:23:12.903Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e32a6ab4-39fa 0] matching following query criteria: sdcType=VF, customizationUUID=b0e4ddd7-afa7-4fcc-b08d-c1b0c23fb30d 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=? 2023-02-22T13:23:12.908Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.909Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:12.910Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0e621caa-29b2-44af-b177-c43ca3f4161b: vFW e32a6ab4-39fa 2023-02-22T13:23:12.910Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.911Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:12.911Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.911Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:12.912Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.912Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:12.913Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.913Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:12.914Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:23:12.915Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-02-22 13-21-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:23:12.915Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-02-22 13-21-55 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 (?, ?, ?, ?, ?) 2023-02-22T13:23:13.235Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e32a6ab4-39fa c90a55db-a0cd-4856-9a1c-69ea9974e785 1 ASDC deployResourceStructure 2023-02-22T13:23:13.237Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json ASDC sendASDCNotification 2023-02-22T13:23:13.237Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json 2023-02-22T13:23:13.237Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T13:23:13.237Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:23:13.240Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:23:13.240Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072193236, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T13:23:13.340Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:23:13.341Z||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. 2023-02-22T13:23:13.341Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:13.353Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:13.353Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:23:14.245Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-22T13:23:14.245Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml 2023-02-22T13:23:14.245Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T13:23:14.246Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:23:14.251Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:23:14.251Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072194245, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-02-22T13:23:14.356Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-02-22T13:23:14.357Z||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. 2023-02-22T13:23:14.358Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:14.379Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:14.379Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:23:15.262Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-22T13:23:15.263Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env 2023-02-22T13:23:15.264Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T13:23:15.265Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:23:15.270Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:23:15.270Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072195262, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-02-22T13:23:15.371Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:23:15.372Z||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. 2023-02-22T13:23:15.372Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:15.398Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:15.398Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2023-02-22T13:23:16.272Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar ASDC sendASDCNotification 2023-02-22T13:23:16.274Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar 2023-02-22T13:23:16.274Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T13:23:16.275Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:23:16.277Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:23:16.277Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072196272, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T13:23:16.377Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T13:23:16.378Z||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. 2023-02-22T13:23:16.378Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:16.389Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:16.389Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-02-22T13:23:17.280Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T13:23:17.320Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T13:23:17.322Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T13:23:17.323Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T13:23:17.323Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T13:23:47.323Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T13:23:47.338Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T13:23:47.340Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T13:23:47.341Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T13:23:47.341Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T13:23:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:23:53.832Z||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. 2023-02-22T13:23:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:23:53.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:23:53.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:23:53.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:23:53.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:24:17.345Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T13:24:17.370Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T13:24:17.372Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T13:24:17.373Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T13:24:17.373Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T13:24:47.373Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T13:24:47.384Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T13:24:47.390Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T13:24:47.390Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T13:24:47.390Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T13:24:53.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:24:53.833Z||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. 2023-02-22T13:24:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:24:53.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:24:53.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:24:53.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072176405, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:24:53.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:17.392Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T13:25:17.407Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T13:25:17.411Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T13:25:17.411Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T13:25:17.412Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T13:25:47.412Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T13:25:47.421Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T13:25:47.423Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T13:25:47.424Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T13:25:47.424Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T13:25:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:25:53.832Z||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. 2023-02-22T13:25:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:25:53.852Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:25:54.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "ves-openapi-manager", "timestamp": 1677072175220, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072176405, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "NOTIFIED" } 2023-02-22T13:25:54.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "ves-openapi-manager", "timestamp": 1677072175220, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072176405, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-22T13:25:54.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "ves-openapi-manager", "timestamp": 1677072175220, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072176405, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "ves-openapi-manager", "timestamp": 1677072175220, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-22T13:25:54.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072176405, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "cds", "timestamp": 1677072181158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "ves-openapi-manager", "timestamp": 1677072175220, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072176405, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "cds", "timestamp": 1677072181158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "ves-openapi-manager", "timestamp": 1677072175220, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072173829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:25:54.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072176405, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:25:54.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "aai-ml", "timestamp": 1677072183292, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "cds", "timestamp": 1677072181158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072185004, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "aai-ml", "timestamp": 1677072183292, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072184121, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "cds", "timestamp": 1677072181158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072184813, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "aai-ml", "timestamp": 1677072183292, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "cds", "timestamp": 1677072181158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072184813, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "NOTIFIED" } 2023-02-22T13:25:54.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "aai-ml", "timestamp": 1677072183292, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "cds", "timestamp": 1677072181158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072184813, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-22T13:25:54.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "aai-ml", "timestamp": 1677072183292, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "cds", "timestamp": 1677072181158, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:25:54.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072184813, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "aai-ml", "timestamp": 1677072183292, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "cds", "timestamp": 1677072188970, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072184813, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-22T13:25:54.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "aai-ml", "timestamp": 1677072183292, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:25:54.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "cds", "timestamp": 1677072189989, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-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=? 2023-02-22T13:25:54.392Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7b77df5-3d3c-40ca-986b-399d4027230a 2023-02-22T13:25:54.393Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b77df5-3d3c-40ca-986b-399d4027230a 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 (?, ?, ?, ?, ?) 2023-02-22T13:25:54.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072189650, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072184813, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "aai-ml", "timestamp": 1677072191328, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072191830, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T13:25:54.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072190735, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072184813, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:25:54.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072192837, "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=? 2023-02-22T13:25:54.410Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7b77df5-3d3c-40ca-986b-399d4027230a 2023-02-22T13:25:54.410Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b77df5-3d3c-40ca-986b-399d4027230a 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 (?, ?, ?, ?, ?) 2023-02-22T13:25:54.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072191790, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072192667, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072193769, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072193236, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T13:25:54.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072194866, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072194245, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-02-22T13:25:54.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072195262, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-02-22T13:25:54.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072195974, "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=? 2023-02-22T13:25:54.426Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7b77df5-3d3c-40ca-986b-399d4027230a 2023-02-22T13:25:54.426Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b77df5-3d3c-40ca-986b-399d4027230a 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 (?, ?, ?, ?, ?) 2023-02-22T13:25:54.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072196272, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T13:25:54.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "multicloud-k8s-id", "timestamp": 1677072196986, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/resourceInstances/vfwe32a6ab439fa0/artifacts/vfwe32a6ab439fa0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T13:25:54.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "aai-ml", "timestamp": 1677072207258, "artifactURL": "/sdc/v1/catalog/services/Vfw20230222132155/1.0/artifacts/service-Vfw20230222132155-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T13:25:54.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "aai-ml", "timestamp": 1677072208275, "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=? 2023-02-22T13:25:54.440Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7b77df5-3d3c-40ca-986b-399d4027230a 2023-02-22T13:25:54.440Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b77df5-3d3c-40ca-986b-399d4027230a 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 (?, ?, ?, ?, ?) 2023-02-22T13:25:54.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072204813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072206405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072204813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "NOTIFIED" } 2023-02-22T13:25:54.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072206405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072204813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-22T13:25:54.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072206405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072204813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072206405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "cds", "timestamp": 1677072211158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072204813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-22T13:25:54.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072206405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "cds", "timestamp": 1677072211158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "aai-ml", "timestamp": 1677072213291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072204813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072206405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "cds", "timestamp": 1677072211158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "aai-ml", "timestamp": 1677072213291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072204813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:25:54.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072206405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:25:54.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "cds", "timestamp": 1677072211158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "aai-ml", "timestamp": 1677072213291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "ves-openapi-manager", "timestamp": 1677072215220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072216013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072216611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "cds", "timestamp": 1677072211158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "aai-ml", "timestamp": 1677072213291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "ves-openapi-manager", "timestamp": 1677072215220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072217068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "cds", "timestamp": 1677072211158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "aai-ml", "timestamp": 1677072213291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "ves-openapi-manager", "timestamp": 1677072215220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072218134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "cds", "timestamp": 1677072211158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:25:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072219165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T13:25:54.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "aai-ml", "timestamp": 1677072213291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "ves-openapi-manager", "timestamp": 1677072215220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072219155, "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 (?, ?, ?, ?, ?) 2023-02-22T13:25:54.473Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a100743-f9f4-48c8-b891-4a7e9f6666eb 2023-02-22T13:25:54.473Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a100743-f9f4-48c8-b891-4a7e9f6666eb 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 (?, ?, ?, ?, ?) 2023-02-22T13:25:54.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "cds", "timestamp": 1677072218870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "aai-ml", "timestamp": 1677072213291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:25:54.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677072220170, "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=? 2023-02-22T13:25:54.485Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a100743-f9f4-48c8-b891-4a7e9f6666eb 2023-02-22T13:25:54.486Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a100743-f9f4-48c8-b891-4a7e9f6666eb 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 (?, ?, ?, ?, ?) 2023-02-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "ves-openapi-manager", "timestamp": 1677072215220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "multicloud-k8s-id", "timestamp": 1677072220158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T13:25:54.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "cds", "timestamp": 1677072219876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-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=? 2023-02-22T13:25:54.498Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a100743-f9f4-48c8-b891-4a7e9f6666eb 2023-02-22T13:25:54.498Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a100743-f9f4-48c8-b891-4a7e9f6666eb 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 (?, ?, ?, ?, ?) 2023-02-22T13:25:54.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "aai-ml", "timestamp": 1677072221035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T13:25:54.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "ves-openapi-manager", "timestamp": 1677072215220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "ves-openapi-manager", "timestamp": 1677072215220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T13:25:54.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "aai-ml", "timestamp": 1677072228492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T13:25:54.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:25:54.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:25:54.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "aai-ml", "timestamp": 1677072229508, "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=? 2023-02-22T13:25:54.515Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a100743-f9f4-48c8-b891-4a7e9f6666eb 2023-02-22T13:25:54.515Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a100743-f9f4-48c8-b891-4a7e9f6666eb 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 (?, ?, ?, ?, ?) 2023-02-22T13:26:17.424Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T13:26:17.437Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T13:26:17.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T13:26:17.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T13:26:17.440Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T13:26:17.441Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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=? 2023-02-22T13:26:17.446Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T13:26:47.447Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7b77df5-3d3c-40ca-986b-399d4027230a 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=? 2023-02-22T13:26:47.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7b77df5-3d3c-40ca-986b-399d4027230a and serviceModelVersionId: 0e621caa-29b2-44af-b177-c43ca3f4161b 2023-02-22T13:26:47.456Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2089084-8a96-48d3-8b8b-deecda328015 2023-02-22T13:26:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:26:53.832Z||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. 2023-02-22T13:26:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:03.026Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?depth=0 2023-02-22T13:27:03.174Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T13:27:03.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:03.695Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?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]} 2023-02-22T13:27:03.700Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?depth=0|INFO|500||Invoke 2023-02-22T13:27:03.824Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T13:27:04.082Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?depth=0|INFO|500||InvokeReturn 2023-02-22T13:27:04.083Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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/c2089084-8a96-48d3-8b8b-deecda328015/model-vers/model-ver/0e621caa-29b2-44af-b177-c43ca3f4161b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 13:27:03 GMT], content-length=[0], vertex-id=[172048], x-aai-txid=[1-aai-resources-230222-13:27:03:943-62934], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T13:27:04.084Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-02-22T13:27:04.088Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T13:27:04.088Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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=? 2023-02-22T13:27:04.094Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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) 2023-02-22T13:27:04.095Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7b77df5-3d3c-40ca-986b-399d4027230a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T13:27:04.096Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T13:27:04.096Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:04.098Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:04.099Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072424095, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T13:27:04.199Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:04.200Z||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. 2023-02-22T13:27:04.200Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:04.210Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:04.210Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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=? 2023-02-22T13:27:05.111Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:27:05.112Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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. 2023-02-22T13:27:05.112Z|a7b77df5-3d3c-40ca-986b-399d4027230a|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:09.522Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:09.523Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-22T13:27:09.523Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a100743-f9f4-48c8-b891-4a7e9f6666eb","serviceName":"basic_onboard_xTmFDl","serviceVersion":"1.0","serviceUUID":"4c99d429-070b-48fe-b378-3dd2c3b62d70","serviceDescription":"service","serviceInvariantUUID":"96e07a8b-31d3-40f2-b4e8-d7b7b20521a4","resources":[{"resourceInstanceName":"basic_onboard_xTmFDl 0","resourceName":"basic_onboard_xTmFDl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7373513e-fe35-42b2-b0d3-77bca2cc20d0","resourceInvariantUUID":"da3c0657-0bf2-46d4-ae3d-3fe315f3c885","resourceCustomizationUUID":"b79bc4ef-5e14-4f7b-aed7-237209264115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml","artifactChecksum":"MzFlODFjY2E5NzNkZTE0YmExNWRlZWI2NGRhODgyMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6a25aa6-40f0-4c87-8374-5379c49cb02e","artifactVersion":"1"},{"artifactName":"basic_onboard_xtmfdl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json","artifactChecksum":"MTdkNmQ5ZTVlNmNiZWY0MzFjZjYyMTQwOTcxMzI4MzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d533518-0c76-4e5b-8e96-cca2b45a92cd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e5137cba-de78-4338-86b1-a1ae5635faf7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0152926b-11aa-459c-a916-9f9f032862c7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"56181b72-7f1c-4f6b-bb99-deddfa68587e","artifactVersion":"2","generatedFromUUID":"e5137cba-de78-4338-86b1-a1ae5635faf7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXtmfdl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml","artifactChecksum":"YTQ4OGQ4YjJjODcxOTJlMThlNTllZTg3YzlhZDk0MTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"032ec4d4-240f-4a62-a9a7-92faaaf0ab83","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXtmfdl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar","artifactChecksum":"NjdhZTcwN2Y2ZTliMzYzZDY4OWYxNDAyZjhjYzQwNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f27f038f-1245-45f6-9063-2b9c8eb47c8c","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T13:27:09.526Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:27:09.527Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:09.529Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:09.529Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:27:09.629Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:09.630Z||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. 2023-02-22T13:27:09.631Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:09.640Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:09.641Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:27:10.530Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:27:10.531Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:10.533Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:10.533Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "NOTIFIED" } 2023-02-22T13:27:10.633Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:10.634Z||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. 2023-02-22T13:27:10.634Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:10.645Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:10.645Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:27:11.533Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:27:11.534Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:11.544Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:11.545Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-22T13:27:11.637Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2023-02-22T13:27:11.639Z||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. 2023-02-22T13:27:11.639Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:11.650Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:11.650Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:27:12.545Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:27:12.546Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:12.548Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:12.548Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:27:12.649Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:12.650Z||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. 2023-02-22T13:27:12.650Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:12.665Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:12.665Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-22T13:27:13.553Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:27:13.554Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:13.558Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:13.558Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-22T13:27:13.657Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T13:27:13.658Z||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. 2023-02-22T13:27:13.658Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:13.678Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:13.678Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:27:14.559Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:27:14.564Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:14.566Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:14.566Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:27:14.666Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:14.667Z||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. 2023-02-22T13:27:14.667Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:14.706Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:14.706Z||pool-24-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2023-02-22T13:27:15.567Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T13:27:15.567Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:15.569Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:15.569Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:27:15.670Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:15.671Z||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. 2023-02-22T13:27:15.671Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:15.683Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:15.684Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-02-22T13:27:16.571Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "serviceName": "basic_onboard_xTmFDl", "serviceVersion": "1.0", "serviceUUID": "4c99d429-070b-48fe-b378-3dd2c3b62d70", "serviceDescription": "service", "serviceInvariantUUID": "96e07a8b-31d3-40f2-b4e8-d7b7b20521a4", "resources": [ { "resourceInstanceName": "basic_onboard_xTmFDl 0", "resourceCustomizationUUID": "b79bc4ef-5e14-4f7b-aed7-237209264115", "resourceName": "basic_onboard_xTmFDl", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7373513e-fe35-42b2-b0d3-77bca2cc20d0", "resourceInvariantUUID": "da3c0657-0bf2-46d4-ae3d-3fe315f3c885", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xtmfdl0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "artifactChecksum": "MTdkNmQ5ZTVlNmNiZWY0MzFjZjYyMTQwOTcxMzI4MzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d533518-0c76-4e5b-8e96-cca2b45a92cd", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e5137cba-de78-4338-86b1-a1ae5635faf7", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "56181b72-7f1c-4f6b-bb99-deddfa68587e", "generatedFromUUID": "e5137cba-de78-4338-86b1-a1ae5635faf7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "56181b72-7f1c-4f6b-bb99-deddfa68587e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXtmfdl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "artifactChecksum": "NjdhZTcwN2Y2ZTliMzYzZDY4OWYxNDAyZjhjYzQwNGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f27f038f-1245-45f6-9063-2b9c8eb47c8c" } ], "workloadContext": "Production" } 2023-02-22T13:27:16.571Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T13:27:16.572Z|a7b77df5-3d3c-40ca-986b-399d4027230a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4c99d429-070b-48fe-b378-3dd2c3b62d70 ASDC 2023-02-22T13:27:16.572Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:6a100743-f9f4-48c8-b891-4a7e9f6666eb ServiceName:basic_onboard_xTmFDl ServiceVersion:1.0 ServiceUUID:4c99d429-070b-48fe-b378-3dd2c3b62d70 ServiceInvariantUUID:96e07a8b-31d3-40f2-b4e8-d7b7b20521a4 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXtmfdl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar ArtifactUUID:f27f038f-1245-45f6-9063-2b9c8eb47c8c ArtifactChecksum:NjdhZTcwN2Y2ZTliMzYzZDY4OWYxNDAyZjhjYzQwNGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_xTmFDl 0 ResourceCustomizationUUID:b79bc4ef-5e14-4f7b-aed7-237209264115 ResourceInvariantUUID:da3c0657-0bf2-46d4-ae3d-3fe315f3c885 ResourceName:basic_onboard_xTmFDl ResourceType:VF ResourceUUID:7373513e-fe35-42b2-b0d3-77bca2cc20d0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xtmfdl0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json ArtifactUUID:0d533518-0c76-4e5b-8e96-cca2b45a92cd ArtifactChecksum:MTdkNmQ5ZTVlNmNiZWY0MzFjZjYyMTQwOTcxMzI4MzE= 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/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml ArtifactUUID:e5137cba-de78-4338-86b1-a1ae5635faf7 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/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env ArtifactUUID:56181b72-7f1c-4f6b-bb99-deddfa68587e 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/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env ArtifactUUID:56181b72-7f1c-4f6b-bb99-deddfa68587e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T13:27:16.572Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c99d429-070b-48fe-b378-3dd2c3b62d70 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=? 2023-02-22T13:27:16.607Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T13:27:16.608Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-22T13:27:16.609Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-22T13:27:16.609Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f27f038f-1245-45f6-9063-2b9c8eb47c8c from URL: /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:16.609Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-22T13:27:16.609Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:16.763Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-22T13:27:16.770Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar f27f038f-1245-45f6-9063-2b9c8eb47c8c 75305 2023-02-22T13:27:16.771Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar ASDC sendASDCNotification 2023-02-22T13:27:16.771Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:16.771Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T13:27:16.772Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:16.774Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:16.774Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072436771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T13:27:16.875Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-22T13:27:16.876Z||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. 2023-02-22T13:27:16.876Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:16.885Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:16.886Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:27:17.775Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T13:27:17.776Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-22T13:27:17.777Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f27f038f-1245-45f6-9063-2b9c8eb47c8c, URL: /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar to file: /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:17.777Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:17.778Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:17.778Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:17.906Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5956006340897608192/Definitions/service-BasicOnboardXtmfdl-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 2023-02-22T13:27:19.196Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T13:27:19.197Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-02-22T13:27:19.197Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:19.197Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:19.198Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xTmFDl 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-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:19.199Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-02-22T13:27:19.199Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.199Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:19.199Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria 2023-02-22T13:27:19.199Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-02-22T13:27:19.200Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T13:27:19.200Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.200Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:19.200Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria 2023-02-22T13:27:19.200Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-02-22T13:27:19.201Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T13:27:19.201Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.201Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:19.201Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is not matching search criteria 2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-22T13:27:19.202Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T13:27:19.203Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.203Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T13:27:19.203Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.204Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria 2023-02-22T13:27:19.204Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:27:19.204Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.204Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria 2023-02-22T13:27:19.204Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:27:19.205Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.205Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria 2023-02-22T13:27:19.205Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:27:19.205Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.206Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is not matching search criteria 2023-02-22T13:27:19.206Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-22T13:27:19.206Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-22T13:27:19.206Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8a1f9493-3bad-4485-bf5a-aa2f407a9cf6 2023-02-22T13:27:19.206Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:19.207Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:19.208Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:19.208Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_xTmFDl Description:service Model UUID:4c99d429-070b-48fe-b378-3dd2c3b62d70 Model Version:NULL Model InvariantUuid:96e07a8b-31d3-40f2-b4e8-d7b7b20521a4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_xTmFDl Model UUID:238f58a7-56f1-4c7c-998e-1b4f0449608b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:da3c0657-0bf2-46d4-ae3d-3fe315f3c885 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b79bc4ef-5e14-4f7b-aed7-237209264115 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:da667c8b-a4a8-467f-b1da-df4151c4ccd2 ModelName:BasicOnboardXtmfdl..base_ubuntu18..module-0 ModelUuid:776d7516-c3c5-4b5f-8fff-da05f9d27578 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8a1f9493-3bad-4485-bf5a-aa2f407a9cf6 ModelInvariantUuid:ec5c76d2-0eb8-4d4d-9295-17b11ba46192 ModelName:basic_onboard_xTmFDl-nodes.ubuntu18Cvfc ModelUuid:853c4ba8-566f-4b17-a4f5-299b52026f08 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b844a561-17ae-44ff-ac5d-cdd3cda50cae ModelInvariantUuid:7c722fda-f48d-441d-9b4d-da7c5fd70630 ModelName:BasicOnboardXtmfdl.compute.nodes.heat.ubuntu18 ModelUuid:5f85d763-8157-44f2-b12a-cea78d653eac 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=? 2023-02-22T13:27:19.214Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7373513e-fe35-42b2-b0d3-77bca2cc20d0 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=? 2023-02-22T13:27:19.218Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||basic_onboard_xTmFDl 0 2023-02-22T13:27:19.218Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7373513e-fe35-42b2-b0d3-77bca2cc20d0 2023-02-22T13:27:19.218Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d533518-0c76-4e5b-8e96-cca2b45a92cd from URL: /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json 2023-02-22T13:27:19.218Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-22T13:27:19.219Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json 2023-02-22T13:27:19.274Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-22T13:27:19.275Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json 0d533518-0c76-4e5b-8e96-cca2b45a92cd 798 2023-02-22T13:27:19.275Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json ASDC sendASDCNotification 2023-02-22T13:27:19.275Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json 2023-02-22T13:27:19.275Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T13:27:19.276Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:19.278Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:19.278Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072439275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T13:27:19.378Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:19.380Z||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. 2023-02-22T13:27:19.380Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:19.393Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:19.394Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-02-22T13:27:20.279Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXtmfdl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "da667c8b-a4a8-467f-b1da-df4151c4ccd2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "776d7516-c3c5-4b5f-8fff-da05f9d27578", "vfModuleModelCustomizationUUID": "ee2100e6-4a89-4f6a-bacd-6fc7cc0daaf2", "isBase": true, "artifacts": [ "e5137cba-de78-4338-86b1-a1ae5635faf7", "56181b72-7f1c-4f6b-bb99-deddfa68587e" ], "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": "" } } ] 2023-02-22T13:27:20.286Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXtmfdl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:776d7516-c3c5-4b5f-8fff-da05f9d27578 VfModuleModelInvariantUUID:da667c8b-a4a8-467f-b1da-df4151c4ccd2 VfModuleModelDescription:NULL Artifacts UUID List:{ e5137cba-de78-4338-86b1-a1ae5635faf7 , 56181b72-7f1c-4f6b-bb99-deddfa68587e } 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 } 2023-02-22T13:27:20.288Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXtmfdl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "da667c8b-a4a8-467f-b1da-df4151c4ccd2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "776d7516-c3c5-4b5f-8fff-da05f9d27578", "vfModuleModelCustomizationUUID": "ee2100e6-4a89-4f6a-bacd-6fc7cc0daaf2", "isBase": true, "artifacts": [ "e5137cba-de78-4338-86b1-a1ae5635faf7", "56181b72-7f1c-4f6b-bb99-deddfa68587e" ], "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": "" } } ] 2023-02-22T13:27:20.288Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXtmfdl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:776d7516-c3c5-4b5f-8fff-da05f9d27578 VfModuleModelInvariantUUID:da667c8b-a4a8-467f-b1da-df4151c4ccd2 VfModuleModelDescription:NULL Artifacts UUID List:{ e5137cba-de78-4338-86b1-a1ae5635faf7 , 56181b72-7f1c-4f6b-bb99-deddfa68587e } 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 } 2023-02-22T13:27:20.288Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e5137cba-de78-4338-86b1-a1ae5635faf7 from URL: /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml 2023-02-22T13:27:20.289Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-22T13:27:20.289Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml 2023-02-22T13:27:20.343Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-22T13:27:20.344Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml e5137cba-de78-4338-86b1-a1ae5635faf7 5033 2023-02-22T13:27:20.344Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-22T13:27:20.345Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml 2023-02-22T13:27:20.345Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T13:27:20.345Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:20.347Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:20.347Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072440344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T13:27:20.447Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:20.449Z||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. 2023-02-22T13:27:20.449Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:20.460Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:20.460Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:27:21.348Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 56181b72-7f1c-4f6b-bb99-deddfa68587e from URL: /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env 2023-02-22T13:27:21.349Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-22T13:27:21.349Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env 2023-02-22T13:27:21.407Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-22T13:27:21.408Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env 56181b72-7f1c-4f6b-bb99-deddfa68587e 909 2023-02-22T13:27:21.408Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-22T13:27:21.408Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env 2023-02-22T13:27:21.408Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T13:27:21.409Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:21.411Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:21.411Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072441408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-22T13:27:21.511Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:21.512Z||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. 2023-02-22T13:27:21.512Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:21.527Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:21.527Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:27:22.411Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4c99d429-070b-48fe-b378-3dd2c3b62d70 2023-02-22T13:27:22.412Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xTmFDl 0 7373513e-fe35-42b2-b0d3-77bca2cc20d0 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=? 2023-02-22T13:27:22.425Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6df9f066, org.onap.sdc.toscaparser.api.parameters.Input@1ab53c64, org.onap.sdc.toscaparser.api.parameters.Input@5cba2b4c, org.onap.sdc.toscaparser.api.parameters.Input@1825a9f3, org.onap.sdc.toscaparser.api.parameters.Input@3afd0051] 2023-02-22T13:27:22.426Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.427Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:22.427Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-02-22T13:27:22.427Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b79bc4ef-5e14-4f7b-aed7-237209264115 2023-02-22T13:27:22.427Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b79bc4ef-5e14-4f7b-aed7-237209264115 matches Tosca VF Customization UUID: b79bc4ef-5e14-4f7b-aed7-237209264115 2023-02-22T13:27:22.427Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b79bc4ef-5e14-4f7b-aed7-237209264115 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=? 2023-02-22T13:27:22.430Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.430Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:22.430Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b79bc4ef-5e14-4f7b-aed7-237209264115: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-22T13:27:22.430Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31aabc0e 2023-02-22T13:27:22.431Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.431Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T13:27:22.431Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee2100e6-4a89-4f6a-bacd-6fc7cc0daaf2 2023-02-22T13:27:22.431Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee2100e6-4a89-4f6a-bacd-6fc7cc0daaf2 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=? 2023-02-22T13:27:22.433Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.433Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria 2023-02-22T13:27:22.433Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:27:22.434Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.434Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria 2023-02-22T13:27:22.434Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:27:22.434Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.434Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is not matching search criteria 2023-02-22T13:27:22.435Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-22T13:27:22.435Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-22T13:27:22.435Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8a1f9493-3bad-4485-bf5a-aa2f407a9cf6 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=? 2023-02-22T13:27:22.437Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.437Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria 2023-02-22T13:27:22.437Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T13:27:22.438Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.438Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_xTmFDl 0 is matching search criteria 2023-02-22T13:27:22.438Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_xTmFDl 0] matching following query criteria: sdcType=VF, customizationUUID=b79bc4ef-5e14-4f7b-aed7-237209264115 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=? 2023-02-22T13:27:22.439Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.440Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:22.440Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4c99d429-070b-48fe-b378-3dd2c3b62d70: basic_onboard_xTmFDl 2023-02-22T13:27:22.440Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.440Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:22.442Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T13:27:22.442Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_xTmFDl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T13:27:22.442Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_xTmFDl 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 (?, ?, ?, ?, ?) 2023-02-22T13:27:22.518Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xTmFDl 7373513e-fe35-42b2-b0d3-77bca2cc20d0 1 ASDC deployResourceStructure 2023-02-22T13:27:22.519Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json ASDC sendASDCNotification 2023-02-22T13:27:22.519Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json 2023-02-22T13:27:22.519Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T13:27:22.519Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:22.521Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:22.521Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072442519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T13:27:22.622Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:22.623Z||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. 2023-02-22T13:27:22.623Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:22.633Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:22.634Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:27:23.522Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-22T13:27:23.523Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml 2023-02-22T13:27:23.523Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T13:27:23.523Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:23.526Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:23.526Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072443522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-02-22T13:27:23.626Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:23.627Z||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. 2023-02-22T13:27:23.627Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:23.640Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:23.640Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:27:24.527Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-22T13:27:24.527Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env 2023-02-22T13:27:24.528Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T13:27:24.528Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:24.530Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:24.530Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072444526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-02-22T13:27:24.630Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:24.633Z||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. 2023-02-22T13:27:24.633Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:24.645Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:24.645Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-02-22T13:27:25.531Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar ASDC sendASDCNotification 2023-02-22T13:27:25.532Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar 2023-02-22T13:27:25.532Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T13:27:25.533Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:25.535Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:25.535Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072445531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T13:27:25.635Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T13:27:25.636Z||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. 2023-02-22T13:27:25.637Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:25.649Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:25.650Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T13:27:26.537Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a100743-f9f4-48c8-b891-4a7e9f6666eb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T13:27:26.553Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a100743-f9f4-48c8-b891-4a7e9f6666eb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T13:27:26.558Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T13:27:26.558Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T13:27:26.558Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T13:27:26.559Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T13:27:26.559Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T13:27:26.559Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T13:27:26.559Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T13:27:26.560Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T13:27:26.560Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T13:27:26.560Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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=? 2023-02-22T13:27:26.566Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T13:27:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:27:53.832Z||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. 2023-02-22T13:27:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:54.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:54.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7b77df5-3d3c-40ca-986b-399d4027230a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072424095, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T13:27:54.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:27:54.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:27:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "NOTIFIED" } 2023-02-22T13:27:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-22T13:27:54.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T13:27:54.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-22T13:27:54.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T13:27:54.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "NOTIFIED" } 2023-02-22T13:27:54.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072436771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T13:27:54.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072439275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T13:27:54.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072440344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T13:27:54.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072441408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-22T13:27:54.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072442519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/basic_onboard_xtmfdl0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T13:27:54.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072443522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-02-22T13:27:54.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:27:54.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072444526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/resourceInstances/basic_onboard_xtmfdl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-02-22T13:27:54.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:27:54.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T13:27:54.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072445531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXtmfdl/1.0/artifacts/service-BasicOnboardXtmfdl-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T13:27:54.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:27:56.566Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a100743-f9f4-48c8-b891-4a7e9f6666eb 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=? 2023-02-22T13:27:56.573Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a100743-f9f4-48c8-b891-4a7e9f6666eb and serviceModelVersionId: 4c99d429-070b-48fe-b378-3dd2c3b62d70 2023-02-22T13:27:56.573Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96e07a8b-31d3-40f2-b4e8-d7b7b20521a4 2023-02-22T13:27:56.575Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?depth=0 2023-02-22T13:27:56.579Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T13:27:56.634Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?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]} 2023-02-22T13:27:56.636Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?depth=0|INFO|500||Invoke 2023-02-22T13:27:56.661Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T13:27:56.761Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?depth=0|INFO|500||InvokeReturn 2023-02-22T13:27:56.763Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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/96e07a8b-31d3-40f2-b4e8-d7b7b20521a4/model-vers/model-ver/4c99d429-070b-48fe-b378-3dd2c3b62d70?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 13:27:56 GMT], content-length=[0], vertex-id=[164008], x-aai-txid=[2-aai-resources-230222-13:27:56:775-83241], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T13:27:56.763Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-02-22T13:27:56.763Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T13:27:56.763Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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=? 2023-02-22T13:27:56.769Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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) 2023-02-22T13:27:56.770Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a100743-f9f4-48c8-b891-4a7e9f6666eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T13:27:56.770Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T13:27:56.770Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-22T13:27:56.772Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T13:27:56.772Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072476770, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T13:27:56.872Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T13:27:56.873Z||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. 2023-02-22T13:27:56.873Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T13:27:56.886Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:27:56.886Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T13:27:57.785Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:27:57.785Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:27:57.785Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:28:07.344Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:28:07.345Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:28:07.345Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:28:07.346Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:28:16.901Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:28:16.902Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:28:16.902Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:28:16.902Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:28:26.441Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:28:26.442Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:28:26.443Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:28:26.443Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:28:35.995Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:28:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:28:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:28:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:28:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:28:53.832Z||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. 2023-02-22T13:28:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:28:54.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:28:54.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T13:28:54.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a100743-f9f4-48c8-b891-4a7e9f6666eb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677072476770, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T13:28:54.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T13:29:03.372Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:29:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:29:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:29:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:29:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:29:53.832Z||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. 2023-02-22T13:29:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:30:03.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:30:03.383Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:30:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:30:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:30:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:30:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:30:53.832Z||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. 2023-02-22T13:30:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:31:03.386Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:31:03.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:31:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:31:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:31:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:31:53.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:31:53.832Z||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. 2023-02-22T13:31:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:32:03.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:32:03.375Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:32:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:32:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:32:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:32:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:32:53.832Z||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. 2023-02-22T13:32:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:33:03.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:33:03.373Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:33:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:33:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:33:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:33:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:33:53.832Z||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. 2023-02-22T13:33:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:34:03.375Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:34:03.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:34:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:34:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:34:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:34:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:34:53.832Z||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. 2023-02-22T13:34:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:35:03.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:35:03.404Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:35:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:35:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:35:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:35:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:35:53.832Z||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. 2023-02-22T13:35:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:36:03.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:36:03.382Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:36:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:36:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:36:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:36:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:36:53.832Z||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. 2023-02-22T13:36:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:37:03.381Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:37:03.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:37:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:37:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:37:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:37:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:37:53.832Z||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. 2023-02-22T13:37:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:38:03.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:38:03.380Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:38:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:38:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:38:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:38:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:38:53.832Z||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. 2023-02-22T13:38:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:39:03.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:39:03.395Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:39:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:39:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:39:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:39:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:39:53.832Z||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. 2023-02-22T13:39:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:40:03.371Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:40:03.376Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:40:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:40:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:40:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:40:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:40:53.832Z||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. 2023-02-22T13:40:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:41:03.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:41:03.377Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:41:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:41:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:41:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:41:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:41:53.832Z||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. 2023-02-22T13:41:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:42:03.402Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:42:03.438Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:42:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:42:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:42:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:42:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:42:53.832Z||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. 2023-02-22T13:42:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:43:03.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:43:03.380Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:43:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:43:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:43:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:43:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:43:53.832Z||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. 2023-02-22T13:43:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:44:03.372Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:44:03.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:44:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:44:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:44:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:44:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:44:53.832Z||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. 2023-02-22T13:44:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:45:03.376Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:45:03.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:45:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:45:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:45:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:45:53.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:45:53.833Z||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. 2023-02-22T13:45:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:46:03.377Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:46:03.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:46:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:46:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:46:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:46:53.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:46:53.832Z||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. 2023-02-22T13:46:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:47:03.370Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:47:03.370Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:47:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:47:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:47:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:47:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:47:53.832Z||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. 2023-02-22T13:47:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:48:03.366Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:48:03.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:48:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:48:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:48:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:48:53.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:48:53.832Z||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. 2023-02-22T13:48:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:49:03.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:49:03.401Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:49:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:49:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:49:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:49:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:49:53.832Z||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. 2023-02-22T13:49:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:50:03.376Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:50:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:50:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:50:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:50:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:50:53.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:50:53.833Z||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. 2023-02-22T13:50:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:51:03.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:51:03.375Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:51:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:51:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:51:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:51:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:51:53.833Z||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. 2023-02-22T13:51:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:52:03.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:52:03.385Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:52:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:52:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T13:52:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T13:52:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:52:53.832Z||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. 2023-02-22T13:52:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:53:03.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:53:03.400Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:53:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:53:53.830Z||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. 2023-02-22T13:53:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:53:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:53:53.833Z||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. 2023-02-22T13:53:53.834Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:54:03.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:54:03.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:54:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:54:53.830Z||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. 2023-02-22T13:54:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:54:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:54:53.832Z||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. 2023-02-22T13:54:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:55:03.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:55:03.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:55:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:55:53.831Z||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. 2023-02-22T13:55:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:55:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:55:53.832Z||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. 2023-02-22T13:55:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:56:03.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:56:03.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:56:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:56:53.830Z||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. 2023-02-22T13:56:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:56:53.832Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:56:53.833Z||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. 2023-02-22T13:56:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:57:03.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:57:03.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:57:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:57:53.831Z||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. 2023-02-22T13:57:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:57:53.831Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:57:53.832Z||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. 2023-02-22T13:57:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:58:03.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:58:03.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:58:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:58:53.830Z||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. 2023-02-22T13:58:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:58:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:58:53.832Z||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. 2023-02-22T13:58:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:59:03.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:59:03.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T13:59:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:59:53.831Z||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. 2023-02-22T13:59:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T13:59:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T13:59:53.832Z||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. 2023-02-22T13:59:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:00:03.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:00:03.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:00:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:00:53.830Z||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. 2023-02-22T14:00:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:00:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:00:53.832Z||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. 2023-02-22T14:00:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:01:03.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:01:03.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:01:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:01:53.830Z||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. 2023-02-22T14:01:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:01:53.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:01:53.832Z||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. 2023-02-22T14:01:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:02:03.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:02:03.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:02:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:02:53.830Z||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. 2023-02-22T14:02:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:02:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:02:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T14:02:53.833Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:03:03.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:03:03.384Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:03:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:03:53.830Z||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. 2023-02-22T14:03:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:03:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:03:53.832Z||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. 2023-02-22T14:03:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:04:03.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:04:03.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:04:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:04:53.830Z||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. 2023-02-22T14:04:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:04:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:04:53.832Z||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. 2023-02-22T14:04:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:05:03.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:05:03.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:05:53.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:05:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:05:53.832Z||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. 2023-02-22T14:05:53.832Z||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. 2023-02-22T14:05:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:05:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:05:54.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:05:54.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:05:54.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "ves-openapi-manager", "timestamp": 1677074735220, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:05:54.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:05:54.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:05:54.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "ves-openapi-manager", "timestamp": 1677074735220, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:05:54.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:05:54.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:05:54.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "multicloud-k8s-id", "timestamp": 1677074744813, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:05:54.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:05:54.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:05:54.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "multicloud-k8s-id", "timestamp": 1677074744813, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:05:54.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:05:54.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:05:54.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "cds", "timestamp": 1677074746158, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:05:54.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:05:54.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:05:54.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "cds", "timestamp": 1677074746158, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:05:54.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:05:54.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:05:54.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "cds", "timestamp": 1677074748943, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:05:54.492Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:05:54.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:05:54.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "cds", "timestamp": 1677074749950, "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=? 2023-02-22T14:05:54.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2023-02-22T14:05:54.540Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 308ce986-b267-4c4b-aac6-882ec7c1bead 2023-02-22T14:05:54.541Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 308ce986-b267-4c4b-aac6-882ec7c1bead 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 (?, ?, ?, ?, ?) 2023-02-22T14:05:54.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:05:54.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"308ce986-b267-4c4b-aac6-882ec7c1bead","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b87fa02b-5f8d-4764-9168-3da809ed2ea7","serviceDescription":"service","serviceInvariantUUID":"7f54739c-492b-47d9-b6af-59b362ea7705","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"29ccf507-a139-4420-a172-67a4cc006c92","resourceInvariantUUID":"e859d1fa-9629-4875-bf5a-2b5f14ec002c","resourceCustomizationUUID":"901e3b8d-9d48-4f6a-919e-fcf954f0ab70","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":"ZTJhMTU1YjVmYTViZjg0ZGZhMmIzZjM1ZTMzNWRlMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05416d15-70fc-4902-b454-5535155dfeb4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2IwNzc1MzA2MDFhN2U3NjBjNjViZjEyNTBhNDdiM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7a42ab7-02a5-46c5-892a-9c4ed8e595f5","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T14:05:54.631Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:05:54.659Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:05:54.665Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:05:54.665Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074753829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:05:54.766Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-22T14:05:54.767Z||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. 2023-02-22T14:05:54.767Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:05:54.778Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:05:54.778Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:05:55.666Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:05:55.666Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:05:55.669Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:05:55.669Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074753829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:05:55.769Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:05:55.770Z||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. 2023-02-22T14:05:55.770Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:05:55.780Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:05:55.780Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:05:56.671Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b87fa02b-5f8d-4764-9168-3da809ed2ea7", "serviceDescription": "service", "serviceInvariantUUID": "7f54739c-492b-47d9-b6af-59b362ea7705", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "901e3b8d-9d48-4f6a-919e-fcf954f0ab70", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "29ccf507-a139-4420-a172-67a4cc006c92", "resourceInvariantUUID": "e859d1fa-9629-4875-bf5a-2b5f14ec002c", "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": "N2IwNzc1MzA2MDFhN2U3NjBjNjViZjEyNTBhNDdiM2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a7a42ab7-02a5-46c5-892a-9c4ed8e595f5" } ], "workloadContext": "Production" } 2023-02-22T14:05:56.672Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T14:05:56.672Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b87fa02b-5f8d-4764-9168-3da809ed2ea7 ASDC 2023-02-22T14:05:56.673Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:308ce986-b267-4c4b-aac6-882ec7c1bead ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b87fa02b-5f8d-4764-9168-3da809ed2ea7 ServiceInvariantUUID:7f54739c-492b-47d9-b6af-59b362ea7705 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:a7a42ab7-02a5-46c5-892a-9c4ed8e595f5 ArtifactChecksum:N2IwNzc1MzA2MDFhN2U3NjBjNjViZjEyNTBhNDdiM2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:901e3b8d-9d48-4f6a-919e-fcf954f0ab70 ResourceInvariantUUID:e859d1fa-9629-4875-bf5a-2b5f14ec002c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:29ccf507-a139-4420-a172-67a4cc006c92 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-02-22T14:05:56.673Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b87fa02b-5f8d-4764-9168-3da809ed2ea7 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=? 2023-02-22T14:05:56.703Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:05:56.704Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-22T14:05:56.704Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-22T14:05:56.704Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a7a42ab7-02a5-46c5-892a-9c4ed8e595f5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-22T14:05:56.704Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-02-22T14:05:56.705Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-22T14:05:56.796Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-02-22T14:05:56.799Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a7a42ab7-02a5-46c5-892a-9c4ed8e595f5 57664 2023-02-22T14:05:56.799Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-22T14:05:56.799Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-22T14:05:56.799Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:05:56.800Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:05:56.801Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:05:56.802Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074756799, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:05:56.903Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:05:56.905Z||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. 2023-02-22T14:05:56.905Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:05:56.915Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:05:56.915Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:05:57.802Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:05:57.803Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-02-22T14:05:57.804Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a7a42ab7-02a5-46c5-892a-9c4ed8e595f5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T14:05:57.804Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-02-22T14:05:57.805Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T14:05:57.805Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T14:05:57.965Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10717956439507617315/Definitions/service-BasicNetwork-template.yml 2023-02-22T14:05:58.583Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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 2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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 2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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 2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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 2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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-BasicNetwork-csar.csar 2023-02-22T14:05:58.584Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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 2023-02-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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 2023-02-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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 2023-02-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-02-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.585Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-22T14:05:58.586Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-22T14:05:58.586Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:05:58.586Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.586Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.586Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.587Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.588Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.588Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.588Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.588Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.588Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.589Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.589Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b87fa02b-5f8d-4764-9168-3da809ed2ea7 Model Version:NULL Model InvariantUuid:7f54739c-492b-47d9-b6af-59b362ea7705 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:e859d1fa-9629-4875-bf5a-2b5f14ec002c Model UUID:566ed906-5167-4172-a74c-a232ed86509b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:901e3b8d-9d48-4f6a-919e-fcf954f0ab70 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=? 2023-02-22T14:05:58.597Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 29ccf507-a139-4420-a172-67a4cc006c92 2023-02-22T14:05:58.597Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||No resources found for Service: b87fa02b-5f8d-4764-9168-3da809ed2ea7 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=? 2023-02-22T14:05:58.605Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| 2023-02-22T14:05:58.605Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-02-22T14:05:58.606Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b87fa02b-5f8d-4764-9168-3da809ed2ea7 2023-02-22T14:05:58.607Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b87fa02b-5f8d-4764-9168-3da809ed2ea7 2023-02-22T14:05:58.607Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-02-22T14:05:58.607Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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=? 2023-02-22T14:05:58.613Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41d8d975, org.onap.sdc.toscaparser.api.parameters.Input@526ec3e6, org.onap.sdc.toscaparser.api.parameters.Input@49529544, org.onap.sdc.toscaparser.api.parameters.Input@42802990, org.onap.sdc.toscaparser.api.parameters.Input@451443c4] 2023-02-22T14:05:58.615Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.615Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.615Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.616Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.616Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b87fa02b-5f8d-4764-9168-3da809ed2ea7: Generic NeutronNet 2023-02-22T14:05:58.616Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.617Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.617Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.617Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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=? 2023-02-22T14:05:58.665Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.666Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.666Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.666Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.667Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:05:58.667Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:05:58.668Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||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 (?, ?) 2023-02-22T14:05:58.756Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-02-22T14:05:58.756Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-22T14:05:58.757Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-22T14:05:58.757Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:05:58.757Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:05:58.759Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:05:58.759Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074758756, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:05:58.859Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:05:58.860Z||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. 2023-02-22T14:05:58.861Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:05:58.870Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:05:58.871Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:05:59.760Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:05:59.772Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:05:59.774Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:05:59.775Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T14:05:59.775Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T14:06:29.775Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:06:29.787Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:06:29.790Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:06:29.790Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T14:06:29.790Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T14:06:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:06:53.832Z||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. 2023-02-22T14:06:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:06:53.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:06:53.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:06:53.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074753829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:06:53.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:06:59.791Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:06:59.801Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:06:59.807Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:06:59.807Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T14:06:59.807Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T14:07:29.807Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:07:29.818Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:07:29.820Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:07:29.820Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T14:07:29.820Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T14:07:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:07:53.832Z||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. 2023-02-22T14:07:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:07:53.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:07:53.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074753829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:53.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074756405, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074756405, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:53.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074756799, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:53.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074759173, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:53.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "ves-openapi-manager", "timestamp": 1677074755220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074758756, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:07:53.872Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "ves-openapi-manager", "timestamp": 1677074755220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074761302, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:07:53.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "ves-openapi-manager", "timestamp": 1677074755220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074762314, "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=? 2023-02-22T14:07:53.883Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 308ce986-b267-4c4b-aac6-882ec7c1bead 2023-02-22T14:07:53.883Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 308ce986-b267-4c4b-aac6-882ec7c1bead 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 (?, ?, ?, ?, ?) 2023-02-22T14:07:53.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "cds", "timestamp": 1677074761158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "ves-openapi-manager", "timestamp": 1677074755220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "cds", "timestamp": 1677074761158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "ves-openapi-manager", "timestamp": 1677074755220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "aai-ml", "timestamp": 1677074763291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "cds", "timestamp": 1677074761158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "ves-openapi-manager", "timestamp": 1677074755220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-02-22T14:07:53.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "aai-ml", "timestamp": 1677074763291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:53.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "cds", "timestamp": 1677074761158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "ves-openapi-manager", "timestamp": 1677074755220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074764813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "aai-ml", "timestamp": 1677074766021, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:53.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "cds", "timestamp": 1677074761158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "ves-openapi-manager", "timestamp": 1677074755220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074764813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "cds", "timestamp": 1677074761158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "ves-openapi-manager", "timestamp": 1677074767424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:53.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074764813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "cds", "timestamp": 1677074761158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074764813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "ves-openapi-manager", "timestamp": 1677074768648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-02-22T14:07:53.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "cds", "timestamp": 1677074761158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:53.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074764813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "ves-openapi-manager", "timestamp": 1677074769652, "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 (?, ?, ?, ?, ?) 2023-02-22T14:07:53.918Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 2023-02-22T14:07:53.918Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 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 (?, ?, ?, ?, ?) 2023-02-22T14:07:53.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "aai-ml", "timestamp": 1677074770168, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:07:53.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "cds", "timestamp": 1677074769875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:53.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074764813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "aai-ml", "timestamp": 1677074771172, "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=? 2023-02-22T14:07:53.933Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 308ce986-b267-4c4b-aac6-882ec7c1bead 2023-02-22T14:07:53.933Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 308ce986-b267-4c4b-aac6-882ec7c1bead 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 (?, ?, ?, ?, ?) 2023-02-22T14:07:53.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "cds", "timestamp": 1677074770882, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-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=? 2023-02-22T14:07:53.946Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 2023-02-22T14:07:53.947Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 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 (?, ?, ?, ?, ?) 2023-02-22T14:07:53.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074764813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "aai-ml", "timestamp": 1677074763291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074764813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:53.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "aai-ml", "timestamp": 1677074763291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "aai-ml", "timestamp": 1677074763291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "aai-ml", "timestamp": 1677074763291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "aai-ml", "timestamp": 1677074763291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "aai-ml", "timestamp": 1677074763291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "cds", "timestamp": 1677074776159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "ves-openapi-manager", "timestamp": 1677074775220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "aai-ml", "timestamp": 1677074763291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "cds", "timestamp": 1677074776159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "ves-openapi-manager", "timestamp": 1677074775220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "aai-ml", "timestamp": 1677074763291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:53.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "cds", "timestamp": 1677074776159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "ves-openapi-manager", "timestamp": 1677074775220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "aai-ml", "timestamp": 1677074780286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:53.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "cds", "timestamp": 1677074776159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "ves-openapi-manager", "timestamp": 1677074775220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "cds", "timestamp": 1677074776159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "ves-openapi-manager", "timestamp": 1677074775220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "cds", "timestamp": 1677074776159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "ves-openapi-manager", "timestamp": 1677074775220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "cds", "timestamp": 1677074776159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "ves-openapi-manager", "timestamp": 1677074775220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "cds", "timestamp": 1677074776159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "ves-openapi-manager", "timestamp": 1677074775220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "aai-ml", "timestamp": 1677074785254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:07:53.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "ves-openapi-manager", "timestamp": 1677074775220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "cds", "timestamp": 1677074776159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:53.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074784813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "aai-ml", "timestamp": 1677074786260, "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=? 2023-02-22T14:07:53.981Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 2023-02-22T14:07:53.981Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 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 (?, ?, ?, ?, ?) 2023-02-22T14:07:53.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074784813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-22T14:07:53.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "cds", "timestamp": 1677074786186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:53.991Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:53.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:53.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074784813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-22T14:07:53.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:53.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:53.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "cds", "timestamp": 1677074787194, "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 (?, ?, ?, ?, ?) 2023-02-22T14:07:54.005Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d313f43b-0204-4164-8615-af4c9c63571c 2023-02-22T14:07:54.005Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d313f43b-0204-4164-8615-af4c9c63571c 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 (?, ?, ?, ?, ?) 2023-02-22T14:07:54.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074784813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:07:54.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074784813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-22T14:07:54.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074784813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074784813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-22T14:07:54.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074784813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:54.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074784813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:54.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074793291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074793291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074795144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:54.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "cds", "timestamp": 1677074791158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074794566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:54.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074793291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "cds", "timestamp": 1677074791158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074795632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:54.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "ves-openapi-manager", "timestamp": 1677074795220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074793291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "cds", "timestamp": 1677074791158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074797166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:07:54.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074796685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:54.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "ves-openapi-manager", "timestamp": 1677074795220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074793291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "cds", "timestamp": 1677074791158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074798173, "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=? 2023-02-22T14:07:54.035Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 2023-02-22T14:07:54.035Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 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 (?, ?, ?, ?, ?) 2023-02-22T14:07:54.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074797737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:54.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "ves-openapi-manager", "timestamp": 1677074795220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074793291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "cds", "timestamp": 1677074791158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074798790, "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=? 2023-02-22T14:07:54.048Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d313f43b-0204-4164-8615-af4c9c63571c 2023-02-22T14:07:54.048Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d313f43b-0204-4164-8615-af4c9c63571c 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 (?, ?, ?, ?, ?) 2023-02-22T14:07:54.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "ves-openapi-manager", "timestamp": 1677074795220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074793291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "cds", "timestamp": 1677074791158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "multicloud-k8s-id", "timestamp": 1677074799803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:07:54.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "ves-openapi-manager", "timestamp": 1677074795220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074793291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "cds", "timestamp": 1677074791158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:54.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "ves-openapi-manager", "timestamp": 1677074795220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074793291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:54.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "cds", "timestamp": 1677074801300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:54.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "ves-openapi-manager", "timestamp": 1677074795220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074803018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:54.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "cds", "timestamp": 1677074802306, "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 (?, ?, ?, ?, ?) 2023-02-22T14:07:54.070Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 634275d9-4e21-4f93-bbe6-91b59125482b 2023-02-22T14:07:54.071Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 634275d9-4e21-4f93-bbe6-91b59125482b 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 (?, ?, ?, ?, ?) 2023-02-22T14:07:54.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074804813, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074804813, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:07:54.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074786405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:54.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074804813, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T14:07:54.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074808301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:54.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074804813, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074809815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:07:54.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074804813, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T14:07:54.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074810977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:07:54.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "aai-ml", "timestamp": 1677074810821, "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=? 2023-02-22T14:07:54.085Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d313f43b-0204-4164-8615-af4c9c63571c 2023-02-22T14:07:54.085Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d313f43b-0204-4164-8615-af4c9c63571c 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 (?, ?, ?, ?, ?) 2023-02-22T14:07:54.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074804813, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:07:54.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074811981, "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=? 2023-02-22T14:07:54.099Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d313f43b-0204-4164-8615-af4c9c63571c 2023-02-22T14:07:54.099Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d313f43b-0204-4164-8615-af4c9c63571c 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 (?, ?, ?, ?, ?) 2023-02-22T14:07:54.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074804813, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:07:54.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:07:54.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074812520, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:54.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:54.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:07:54.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074813577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:07:54.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:07:59.821Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:07:59.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:07:59.833Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:07:59.833Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T14:07:59.833Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:07:59.834Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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=? 2023-02-22T14:07:59.839Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T14:08:29.839Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 308ce986-b267-4c4b-aac6-882ec7c1bead 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=? 2023-02-22T14:08:29.847Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 308ce986-b267-4c4b-aac6-882ec7c1bead and serviceModelVersionId: b87fa02b-5f8d-4764-9168-3da809ed2ea7 2023-02-22T14:08:29.848Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f54739c-492b-47d9-b6af-59b362ea7705 2023-02-22T14:08:29.851Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0 2023-02-22T14:08:29.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T14:08:29.948Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0|INFO|500||Invoke 2023-02-22T14:08:29.949Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[308ce986-b267-4c4b-aac6-882ec7c1bead], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[236ff219-da86-4fab-afdf-1961aa36c769], X-ECOMP-RequestID=[308ce986-b267-4c4b-aac6-882ec7c1bead], X-TransactionId=[], X-ONAP-RequestID=[308ce986-b267-4c4b-aac6-882ec7c1bead], Content-Type=[application/merge-patch+json]} 2023-02-22T14:08:29.972Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T14:08:30.064Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?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/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 14:08:30 GMT], content-length=[0], vertex-id=[225344], x-aai-txid=[0-aai-resources-230222-14:08:30:070-11068], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T14:08:30.064Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-22T14:08:30.065Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f54739c-492b-47d9-b6af-59b362ea7705/model-vers/model-ver/b87fa02b-5f8d-4764-9168-3da809ed2ea7?depth=0|INFO|500||InvokeReturn 2023-02-22T14:08:30.068Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T14:08:30.071Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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=? 2023-02-22T14:08:30.079Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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) 2023-02-22T14:08:30.125Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 308ce986-b267-4c4b-aac6-882ec7c1bead and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T14:08:30.128Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T14:08:30.133Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:08:30.135Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:08:30.135Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074910126, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:08:30.235Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:08:30.237Z||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. 2023-02-22T14:08:30.237Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:30.249Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:30.250Z||pool-39-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=? 2023-02-22T14:08:31.147Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:08:31.148Z||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. 2023-02-22T14:08:31.148Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:35.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:35.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-22T14:08:35.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd8a01a5-b3b4-47ee-b53c-96fbf78c444c","serviceName":"Demo_pNF_dVZneJkYbdRnBtMfohwV","serviceVersion":"1.0","serviceUUID":"db7beda9-0f1f-4e7c-b123-f8528dbf3fac","serviceDescription":"catalog service description","serviceInvariantUUID":"c3990265-3b91-4496-ab2c-08b3e6dcbefe","resources":[{"resourceInstanceName":"pNF f04ac38f-1702 0","resourceName":"pNF f04ac38f-1702","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"686ae1f6-7084-407d-8218-48bebfa82f18","resourceInvariantUUID":"16f85007-9671-45c3-96de-cddac691d7ae","resourceCustomizationUUID":"66fd1e2e-7de7-4997-8132-77d47f8ffefb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml","artifactChecksum":"MjA3ZDljM2ZhYTAyYmQ1NTViYWI5ODVkNDI5MTVkNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28069fb6-9029-4278-bf10-c23b2c30ccec","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar","artifactChecksum":"N2RjODMyMzM1Y2E0YTQ4MGEyODYyYjZjMDY3M2FjYmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4e363ef-a24c-448e-a713-d564a3889aee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"38bbce14-df9f-407c-8814-10df2a69ad22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml","artifactChecksum":"ZjE2ZDgyNTVhZjE4YjFhNjM1NDNjNjhjYjI3NWI1NTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"99506b71-6cdd-41a3-b082-447ef69104aa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1759af2-56c2-4ef2-a4e6-1e4b3c7e98d2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21906697-e46c-4850-92ec-eeda3cfb29b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDvznejkybdrnbtmfohwv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml","artifactChecksum":"NGI4OTgyMzQ4Mzk1MDc3OTNjYTkzNjYzM2ZlZDBkZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f6bb7ed-6af0-427b-83c8-c59f3b77b48c","artifactVersion":"1"},{"artifactName":"service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar","artifactChecksum":"Y2YzNGUzN2I3YjVhNWQ4MTcyNzdlYjUwYzRkNDk0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74dff991-a89d-45e9-bd97-7c0ba0101ed2","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T14:08:35.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:08:35.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:08:35.613Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:08:35.613Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:08:35.713Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:08:35.714Z||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. 2023-02-22T14:08:35.714Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:35.723Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:35.724Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:08:36.614Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:08:36.614Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:08:36.616Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:08:36.616Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:08:36.716Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:08:36.717Z||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. 2023-02-22T14:08:36.718Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:36.728Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:36.729Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:08:37.617Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:08:37.618Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:08:37.620Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:08:37.620Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:08:37.720Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:08:37.721Z||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. 2023-02-22T14:08:37.721Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:37.731Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:37.732Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:08:38.621Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:08:38.622Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:08:38.623Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:08:38.624Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:08:38.726Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-02-22T14:08:38.726Z||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. 2023-02-22T14:08:38.727Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:38.737Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:38.737Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:08:39.624Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:08:39.625Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:08:39.627Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:08:39.627Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:08:39.727Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:08:39.728Z||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. 2023-02-22T14:08:39.728Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:39.737Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:39.740Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:08:40.627Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:08:40.629Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:08:40.632Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:08:40.632Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:08:40.732Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:08:40.733Z||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. 2023-02-22T14:08:40.733Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:40.742Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:40.742Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:08:41.633Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:08:41.634Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:08:41.636Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:08:41.636Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:08:41.736Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:08:41.737Z||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. 2023-02-22T14:08:41.738Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:41.748Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:41.749Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:08:42.637Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:08:42.638Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:08:42.641Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:08:42.641Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:08:42.741Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:08:42.742Z||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. 2023-02-22T14:08:42.742Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:42.753Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:42.753Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:08:43.642Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "serviceName": "Demo_pNF_dVZneJkYbdRnBtMfohwV", "serviceVersion": "1.0", "serviceUUID": "db7beda9-0f1f-4e7c-b123-f8528dbf3fac", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c3990265-3b91-4496-ab2c-08b3e6dcbefe", "resources": [ { "resourceInstanceName": "pNF f04ac38f-1702 0", "resourceCustomizationUUID": "66fd1e2e-7de7-4997-8132-77d47f8ffefb", "resourceName": "pNF f04ac38f-1702", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "686ae1f6-7084-407d-8218-48bebfa82f18", "resourceInvariantUUID": "16f85007-9671-45c3-96de-cddac691d7ae", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "artifactChecksum": "Y2YzNGUzN2I3YjVhNWQ4MTcyNzdlYjUwYzRkNDk0Zjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74dff991-a89d-45e9-bd97-7c0ba0101ed2" } ], "workloadContext": "Production" } 2023-02-22T14:08:43.642Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T14:08:43.643Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 db7beda9-0f1f-4e7c-b123-f8528dbf3fac ASDC 2023-02-22T14:08:43.643Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:dd8a01a5-b3b4-47ee-b53c-96fbf78c444c ServiceName:Demo_pNF_dVZneJkYbdRnBtMfohwV ServiceVersion:1.0 ServiceUUID:db7beda9-0f1f-4e7c-b123-f8528dbf3fac ServiceInvariantUUID:c3990265-3b91-4496-ab2c-08b3e6dcbefe ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar ArtifactUUID:74dff991-a89d-45e9-bd97-7c0ba0101ed2 ArtifactChecksum:Y2YzNGUzN2I3YjVhNWQ4MTcyNzdlYjUwYzRkNDk0Zjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f04ac38f-1702 0 ResourceCustomizationUUID:66fd1e2e-7de7-4997-8132-77d47f8ffefb ResourceInvariantUUID:16f85007-9671-45c3-96de-cddac691d7ae ResourceName:pNF f04ac38f-1702 ResourceType:PNF ResourceUUID:686ae1f6-7084-407d-8218-48bebfa82f18 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-22T14:08:43.643Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db7beda9-0f1f-4e7c-b123-f8528dbf3fac 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=? 2023-02-22T14:08:43.674Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:08:43.675Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T14:08:43.675Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T14:08:43.675Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 74dff991-a89d-45e9-bd97-7c0ba0101ed2 from URL: /sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:43.675Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T14:08:43.676Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:43.746Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T14:08:43.750Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 74dff991-a89d-45e9-bd97-7c0ba0101ed2 87774 2023-02-22T14:08:43.751Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar ASDC sendASDCNotification 2023-02-22T14:08:43.751Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:43.751Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:08:43.752Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:08:43.754Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:08:43.754Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074923751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:08:43.854Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:08:43.855Z||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. 2023-02-22T14:08:43.855Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:43.864Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:43.865Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:08:44.755Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:08:44.756Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T14:08:44.756Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 74dff991-a89d-45e9-bd97-7c0ba0101ed2, URL: /sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar to file: /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:44.757Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:44.757Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:44.758Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:44.991Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3525072800930325384/Definitions/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml 2023-02-22T14:08:45.936Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f04ac38f-1702 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-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:45.937Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Node template pNF f04ac38f-1702 0 is matching search criteria 2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T14:08:45.938Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f04ac38f-1702 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Node template pNF f04ac38f-1702 0 is matching search criteria 2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f04ac38f-1702 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:08:45.939Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:08:45.940Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:08:45.941Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:08:45.941Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_dVZneJkYbdRnBtMfohwV Description:catalog service description Model UUID:db7beda9-0f1f-4e7c-b123-f8528dbf3fac Model Version:NULL Model InvariantUuid:c3990265-3b91-4496-ab2c-08b3e6dcbefe 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=? 2023-02-22T14:08:45.948Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 686ae1f6-7084-407d-8218-48bebfa82f18 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=? 2023-02-22T14:08:45.950Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||pNF f04ac38f-1702 0 2023-02-22T14:08:45.950Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 686ae1f6-7084-407d-8218-48bebfa82f18 2023-02-22T14:08:45.950Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||No resources found for Service: db7beda9-0f1f-4e7c-b123-f8528dbf3fac 2023-02-22T14:08:45.950Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: db7beda9-0f1f-4e7c-b123-f8528dbf3fac 2023-02-22T14:08:45.951Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f04ac38f-1702 0 686ae1f6-7084-407d-8218-48bebfa82f18 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=? 2023-02-22T14:08:45.956Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@113a9f81, org.onap.sdc.toscaparser.api.parameters.Input@569131d8, org.onap.sdc.toscaparser.api.parameters.Input@380296a0, org.onap.sdc.toscaparser.api.parameters.Input@2cf10797, org.onap.sdc.toscaparser.api.parameters.Input@69f2431f] 2023-02-22T14:08:45.956Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:08:45.956Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:08:45.956Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid db7beda9-0f1f-4e7c-b123-f8528dbf3fac: pNF f04ac38f-1702 2023-02-22T14:08:45.956Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Processing PNF resource: 686ae1f6-7084-407d-8218-48bebfa82f18 2023-02-22T14:08:45.957Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:08:45.957Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dVZneJkYbdRnBtMfohwV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:08:45.957Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||Resource customization UUID: 66fd1e2e-7de7-4997-8132-77d47f8ffefb is the same as notified resource customizationUUID: 66fd1e2e-7de7-4997-8132-77d47f8ffefb 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 (?, ?) 2023-02-22T14:08:46.003Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f04ac38f-1702 686ae1f6-7084-407d-8218-48bebfa82f18 0 ASDC deployResourceStructure 2023-02-22T14:08:46.003Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar ASDC sendASDCNotification 2023-02-22T14:08:46.003Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar 2023-02-22T14:08:46.003Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:08:46.003Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:08:46.005Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:08:46.005Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074926003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:08:46.105Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:08:46.106Z||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. 2023-02-22T14:08:46.106Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:46.116Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:46.116Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:08:47.006Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd8a01a5-b3b4-47ee-b53c-96fbf78c444c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:08:47.017Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd8a01a5-b3b4-47ee-b53c-96fbf78c444c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:08:47.020Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:08:47.020Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T14:08:47.020Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T14:08:47.021Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T14:08:47.021Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:08:47.021Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:08:47.021Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:08:47.021Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:08:47.021Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:08:47.021Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T14:08:47.027Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T14:08:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:08:53.832Z||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. 2023-02-22T14:08:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:08:53.848Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:08:53.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:08:53.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074814631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:08:53.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:09:17.027Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd8a01a5-b3b4-47ee-b53c-96fbf78c444c 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=? 2023-02-22T14:09:17.033Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd8a01a5-b3b4-47ee-b53c-96fbf78c444c and serviceModelVersionId: db7beda9-0f1f-4e7c-b123-f8528dbf3fac 2023-02-22T14:09:17.033Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c3990265-3b91-4496-ab2c-08b3e6dcbefe 2023-02-22T14:09:17.034Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c3990265-3b91-4496-ab2c-08b3e6dcbefe/model-vers/model-ver/db7beda9-0f1f-4e7c-b123-f8528dbf3fac?depth=0 2023-02-22T14:09:17.037Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T14:09:17.082Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3990265-3b91-4496-ab2c-08b3e6dcbefe/model-vers/model-ver/db7beda9-0f1f-4e7c-b123-f8528dbf3fac?depth=0|INFO|500||Invoke 2023-02-22T14:09:17.082Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3990265-3b91-4496-ab2c-08b3e6dcbefe/model-vers/model-ver/db7beda9-0f1f-4e7c-b123-f8528dbf3fac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3990265-3b91-4496-ab2c-08b3e6dcbefe/model-vers/model-ver/db7beda9-0f1f-4e7c-b123-f8528dbf3fac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd8a01a5-b3b4-47ee-b53c-96fbf78c444c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65d5e602-5638-4447-9677-f5159603fdbd], X-ECOMP-RequestID=[dd8a01a5-b3b4-47ee-b53c-96fbf78c444c], X-TransactionId=[], X-ONAP-RequestID=[dd8a01a5-b3b4-47ee-b53c-96fbf78c444c], Content-Type=[application/merge-patch+json]} 2023-02-22T14:09:17.103Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3990265-3b91-4496-ab2c-08b3e6dcbefe/model-vers/model-ver/db7beda9-0f1f-4e7c-b123-f8528dbf3fac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T14:09:17.193Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3990265-3b91-4496-ab2c-08b3e6dcbefe/model-vers/model-ver/db7beda9-0f1f-4e7c-b123-f8528dbf3fac?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/c3990265-3b91-4496-ab2c-08b3e6dcbefe/model-vers/model-ver/db7beda9-0f1f-4e7c-b123-f8528dbf3fac?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 14:09:17 GMT], content-length=[0], vertex-id=[184488], x-aai-txid=[2-aai-resources-230222-14:09:17:202-24361], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T14:09:17.193Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3990265-3b91-4496-ab2c-08b3e6dcbefe/model-vers/model-ver/db7beda9-0f1f-4e7c-b123-f8528dbf3fac?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-22T14:09:17.194Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3990265-3b91-4496-ab2c-08b3e6dcbefe/model-vers/model-ver/db7beda9-0f1f-4e7c-b123-f8528dbf3fac?depth=0|INFO|500||InvokeReturn 2023-02-22T14:09:17.194Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T14:09:17.194Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T14:09:17.202Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T14:09:17.203Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd8a01a5-b3b4-47ee-b53c-96fbf78c444c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T14:09:17.203Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T14:09:17.203Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:17.205Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:17.205Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074957203, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:09:17.306Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:17.307Z||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. 2023-02-22T14:09:17.307Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:17.321Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:17.321Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T14:09:18.216Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-22T14:09:18.216Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d313f43b-0204-4164-8615-af4c9c63571c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"51cf4467-680a-4975-adff-6c70509d4205","serviceDescription":"service","serviceInvariantUUID":"6fd48652-59cf-436c-a58f-2056f9e2c8a0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fb0afbc9-06d0-4de6-8d52-2917971e58e1","resourceInvariantUUID":"cb31cc75-17c2-4a2a-903c-a045a8f77f96","resourceCustomizationUUID":"d04588a6-7546-4546-9dea-5631877fee25","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":"NDE1ZDVjYWQxMzkyN2UxNmMzNWQ1M2I4ZTVhMjMyODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8aa0fd1-a762-49d5-b9fc-1b1bbdd06ed1","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":"9c6ab891-2768-4777-b55c-d9cf836d6073","artifactVersion":"2","generatedFromUUID":"9971c1dd-6c47-4fcf-803e-821f538ac01e"},{"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":"9971c1dd-6c47-4fcf-803e-821f538ac01e","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":"NTg1NjVjOWJkZDUxOWY5MmRmM2FkZDZkMjdmODU4OWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9304e5b8-774e-4fe6-9406-ef39bdc44f7f","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":"a64ed11b-7e11-46f0-80fa-8c66537e5446","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":"da7c9187-b1a5-4d4c-b746-ad06d2682e16","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":"a75ac8b0-763d-4d98-b05c-f6c9dcef49b7","artifactVersion":"2","generatedFromUUID":"a64ed11b-7e11-46f0-80fa-8c66537e5446"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Yjg2YjIwMTMxMmJjZjRlOWQ0YjYyMjQxMTlkMzAyN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a582743-4c89-4887-adc8-09570aa5cb1e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjQxOTNmNzNmMzM0ZmYwMGFkZGEyN2RmZWY1MjcxYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf459193-01ee-4b6e-a31f-8ac0a04a8a10","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T14:09:18.217Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:09:18.217Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:18.219Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:18.219Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:18.319Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:18.320Z||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. 2023-02-22T14:09:18.320Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:18.329Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:18.329Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:09:19.220Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:09:19.220Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:19.223Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:19.223Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-22T14:09:19.322Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:09:19.323Z||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. 2023-02-22T14:09:19.323Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:19.333Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:19.334Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:20.225Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:09:20.226Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:20.228Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:20.228Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-22T14:09:20.328Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:20.329Z||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. 2023-02-22T14:09:20.329Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:20.339Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:20.340Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:21.229Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:09:21.230Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:21.232Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:21.232Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:09:21.332Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:21.333Z||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. 2023-02-22T14:09:21.333Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:21.342Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:21.342Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:22.233Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:09:22.233Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:22.235Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:22.235Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-22T14:09:22.335Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:09:22.336Z||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. 2023-02-22T14:09:22.336Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:22.346Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:22.346Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:23.236Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:09:23.237Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:23.239Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:23.240Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:23.340Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:23.341Z||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. 2023-02-22T14:09:23.342Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:23.352Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:23.353Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:09:24.241Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:09:24.242Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:24.244Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:24.245Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-22T14:09:24.345Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:09:24.346Z||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. 2023-02-22T14:09:24.346Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:24.355Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:24.355Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:25.245Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:09:25.246Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:25.248Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:25.248Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:25.348Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:25.349Z||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. 2023-02-22T14:09:25.349Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:25.360Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:25.360Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:09:26.249Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:09:26.253Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:26.259Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:26.259Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:09:26.356Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-02-22T14:09:26.357Z||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. 2023-02-22T14:09:26.357Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:26.367Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:26.368Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:27.261Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "51cf4467-680a-4975-adff-6c70509d4205", "serviceDescription": "service", "serviceInvariantUUID": "6fd48652-59cf-436c-a58f-2056f9e2c8a0", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "d04588a6-7546-4546-9dea-5631877fee25", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fb0afbc9-06d0-4de6-8d52-2917971e58e1", "resourceInvariantUUID": "cb31cc75-17c2-4a2a-903c-a045a8f77f96", "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": "9c6ab891-2768-4777-b55c-d9cf836d6073", "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": "9971c1dd-6c47-4fcf-803e-821f538ac01e", "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": "NTg1NjVjOWJkZDUxOWY5MmRmM2FkZDZkMjdmODU4OWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9304e5b8-774e-4fe6-9406-ef39bdc44f7f", "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": "a64ed11b-7e11-46f0-80fa-8c66537e5446", "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": "a75ac8b0-763d-4d98-b05c-f6c9dcef49b7", "generatedFromUUID": "a64ed11b-7e11-46f0-80fa-8c66537e5446" }, "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": "a75ac8b0-763d-4d98-b05c-f6c9dcef49b7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjQxOTNmNzNmMzM0ZmYwMGFkZGEyN2RmZWY1MjcxYTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf459193-01ee-4b6e-a31f-8ac0a04a8a10" } ], "workloadContext": "Production" } 2023-02-22T14:09:27.262Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T14:09:27.262Z|dd8a01a5-b3b4-47ee-b53c-96fbf78c444c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 51cf4467-680a-4975-adff-6c70509d4205 ASDC 2023-02-22T14:09:27.262Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:d313f43b-0204-4164-8615-af4c9c63571c ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:51cf4467-680a-4975-adff-6c70509d4205 ServiceInvariantUUID:6fd48652-59cf-436c-a58f-2056f9e2c8a0 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:bf459193-01ee-4b6e-a31f-8ac0a04a8a10 ArtifactChecksum:MjQxOTNmNzNmMzM0ZmYwMGFkZGEyN2RmZWY1MjcxYTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:d04588a6-7546-4546-9dea-5631877fee25 ResourceInvariantUUID:cb31cc75-17c2-4a2a-903c-a045a8f77f96 ResourceName:basic_cnf ResourceType:VF ResourceUUID:fb0afbc9-06d0-4de6-8d52-2917971e58e1 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:9c6ab891-2768-4777-b55c-d9cf836d6073 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:9971c1dd-6c47-4fcf-803e-821f538ac01e 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:9304e5b8-774e-4fe6-9406-ef39bdc44f7f ArtifactChecksum:NTg1NjVjOWJkZDUxOWY5MmRmM2FkZDZkMjdmODU4OWQ= 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:a64ed11b-7e11-46f0-80fa-8c66537e5446 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:a75ac8b0-763d-4d98-b05c-f6c9dcef49b7 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:a75ac8b0-763d-4d98-b05c-f6c9dcef49b7 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T14:09:27.262Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 51cf4467-680a-4975-adff-6c70509d4205 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=? 2023-02-22T14:09:27.297Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:09:27.298Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T14:09:27.298Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T14:09:27.299Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bf459193-01ee-4b6e-a31f-8ac0a04a8a10 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-22T14:09:27.299Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T14:09:27.299Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-22T14:09:27.420Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T14:09:27.424Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar bf459193-01ee-4b6e-a31f-8ac0a04a8a10 73677 2023-02-22T14:09:27.424Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-22T14:09:27.424Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-22T14:09:27.424Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:09:27.424Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:27.433Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:27.433Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074967424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:09:27.526Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2023-02-22T14:09:27.527Z||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. 2023-02-22T14:09:27.527Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:27.539Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:27.540Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:28.433Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:09:28.435Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T14:09:28.435Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bf459193-01ee-4b6e-a31f-8ac0a04a8a10, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T14:09:28.435Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-02-22T14:09:28.435Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T14:09:28.436Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T14:09:28.541Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4517876999950992970/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 2023-02-22T14:09:29.685Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T14:09:29.686Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T14:09:29.686Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T14:09:29.686Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-22T14:09:29.686Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T14:09:29.687Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T14:09:29.687Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T14:09:29.687Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-22T14:09:29.687Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T14:09:29.687Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.687Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:29.688Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T14:09:29.688Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T14:09:29.688Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:09:29.688Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.688Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:29.689Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T14:09:29.689Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T14:09:29.689Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:09:29.690Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.690Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:29.690Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.690Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-22T14:09:29.690Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-02-22T14:09:29.691Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2023-02-22T14:09:29.691Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T14:09:29.691Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.691Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T14:09:29.691Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.692Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T14:09:29.692Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:09:29.692Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.692Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T14:09:29.692Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:09:29.693Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.693Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T14:09:29.693Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:09:29.693Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.693Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-22T14:09:29.694Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-22T14:09:29.694Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=88d96218-153a-4f38-8334-de7721dabaf3 2023-02-22T14:09:29.694Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.694Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:29.694Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.694Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:29.695Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.695Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:29.695Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:29.695Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:29.695Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:51cf4467-680a-4975-adff-6c70509d4205 Model Version:NULL Model InvariantUuid:6fd48652-59cf-436c-a58f-2056f9e2c8a0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:9ba0425d-74f0-4bb3-86a6-ba5db5fa8501 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cb31cc75-17c2-4a2a-903c-a045a8f77f96 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d04588a6-7546-4546-9dea-5631877fee25 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:89200fc7-7462-4fd5-a7b1-4f9a24b495ec ModelName:BasicCnf..base_dummy..module-0 ModelUuid:bf0240d6-c9af-4112-a6e2-b569dd7a09b3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:88d96218-153a-4f38-8334-de7721dabaf3 ModelInvariantUuid:5ec3bb8d-d9ba-4a42-ba11-e986e7f19b43 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:8eec8820-688a-4800-9910-16f752ecf4dd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:4f1a0066-9119-4d0b-abcf-decec283c820 ModelInvariantUuid:cda0f025-1dad-4784-91b4-70c7ac6ffc88 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:afeafb1b-14bc-4612-a131-c5606671e766 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=? 2023-02-22T14:09:29.702Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: fb0afbc9-06d0-4de6-8d52-2917971e58e1 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=? 2023-02-22T14:09:29.705Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||basic_cnf 0 2023-02-22T14:09:29.705Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fb0afbc9-06d0-4de6-8d52-2917971e58e1 2023-02-22T14:09:29.705Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c6ab891-2768-4777-b55c-d9cf836d6073 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-22T14:09:29.706Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T14:09:29.706Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-22T14:09:29.761Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T14:09:29.761Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9c6ab891-2768-4777-b55c-d9cf836d6073 12 2023-02-22T14:09:29.762Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-02-22T14:09:29.762Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-22T14:09:29.762Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:09:29.762Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:29.764Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:29.764Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074969762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:09:29.868Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-02-22T14:09:29.869Z||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. 2023-02-22T14:09:29.869Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:29.878Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:29.878Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:30.765Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9971c1dd-6c47-4fcf-803e-821f538ac01e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-22T14:09:30.767Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T14:09:30.768Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-22T14:09:30.830Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T14:09:30.830Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9971c1dd-6c47-4fcf-803e-821f538ac01e 2688 2023-02-22T14:09:30.831Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-02-22T14:09:30.831Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-22T14:09:30.831Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:09:30.832Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:30.835Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:30.835Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074970831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T14:09:30.935Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:30.936Z||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. 2023-02-22T14:09:30.936Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:30.945Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:30.945Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:31.837Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9304e5b8-774e-4fe6-9406-ef39bdc44f7f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-22T14:09:31.838Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T14:09:31.838Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-22T14:09:31.883Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T14:09:31.884Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9304e5b8-774e-4fe6-9406-ef39bdc44f7f 828 2023-02-22T14:09:31.884Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-02-22T14:09:31.885Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-22T14:09:31.885Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:09:31.885Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:31.888Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:31.888Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074971884, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:09:31.989Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:31.990Z||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. 2023-02-22T14:09:31.990Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:32.002Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:32.002Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:09:32.892Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "89200fc7-7462-4fd5-a7b1-4f9a24b495ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bf0240d6-c9af-4112-a6e2-b569dd7a09b3", "vfModuleModelCustomizationUUID": "a04ce5d8-9d52-40ec-8b82-e4b42f02f666", "isBase": true, "artifacts": [ "a64ed11b-7e11-46f0-80fa-8c66537e5446", "9971c1dd-6c47-4fcf-803e-821f538ac01e", "a75ac8b0-763d-4d98-b05c-f6c9dcef49b7" ], "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": "" } } ] 2023-02-22T14:09:32.900Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bf0240d6-c9af-4112-a6e2-b569dd7a09b3 VfModuleModelInvariantUUID:89200fc7-7462-4fd5-a7b1-4f9a24b495ec VfModuleModelDescription:NULL Artifacts UUID List:{ a64ed11b-7e11-46f0-80fa-8c66537e5446 , 9971c1dd-6c47-4fcf-803e-821f538ac01e , a75ac8b0-763d-4d98-b05c-f6c9dcef49b7 } 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 } 2023-02-22T14:09:32.920Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "89200fc7-7462-4fd5-a7b1-4f9a24b495ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bf0240d6-c9af-4112-a6e2-b569dd7a09b3", "vfModuleModelCustomizationUUID": "a04ce5d8-9d52-40ec-8b82-e4b42f02f666", "isBase": true, "artifacts": [ "a64ed11b-7e11-46f0-80fa-8c66537e5446", "9971c1dd-6c47-4fcf-803e-821f538ac01e", "a75ac8b0-763d-4d98-b05c-f6c9dcef49b7" ], "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": "" } } ] 2023-02-22T14:09:32.920Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bf0240d6-c9af-4112-a6e2-b569dd7a09b3 VfModuleModelInvariantUUID:89200fc7-7462-4fd5-a7b1-4f9a24b495ec VfModuleModelDescription:NULL Artifacts UUID List:{ a64ed11b-7e11-46f0-80fa-8c66537e5446 , 9971c1dd-6c47-4fcf-803e-821f538ac01e , a75ac8b0-763d-4d98-b05c-f6c9dcef49b7 } 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 } 2023-02-22T14:09:32.920Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a64ed11b-7e11-46f0-80fa-8c66537e5446 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-22T14:09:32.920Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T14:09:32.920Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-22T14:09:32.969Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T14:09:32.970Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a64ed11b-7e11-46f0-80fa-8c66537e5446 1164 2023-02-22T14:09:32.970Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-02-22T14:09:32.970Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-22T14:09:32.970Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:09:32.970Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:32.976Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:32.977Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074972970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:09:33.072Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-02-22T14:09:33.073Z||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. 2023-02-22T14:09:33.073Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:33.085Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:33.085Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:09:33.977Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a75ac8b0-763d-4d98-b05c-f6c9dcef49b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-22T14:09:33.978Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T14:09:33.978Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-22T14:09:34.020Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T14:09:34.021Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a75ac8b0-763d-4d98-b05c-f6c9dcef49b7 200 2023-02-22T14:09:34.021Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-02-22T14:09:34.021Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-22T14:09:34.022Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:09:34.022Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:34.024Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:34.024Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074974021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:09:34.124Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:34.125Z||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. 2023-02-22T14:09:34.125Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:34.134Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:34.134Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:35.025Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 51cf4467-680a-4975-adff-6c70509d4205 2023-02-22T14:09:35.025Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 fb0afbc9-06d0-4de6-8d52-2917971e58e1 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=? 2023-02-22T14:09:35.041Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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=? 2023-02-22T14:09:35.049Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6faefcca, org.onap.sdc.toscaparser.api.parameters.Input@3c4a3369, org.onap.sdc.toscaparser.api.parameters.Input@409847bd, org.onap.sdc.toscaparser.api.parameters.Input@477051f8, org.onap.sdc.toscaparser.api.parameters.Input@5fa0bd70] 2023-02-22T14:09:35.051Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.051Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:35.051Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-22T14:09:35.051Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d04588a6-7546-4546-9dea-5631877fee25 2023-02-22T14:09:35.052Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d04588a6-7546-4546-9dea-5631877fee25 matches Tosca VF Customization UUID: d04588a6-7546-4546-9dea-5631877fee25 2023-02-22T14:09:35.052Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d04588a6-7546-4546-9dea-5631877fee25 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=? 2023-02-22T14:09:35.054Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.054Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:35.055Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d04588a6-7546-4546-9dea-5631877fee25: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-22T14:09:35.055Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@750178a9 2023-02-22T14:09:35.055Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.055Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T14:09:35.055Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a04ce5d8-9d52-40ec-8b82-e4b42f02f666 2023-02-22T14:09:35.055Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a04ce5d8-9d52-40ec-8b82-e4b42f02f666 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=? 2023-02-22T14:09:35.058Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.058Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T14:09:35.058Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:09:35.058Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.059Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T14:09:35.059Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:09:35.059Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.059Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-22T14:09:35.059Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-22T14:09:35.059Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=88d96218-153a-4f38-8334-de7721dabaf3 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=? 2023-02-22T14:09:35.062Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.062Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T14:09:35.062Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:09:35.062Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.063Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-22T14:09:35.063Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d04588a6-7546-4546-9dea-5631877fee25 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=? 2023-02-22T14:09:35.065Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.065Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:35.065Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 51cf4467-680a-4975-adff-6c70509d4205: basic_cnf 2023-02-22T14:09:35.066Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.066Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:35.066Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.066Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:35.066Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.066Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:35.066Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.067Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:35.067Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:09:35.067Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:09:35.067Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T14:09:35.159Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf fb0afbc9-06d0-4de6-8d52-2917971e58e1 1 ASDC deployResourceStructure 2023-02-22T14:09:35.161Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-02-22T14:09:35.161Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2023-02-22T14:09:35.161Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-22T14:09:35.161Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:35.163Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:35.163Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074975160, "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" } 2023-02-22T14:09:35.263Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:35.264Z||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. 2023-02-22T14:09:35.264Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:35.294Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:35.294Z||pool-66-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:36.164Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-02-22T14:09:36.164Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2023-02-22T14:09:36.164Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-22T14:09:36.164Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:36.166Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:36.166Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074976163, "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" } 2023-02-22T14:09:36.267Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:36.267Z||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. 2023-02-22T14:09:36.268Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:36.283Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:36.283Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:37.169Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-02-22T14:09:37.169Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-22T14:09:37.169Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:09:37.169Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:37.172Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:37.172Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074977168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:09:37.272Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:09:37.273Z||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. 2023-02-22T14:09:37.274Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:37.296Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:37.297Z||pool-68-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:38.173Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-02-22T14:09:38.173Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-22T14:09:38.173Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:09:38.173Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:38.175Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:38.175Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074978173, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-02-22T14:09:38.276Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-22T14:09:38.276Z||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. 2023-02-22T14:09:38.277Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:38.293Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:38.294Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:39.176Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-02-22T14:09:39.177Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-22T14:09:39.177Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:09:39.177Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:39.179Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:39.179Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074979176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-02-22T14:09:39.282Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-22T14:09:39.283Z||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. 2023-02-22T14:09:39.283Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:39.294Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:39.294Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:09:40.180Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-22T14:09:40.180Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-22T14:09:40.181Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:09:40.181Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:09:40.183Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:09:40.184Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074980180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:09:40.284Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:09:40.284Z||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. 2023-02-22T14:09:40.285Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:40.293Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:40.294Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:09:41.185Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d313f43b-0204-4164-8615-af4c9c63571c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:09:41.196Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d313f43b-0204-4164-8615-af4c9c63571c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:09:41.198Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:09:41.199Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T14:09:41.199Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T14:09:41.199Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T14:09:41.199Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:09:41.200Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:09:41.200Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:09:41.200Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:09:41.200Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:09:41.200Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T14:09:41.205Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T14:09:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:09:53.832Z||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. 2023-02-22T14:09:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:09:53.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:09:53.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074815655, "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=? 2023-02-22T14:09:53.858Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 634275d9-4e21-4f93-bbe6-91b59125482b 2023-02-22T14:09:53.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 634275d9-4e21-4f93-bbe6-91b59125482b 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 (?, ?, ?, ?, ?) 2023-02-22T14:09:53.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074816405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "multicloud-k8s-id", "timestamp": 1677074816659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:09:53.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:09:53.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074816405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074816405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074816405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074816405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074816405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074816405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:09:53.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074824123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:09:53.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:09:53.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "aai-ml", "timestamp": 1677074823291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "aai-ml", "timestamp": 1677074823291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "aai-ml", "timestamp": 1677074823291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074826836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:09:53.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:09:53.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "aai-ml", "timestamp": 1677074823291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677074827842, "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=? 2023-02-22T14:09:53.875Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 634275d9-4e21-4f93-bbe6-91b59125482b 2023-02-22T14:09:53.875Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 634275d9-4e21-4f93-bbe6-91b59125482b 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 (?, ?, ?, ?, ?) 2023-02-22T14:09:53.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "aai-ml", "timestamp": 1677074823291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "aai-ml", "timestamp": 1677074823291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:09:53.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "aai-ml", "timestamp": 1677074823291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:09:53.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:09:53.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "aai-ml", "timestamp": 1677074831027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:09:53.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:09:53.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "aai-ml", "timestamp": 1677074837880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:09:53.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:09:53.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:09:53.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "aai-ml", "timestamp": 1677074838886, "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=? 2023-02-22T14:09:53.888Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 634275d9-4e21-4f93-bbe6-91b59125482b 2023-02-22T14:09:53.888Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 634275d9-4e21-4f93-bbe6-91b59125482b 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 (?, ?, ?, ?, ?) 2023-02-22T14:10:11.206Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d313f43b-0204-4164-8615-af4c9c63571c 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=? 2023-02-22T14:10:11.212Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d313f43b-0204-4164-8615-af4c9c63571c and serviceModelVersionId: 51cf4467-680a-4975-adff-6c70509d4205 2023-02-22T14:10:11.212Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fd48652-59cf-436c-a58f-2056f9e2c8a0 2023-02-22T14:10:11.213Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fd48652-59cf-436c-a58f-2056f9e2c8a0/model-vers/model-ver/51cf4467-680a-4975-adff-6c70509d4205?depth=0 2023-02-22T14:10:11.216Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T14:10:11.259Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fd48652-59cf-436c-a58f-2056f9e2c8a0/model-vers/model-ver/51cf4467-680a-4975-adff-6c70509d4205?depth=0|INFO|500||Invoke 2023-02-22T14:10:11.260Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fd48652-59cf-436c-a58f-2056f9e2c8a0/model-vers/model-ver/51cf4467-680a-4975-adff-6c70509d4205?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fd48652-59cf-436c-a58f-2056f9e2c8a0/model-vers/model-ver/51cf4467-680a-4975-adff-6c70509d4205?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d313f43b-0204-4164-8615-af4c9c63571c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ff8d325-6386-40c5-986f-301b9e112261], X-ECOMP-RequestID=[d313f43b-0204-4164-8615-af4c9c63571c], X-TransactionId=[], X-ONAP-RequestID=[d313f43b-0204-4164-8615-af4c9c63571c], Content-Type=[application/merge-patch+json]} 2023-02-22T14:10:11.281Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fd48652-59cf-436c-a58f-2056f9e2c8a0/model-vers/model-ver/51cf4467-680a-4975-adff-6c70509d4205?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T14:10:11.391Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fd48652-59cf-436c-a58f-2056f9e2c8a0/model-vers/model-ver/51cf4467-680a-4975-adff-6c70509d4205?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/6fd48652-59cf-436c-a58f-2056f9e2c8a0/model-vers/model-ver/51cf4467-680a-4975-adff-6c70509d4205?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 14:10:11 GMT], content-length=[0], vertex-id=[200760], x-aai-txid=[0-aai-resources-230222-14:10:11:377-76481], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T14:10:11.391Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fd48652-59cf-436c-a58f-2056f9e2c8a0/model-vers/model-ver/51cf4467-680a-4975-adff-6c70509d4205?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-22T14:10:11.392Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fd48652-59cf-436c-a58f-2056f9e2c8a0/model-vers/model-ver/51cf4467-680a-4975-adff-6c70509d4205?depth=0|INFO|500||InvokeReturn 2023-02-22T14:10:11.394Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T14:10:11.394Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T14:10:11.401Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T14:10:11.402Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d313f43b-0204-4164-8615-af4c9c63571c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T14:10:11.402Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T14:10:11.402Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:11.404Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:11.404Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075011402, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:10:11.504Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:11.505Z||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. 2023-02-22T14:10:11.505Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:11.514Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:11.514Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 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=? 2023-02-22T14:10:12.416Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-22T14:10:12.416Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"634275d9-4e21-4f93-bbe6-91b59125482b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7d621531-3625-4a5e-9033-2135a03c10d5","serviceDescription":"service","serviceInvariantUUID":"ebfb284b-1630-4a80-95b1-79dd2d058d28","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0b52b11b-5a09-41fb-9644-4d4c1f42febb","resourceInvariantUUID":"d8a29b68-27f1-48b7-8673-91be5c1fbf7a","resourceCustomizationUUID":"255c0e5e-0907-43bd-b043-aae9b9563175","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":"OGFiNGRkNTIwYmE3NjRiMGQ2NGQwNzZlM2Q3MjMyYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e07dcdc-ab41-41b9-ada2-88a7fc15030e","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":"NGY2MTMxMmU1ODk4Mzk4Yzg1YjkyZDlhODIxYWU5NGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c3fed1f0-5d26-455f-9b4b-3b6b8bec8cf8","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":"a97c78ff-686e-4117-a2f5-a9773bb4a83f","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":"b3a87c8b-659d-41f6-96f2-6e20886c1373","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":"7a98f57b-4ca2-4f69-84af-93d33f3328f7","artifactVersion":"2","generatedFromUUID":"a97c78ff-686e-4117-a2f5-a9773bb4a83f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODUzMmFjZTI3YTUzMjgzN2YyZGFiZDFlNjE5YjYzMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c440fc4e-c581-4b23-8332-bafc8ea34bc5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWIzZDJjMzYyZTliODQwZDI0YmRiNTUxZTJmMjI0NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9cdaed8-2c60-43d8-a00c-8cbde35068fc","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T14:10:12.416Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:10:12.417Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:12.418Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:12.418Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:10:12.519Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:10:12.520Z||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. 2023-02-22T14:10:12.520Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:12.541Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:12.542Z||pool-73-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:13.419Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:10:13.419Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:13.421Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:13.422Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:10:13.522Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:13.522Z||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. 2023-02-22T14:10:13.523Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:13.535Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:13.535Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:14.422Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:10:14.425Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:14.434Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:14.434Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T14:10:14.535Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:14.535Z||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. 2023-02-22T14:10:14.536Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:14.545Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:14.545Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:15.435Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:10:15.436Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:15.437Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:15.438Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:10:15.538Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:15.538Z||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. 2023-02-22T14:10:15.538Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:15.547Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:15.547Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:10:16.438Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:10:16.439Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:16.440Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:16.441Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T14:10:16.548Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-02-22T14:10:16.548Z||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. 2023-02-22T14:10:16.549Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:16.557Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:16.557Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:17.441Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:10:17.442Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:17.444Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:17.444Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:10:17.544Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:17.545Z||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. 2023-02-22T14:10:17.545Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:17.554Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:17.555Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:18.444Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:10:18.445Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:18.447Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:18.447Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:10:18.547Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:18.548Z||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. 2023-02-22T14:10:18.548Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:18.562Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:18.563Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:19.448Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7d621531-3625-4a5e-9033-2135a03c10d5", "serviceDescription": "service", "serviceInvariantUUID": "ebfb284b-1630-4a80-95b1-79dd2d058d28", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "255c0e5e-0907-43bd-b043-aae9b9563175", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0b52b11b-5a09-41fb-9644-4d4c1f42febb", "resourceInvariantUUID": "d8a29b68-27f1-48b7-8673-91be5c1fbf7a", "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": "NGY2MTMxMmU1ODk4Mzk4Yzg1YjkyZDlhODIxYWU5NGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c3fed1f0-5d26-455f-9b4b-3b6b8bec8cf8", "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": "a97c78ff-686e-4117-a2f5-a9773bb4a83f", "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": "7a98f57b-4ca2-4f69-84af-93d33f3328f7", "generatedFromUUID": "a97c78ff-686e-4117-a2f5-a9773bb4a83f" }, "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": "7a98f57b-4ca2-4f69-84af-93d33f3328f7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZWIzZDJjMzYyZTliODQwZDI0YmRiNTUxZTJmMjI0NDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e9cdaed8-2c60-43d8-a00c-8cbde35068fc" } ], "workloadContext": "Production" } 2023-02-22T14:10:19.449Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T14:10:19.449Z|d313f43b-0204-4164-8615-af4c9c63571c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d621531-3625-4a5e-9033-2135a03c10d5 ASDC 2023-02-22T14:10:19.449Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:634275d9-4e21-4f93-bbe6-91b59125482b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7d621531-3625-4a5e-9033-2135a03c10d5 ServiceInvariantUUID:ebfb284b-1630-4a80-95b1-79dd2d058d28 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:e9cdaed8-2c60-43d8-a00c-8cbde35068fc ArtifactChecksum:ZWIzZDJjMzYyZTliODQwZDI0YmRiNTUxZTJmMjI0NDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:255c0e5e-0907-43bd-b043-aae9b9563175 ResourceInvariantUUID:d8a29b68-27f1-48b7-8673-91be5c1fbf7a ResourceName:basic_vm ResourceType:VF ResourceUUID:0b52b11b-5a09-41fb-9644-4d4c1f42febb 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:c3fed1f0-5d26-455f-9b4b-3b6b8bec8cf8 ArtifactChecksum:NGY2MTMxMmU1ODk4Mzk4Yzg1YjkyZDlhODIxYWU5NGI= 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:a97c78ff-686e-4117-a2f5-a9773bb4a83f 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:7a98f57b-4ca2-4f69-84af-93d33f3328f7 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:7a98f57b-4ca2-4f69-84af-93d33f3328f7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T14:10:19.450Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d621531-3625-4a5e-9033-2135a03c10d5 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=? 2023-02-22T14:10:19.488Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:10:19.489Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T14:10:19.489Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T14:10:19.489Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9cdaed8-2c60-43d8-a00c-8cbde35068fc from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-22T14:10:19.489Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T14:10:19.489Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-22T14:10:19.672Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T14:10:19.675Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e9cdaed8-2c60-43d8-a00c-8cbde35068fc 74821 2023-02-22T14:10:19.676Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-22T14:10:19.676Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-22T14:10:19.676Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:10:19.676Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:19.678Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:19.678Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075019676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:10:19.778Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:19.779Z||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. 2023-02-22T14:10:19.779Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:19.788Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:19.789Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:10:20.678Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:10:20.679Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-22T14:10:20.680Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e9cdaed8-2c60-43d8-a00c-8cbde35068fc, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T14:10:20.680Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-02-22T14:10:20.680Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T14:10:20.681Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T14:10:20.793Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6179660331886784637/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 2023-02-22T14:10:22.053Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T14:10:22.054Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T14:10:22.054Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T14:10:22.054Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-22T14:10:22.054Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T14:10:22.054Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T14:10:22.054Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T14:10:22.055Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T14:10:22.055Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T14:10:22.055Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T14:10:22.055Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-22T14:10:22.055Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-22T14:10:22.055Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.056Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:22.056Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T14:10:22.056Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T14:10:22.056Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:10:22.057Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.057Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:22.057Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T14:10:22.057Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-22T14:10:22.058Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:10:22.058Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.058Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:22.058Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.059Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-22T14:10:22.059Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-22T14:10:22.059Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-22T14:10:22.059Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-22T14:10:22.060Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T14:10:22.060Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T14:10:22.060Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.060Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T14:10:22.060Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.061Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T14:10:22.061Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:10:22.061Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.061Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T14:10:22.061Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:10:22.062Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.062Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T14:10:22.062Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:10:22.062Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.063Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-22T14:10:22.063Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-22T14:10:22.063Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T14:10:22.063Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a74a08e-ca68-4da0-93df-52674d839c72 2023-02-22T14:10:22.064Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.064Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:22.064Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.064Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:22.064Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.065Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:22.065Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:22.065Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:22.065Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7d621531-3625-4a5e-9033-2135a03c10d5 Model Version:NULL Model InvariantUuid:ebfb284b-1630-4a80-95b1-79dd2d058d28 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f7856132-89b4-4ee8-b53d-92d5d8bce3d8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d8a29b68-27f1-48b7-8673-91be5c1fbf7a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:255c0e5e-0907-43bd-b043-aae9b9563175 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:84041136-04b4-4c58-b714-af03033cdab7 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0b3a6cbe-f20b-4dfd-a75f-2252e1d97922 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1a74a08e-ca68-4da0-93df-52674d839c72 ModelInvariantUuid:30a23485-20dd-40eb-97a1-6be758303143 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:9386e6eb-343b-4511-bd53-7f461218dcd0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:715d1c85-200a-4131-94d1-c30a278736f2 ModelInvariantUuid:ed59eaef-dab6-4b57-93b8-f35e4453d600 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:abb27abf-49ea-464b-bcdd-2c705cf94192 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=? 2023-02-22T14:10:22.072Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0b52b11b-5a09-41fb-9644-4d4c1f42febb 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=? 2023-02-22T14:10:22.076Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||basic_vm 0 2023-02-22T14:10:22.077Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0b52b11b-5a09-41fb-9644-4d4c1f42febb 2023-02-22T14:10:22.077Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c3fed1f0-5d26-455f-9b4b-3b6b8bec8cf8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-22T14:10:22.077Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T14:10:22.077Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-22T14:10:22.139Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T14:10:22.139Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c3fed1f0-5d26-455f-9b4b-3b6b8bec8cf8 787 2023-02-22T14:10:22.139Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-02-22T14:10:22.139Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-22T14:10:22.139Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:10:22.140Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:22.142Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:22.142Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075022139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:10:22.242Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:22.243Z||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. 2023-02-22T14:10:22.243Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:22.252Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:22.253Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:23.142Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "84041136-04b4-4c58-b714-af03033cdab7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b3a6cbe-f20b-4dfd-a75f-2252e1d97922", "vfModuleModelCustomizationUUID": "efe72225-ea3c-4b32-87fc-f59db4cd619a", "isBase": true, "artifacts": [ "a97c78ff-686e-4117-a2f5-a9773bb4a83f", "7a98f57b-4ca2-4f69-84af-93d33f3328f7" ], "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": "" } } ] 2023-02-22T14:10:23.146Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b3a6cbe-f20b-4dfd-a75f-2252e1d97922 VfModuleModelInvariantUUID:84041136-04b4-4c58-b714-af03033cdab7 VfModuleModelDescription:NULL Artifacts UUID List:{ a97c78ff-686e-4117-a2f5-a9773bb4a83f , 7a98f57b-4ca2-4f69-84af-93d33f3328f7 } 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 } 2023-02-22T14:10:23.148Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "84041136-04b4-4c58-b714-af03033cdab7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b3a6cbe-f20b-4dfd-a75f-2252e1d97922", "vfModuleModelCustomizationUUID": "efe72225-ea3c-4b32-87fc-f59db4cd619a", "isBase": true, "artifacts": [ "a97c78ff-686e-4117-a2f5-a9773bb4a83f", "7a98f57b-4ca2-4f69-84af-93d33f3328f7" ], "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": "" } } ] 2023-02-22T14:10:23.148Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b3a6cbe-f20b-4dfd-a75f-2252e1d97922 VfModuleModelInvariantUUID:84041136-04b4-4c58-b714-af03033cdab7 VfModuleModelDescription:NULL Artifacts UUID List:{ a97c78ff-686e-4117-a2f5-a9773bb4a83f , 7a98f57b-4ca2-4f69-84af-93d33f3328f7 } 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 } 2023-02-22T14:10:23.148Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a97c78ff-686e-4117-a2f5-a9773bb4a83f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-22T14:10:23.148Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T14:10:23.148Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-22T14:10:23.216Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T14:10:23.217Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a97c78ff-686e-4117-a2f5-a9773bb4a83f 5033 2023-02-22T14:10:23.217Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-22T14:10:23.218Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-22T14:10:23.218Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:10:23.218Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:23.220Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:23.220Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075023217, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:10:23.320Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:23.321Z||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. 2023-02-22T14:10:23.321Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:23.330Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:23.330Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:24.221Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7a98f57b-4ca2-4f69-84af-93d33f3328f7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-22T14:10:24.221Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-22T14:10:24.222Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-22T14:10:24.263Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-22T14:10:24.264Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7a98f57b-4ca2-4f69-84af-93d33f3328f7 903 2023-02-22T14:10:24.265Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-22T14:10:24.265Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-22T14:10:24.265Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:10:24.266Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:24.268Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:24.269Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075024265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:10:24.369Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:24.369Z||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. 2023-02-22T14:10:24.370Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:24.382Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:24.382Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:25.270Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7d621531-3625-4a5e-9033-2135a03c10d5 2023-02-22T14:10:25.270Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0b52b11b-5a09-41fb-9644-4d4c1f42febb 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=? 2023-02-22T14:10:25.282Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b2261fb, org.onap.sdc.toscaparser.api.parameters.Input@18081135, org.onap.sdc.toscaparser.api.parameters.Input@1b7865bc, org.onap.sdc.toscaparser.api.parameters.Input@4c81a226, org.onap.sdc.toscaparser.api.parameters.Input@54343ff4] 2023-02-22T14:10:25.284Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.284Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:25.284Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-22T14:10:25.284Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 255c0e5e-0907-43bd-b043-aae9b9563175 2023-02-22T14:10:25.284Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 255c0e5e-0907-43bd-b043-aae9b9563175 matches Tosca VF Customization UUID: 255c0e5e-0907-43bd-b043-aae9b9563175 2023-02-22T14:10:25.284Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 255c0e5e-0907-43bd-b043-aae9b9563175 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=? 2023-02-22T14:10:25.286Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.287Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:25.287Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 255c0e5e-0907-43bd-b043-aae9b9563175: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-22T14:10:25.287Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15b1c472 2023-02-22T14:10:25.288Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.288Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T14:10:25.288Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : efe72225-ea3c-4b32-87fc-f59db4cd619a 2023-02-22T14:10:25.288Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID efe72225-ea3c-4b32-87fc-f59db4cd619a 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=? 2023-02-22T14:10:25.290Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.290Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T14:10:25.291Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:10:25.291Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.291Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T14:10:25.291Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:10:25.292Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.292Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-22T14:10:25.292Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-22T14:10:25.292Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T14:10:25.292Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a74a08e-ca68-4da0-93df-52674d839c72 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=? 2023-02-22T14:10:25.295Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.295Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T14:10:25.295Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:10:25.295Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.295Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-22T14:10:25.296Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=255c0e5e-0907-43bd-b043-aae9b9563175 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=? 2023-02-22T14:10:25.298Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.298Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:25.298Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7d621531-3625-4a5e-9033-2135a03c10d5: basic_vm 2023-02-22T14:10:25.298Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.299Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:25.299Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.299Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:25.299Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.300Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:25.300Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.300Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:25.300Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:10:25.301Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:10:25.301Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T14:10:25.373Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0b52b11b-5a09-41fb-9644-4d4c1f42febb 1 ASDC deployResourceStructure 2023-02-22T14:10:25.374Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-02-22T14:10:25.374Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-22T14:10:25.374Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:10:25.374Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:25.376Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:25.376Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075025374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:10:25.476Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:25.477Z||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. 2023-02-22T14:10:25.478Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:25.487Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:25.487Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:26.378Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-22T14:10:26.378Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-22T14:10:26.379Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:10:26.379Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:26.381Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:26.382Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075026378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-22T14:10:26.482Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:26.483Z||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. 2023-02-22T14:10:26.483Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:26.498Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:26.498Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:27.383Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-22T14:10:27.384Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-22T14:10:27.385Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:10:27.386Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:27.388Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:27.388Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075027383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-22T14:10:27.488Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:27.491Z||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. 2023-02-22T14:10:27.491Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:27.505Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:27.505Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:10:28.389Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-22T14:10:28.389Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-22T14:10:28.390Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:10:28.390Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:28.392Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:28.392Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075028389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:10:28.492Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:10:28.493Z||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. 2023-02-22T14:10:28.493Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:28.504Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:28.504Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:10:29.393Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 634275d9-4e21-4f93-bbe6-91b59125482b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:10:29.403Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 634275d9-4e21-4f93-bbe6-91b59125482b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:10:29.405Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:10:29.405Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T14:10:29.406Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T14:10:29.406Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T14:10:29.406Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:10:29.406Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:10:29.406Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:10:29.407Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:10:29.407Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:10:29.407Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-22T14:10:29.412Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T14:10:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:10:53.832Z||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. 2023-02-22T14:10:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:53.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:53.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:10:53.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "308ce986-b267-4c4b-aac6-882ec7c1bead", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074910126, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:10:53.855Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:10:53.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:10:53.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:10:53.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:10:53.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:10:53.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:10:53.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:10:53.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:10:53.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:10:53.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:10:53.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:10:53.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:10:53.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:10:53.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:10:53.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:10:53.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:10:53.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:10:53.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/resourceInstances/pnff04ac38f17020/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:10:53.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:10:53.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:10:53.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:10:53.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:10:53.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:10:53.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:10:53.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-22T14:10:53.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:10:53.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074923751, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:10:53.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:10:53.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-22T14:10:53.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074926003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDvznejkybdrnbtmfohwv/1.0/artifacts/service-DemoPnfDvznejkybdrnbtmfohwv-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:10:53.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:10:59.412Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 634275d9-4e21-4f93-bbe6-91b59125482b 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=? 2023-02-22T14:10:59.417Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 634275d9-4e21-4f93-bbe6-91b59125482b and serviceModelVersionId: 7d621531-3625-4a5e-9033-2135a03c10d5 2023-02-22T14:10:59.417Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebfb284b-1630-4a80-95b1-79dd2d058d28 2023-02-22T14:10:59.418Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebfb284b-1630-4a80-95b1-79dd2d058d28/model-vers/model-ver/7d621531-3625-4a5e-9033-2135a03c10d5?depth=0 2023-02-22T14:10:59.421Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T14:10:59.460Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebfb284b-1630-4a80-95b1-79dd2d058d28/model-vers/model-ver/7d621531-3625-4a5e-9033-2135a03c10d5?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]} 2023-02-22T14:10:59.461Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebfb284b-1630-4a80-95b1-79dd2d058d28/model-vers/model-ver/7d621531-3625-4a5e-9033-2135a03c10d5?depth=0|INFO|500||Invoke 2023-02-22T14:10:59.475Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebfb284b-1630-4a80-95b1-79dd2d058d28/model-vers/model-ver/7d621531-3625-4a5e-9033-2135a03c10d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T14:10:59.562Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebfb284b-1630-4a80-95b1-79dd2d058d28/model-vers/model-ver/7d621531-3625-4a5e-9033-2135a03c10d5?depth=0|INFO|500||InvokeReturn 2023-02-22T14:10:59.563Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebfb284b-1630-4a80-95b1-79dd2d058d28/model-vers/model-ver/7d621531-3625-4a5e-9033-2135a03c10d5?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 14:10:59 GMT], content-length=[0], vertex-id=[163920], x-aai-txid=[0-aai-resources-230222-14:10:59:573-16923], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T14:10:59.564Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-02-22T14:10:59.564Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T14:10:59.564Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-22T14:10:59.568Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-22T14:10:59.569Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 634275d9-4e21-4f93-bbe6-91b59125482b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T14:10:59.570Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T14:10:59.570Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:10:59.572Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:10:59.572Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075059569, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:10:59.672Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:10:59.673Z||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. 2023-02-22T14:10:59.673Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:10:59.686Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:10:59.686Z||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=? 2023-02-22T14:11:00.586Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:11:00.586Z||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. 2023-02-22T14:11:00.587Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:11:10.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:11:10.855Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:11:10.855Z||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. 2023-02-22T14:11:10.855Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:11:20.398Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:11:20.398Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:11:20.399Z||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. 2023-02-22T14:11:20.399Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:11:29.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:11:29.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:11:29.968Z||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. 2023-02-22T14:11:29.968Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:11:39.510Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:11:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:11:53.830Z||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. 2023-02-22T14:11:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:11:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:11:53.832Z||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. 2023-02-22T14:11:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:11:53.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:11:53.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd8a01a5-b3b4-47ee-b53c-96fbf78c444c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074957203, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:11:53.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:11:53.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-22T14:11:53.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-22T14:11:53.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-22T14:11:53.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-22T14:11:53.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-22T14:11:53.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:11:53.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-22T14:11:53.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-22T14:11:53.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-22T14:11:53.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:11:53.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-22T14:11:53.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-22T14:11:53.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-22T14:11:53.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:11:53.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-22T14:11:53.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:11:53.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-22T14:11:53.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074967424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:11:53.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074969762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:11:53.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074970831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T14:11:53.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074971884, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:11:53.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074972970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:11:53.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074974021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:11:53.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074975160, "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" } 2023-02-22T14:11:53.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074976163, "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" } 2023-02-22T14:11:53.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074977168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:11:53.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074978173, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-02-22T14:11:53.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074979176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-02-22T14:11:53.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:11:53.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-22T14:11:53.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074980180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:11:53.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:12:03.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:12:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:12:53.831Z||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. 2023-02-22T14:12:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:12:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:12:53.832Z||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. 2023-02-22T14:12:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:12:53.854Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:12:53.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d313f43b-0204-4164-8615-af4c9c63571c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075011402, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:12:53.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:12:53.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:12:53.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-22T14:12:53.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:12:53.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-22T14:12:53.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T14:12:53.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-22T14:12:53.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:12:53.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-22T14:12:53.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T14:12:53.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-22T14:12:53.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:12:53.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-22T14:12:53.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677074911147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:12:53.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-22T14:12:53.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075019676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:12:53.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:12:53.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075022139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:12:53.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:12:53.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075023217, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:12:53.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:12:53.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075024265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:12:53.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:12:53.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075025374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:12:53.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:12:53.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075026378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-22T14:12:53.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:12:53.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075027383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-22T14:12:53.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:12:53.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-22T14:12:53.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075028389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:12:53.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:13:03.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:13:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:13:53.830Z||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. 2023-02-22T14:13:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:13:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:13:53.832Z||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. 2023-02-22T14:13:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:13:54.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:13:54.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-22T14:13:54.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "634275d9-4e21-4f93-bbe6-91b59125482b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075059569, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:13:54.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:14:03.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:14:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:14:53.830Z||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. 2023-02-22T14:14:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:14:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:14:53.832Z||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. 2023-02-22T14:14:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:15:03.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:15:03.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:15:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:15:53.830Z||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. 2023-02-22T14:15:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:15:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:15:53.832Z||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. 2023-02-22T14:15:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:16:03.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:16:03.389Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:16:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:16:53.830Z||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. 2023-02-22T14:16:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:16:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:16:53.832Z||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. 2023-02-22T14:16:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:17:03.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:17:03.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:17:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:17:53.830Z||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. 2023-02-22T14:17:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:17:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:17:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T14:17:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:18:03.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:18:03.370Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:18:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:18:53.830Z||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. 2023-02-22T14:18:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:18:53.831Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:18:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T14:18:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:19:03.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:19:03.396Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:19:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:19:53.830Z||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. 2023-02-22T14:19:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:19:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:19:53.832Z||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. 2023-02-22T14:19:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:20:03.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:20:03.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:20:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:20:53.830Z||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. 2023-02-22T14:20:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:20:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:20:53.832Z||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. 2023-02-22T14:20:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:21:03.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:21:03.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:21:53.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:21:53.831Z||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. 2023-02-22T14:21:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:21:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:21:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T14:21:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:21:53.983Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:21:53.985Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-22T14:21:53.985Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075706158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:21:53.987Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-02-22T14:21:53.988Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-22T14:21:53.988Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075704813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:21:53.988Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-02-22T14:21:53.988Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-22T14:21:53.989Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075706158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:21:53.989Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-02-22T14:21:53.989Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-22T14:21:53.990Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075704813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:21:53.990Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-02-22T14:21:53.990Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-22T14:21:53.990Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075706158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:21:53.990Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-02-22T14:21:53.991Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-22T14:21:53.991Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075704813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-22T14:21:53.991Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-02-22T14:21:54.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:21:54.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T14:21:54.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a200ee12-7d4f-47c5-8b97-c3fce1271559","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7a2d2f88-4046-4c0f-ba1a-bbb2647287cc","serviceDescription":"service","serviceInvariantUUID":"19415c85-6e9f-464c-a34c-c890d5d2d97f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b957ccfa-8981-4aed-88a3-135ab27935bf","resourceInvariantUUID":"c3ef1006-7e92-4de2-95b6-3e972c7690f8","resourceCustomizationUUID":"6f1afcb7-243c-431e-9485-201e1b0a9375","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":"M2Y4MjIwZTZlMTVhMzhiNGUzZGVkMTRhYmY4ZGY1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d41ec9b-938e-4a8a-a071-72d8edf9f18c","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":"MDUyZjYyYWE3Njg3MTIyNDgwZjBkMjM2MzIwNmUwYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d5d80f7-0d0e-4b37-8f44-4af6d2fc3212","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":"b0b5968e-c336-45a6-a59b-4e2fa5310ef4","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":"e5208267-8e1d-4a85-8e49-9b93f7df92eb","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":"7c21fa4c-2b9d-4600-89a3-59c4861cef3c","artifactVersion":"2","generatedFromUUID":"4df1f147-0734-429e-83c6-c81453972e92"},{"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":"7dc3e4a6-bfc1-4210-93dc-4d889b70f1b8","artifactVersion":"2","generatedFromUUID":"b0b5968e-c336-45a6-a59b-4e2fa5310ef4"},{"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":"4df1f147-0734-429e-83c6-c81453972e92","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":"883f19d5-3f15-41bf-8d61-5fd5b6ac8035","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":"MmYyYjUzYzZlNWYwNzU0NzIwMzg3ODRmODQ4ZTI4NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3b18f44-358a-49fb-bfc5-dacd5d093439","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTEyNjJiNGEwYzlmMGYxMmJkMjhlOTRhZDY3N2Q4OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"409a0c7b-7406-4626-9a30-33f2653b5e51","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T14:21:54.485Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:21:54.485Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:21:54.489Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:21:54.490Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:21:54.589Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:21:54.590Z||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. 2023-02-22T14:21:54.591Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:21:54.602Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:21:54.602Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:21:55.490Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:21:55.491Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:21:55.494Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:21:55.494Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:21:55.594Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:21:55.595Z||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. 2023-02-22T14:21:55.595Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:21:55.606Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:21:55.606Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:21:56.494Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:21:56.495Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:21:56.516Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:21:56.517Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-22T14:21:56.599Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms 2023-02-22T14:21:56.600Z||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. 2023-02-22T14:21:56.601Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:21:56.612Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:21:56.612Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:21:57.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:21:57.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:21:57.521Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:21:57.521Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:21:57.621Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:21:57.622Z||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. 2023-02-22T14:21:57.622Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:21:57.634Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:21:57.635Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:21:58.522Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:21:58.523Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:21:58.525Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:21:58.525Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-22T14:21:58.625Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:21:58.626Z||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. 2023-02-22T14:21:58.627Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:21:58.638Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:21:58.638Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:21:59.529Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:21:59.536Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:21:59.576Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:21:59.588Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-22T14:21:59.646Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 46 ms 2023-02-22T14:21:59.648Z||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. 2023-02-22T14:21:59.648Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:21:59.668Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:21:59.669Z||pool-94-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:22:00.601Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:22:00.602Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:00.604Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:00.604Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-22T14:22:00.704Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:00.705Z||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. 2023-02-22T14:22:00.705Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:00.717Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:00.717Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:01.605Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:22:01.606Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:01.609Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:01.609Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:22:01.710Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:01.711Z||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. 2023-02-22T14:22:01.711Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:01.719Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:01.720Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:22:02.610Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:22:02.612Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:02.615Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:02.615Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:22:02.714Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:22:02.715Z||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. 2023-02-22T14:22:02.715Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:02.728Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:02.729Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:03.615Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:22:03.616Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:03.619Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:03.619Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:22:03.719Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:03.721Z||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. 2023-02-22T14:22:03.721Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:03.732Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:03.732Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:04.619Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "7a2d2f88-4046-4c0f-ba1a-bbb2647287cc", "serviceDescription": "service", "serviceInvariantUUID": "19415c85-6e9f-464c-a34c-c890d5d2d97f", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "6f1afcb7-243c-431e-9485-201e1b0a9375", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b957ccfa-8981-4aed-88a3-135ab27935bf", "resourceInvariantUUID": "c3ef1006-7e92-4de2-95b6-3e972c7690f8", "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": "MDUyZjYyYWE3Njg3MTIyNDgwZjBkMjM2MzIwNmUwYWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d5d80f7-0d0e-4b37-8f44-4af6d2fc3212", "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": "b0b5968e-c336-45a6-a59b-4e2fa5310ef4", "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": "7dc3e4a6-bfc1-4210-93dc-4d889b70f1b8", "generatedFromUUID": "b0b5968e-c336-45a6-a59b-4e2fa5310ef4" }, "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": "7c21fa4c-2b9d-4600-89a3-59c4861cef3c", "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": "7dc3e4a6-bfc1-4210-93dc-4d889b70f1b8", "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": "4df1f147-0734-429e-83c6-c81453972e92", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTEyNjJiNGEwYzlmMGYxMmJkMjhlOTRhZDY3N2Q4OGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "409a0c7b-7406-4626-9a30-33f2653b5e51" } ], "workloadContext": "Production" } 2023-02-22T14:22:04.620Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T14:22:04.621Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7a2d2f88-4046-4c0f-ba1a-bbb2647287cc ASDC 2023-02-22T14:22:04.622Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:a200ee12-7d4f-47c5-8b97-c3fce1271559 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:7a2d2f88-4046-4c0f-ba1a-bbb2647287cc ServiceInvariantUUID:19415c85-6e9f-464c-a34c-c890d5d2d97f 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:409a0c7b-7406-4626-9a30-33f2653b5e51 ArtifactChecksum:YTEyNjJiNGEwYzlmMGYxMmJkMjhlOTRhZDY3N2Q4OGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:6f1afcb7-243c-431e-9485-201e1b0a9375 ResourceInvariantUUID:c3ef1006-7e92-4de2-95b6-3e972c7690f8 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:b957ccfa-8981-4aed-88a3-135ab27935bf 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:0d5d80f7-0d0e-4b37-8f44-4af6d2fc3212 ArtifactChecksum:MDUyZjYyYWE3Njg3MTIyNDgwZjBkMjM2MzIwNmUwYWQ= 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:b0b5968e-c336-45a6-a59b-4e2fa5310ef4 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:7dc3e4a6-bfc1-4210-93dc-4d889b70f1b8 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:7c21fa4c-2b9d-4600-89a3-59c4861cef3c 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:7dc3e4a6-bfc1-4210-93dc-4d889b70f1b8 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:4df1f147-0734-429e-83c6-c81453972e92 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T14:22:04.622Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a2d2f88-4046-4c0f-ba1a-bbb2647287cc 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 (?, ?, ?, ?, ?) 2023-02-22T14:22:04.667Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:22:04.669Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-22T14:22:04.669Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-22T14:22:04.669Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 409a0c7b-7406-4626-9a30-33f2653b5e51 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-22T14:22:04.669Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-22T14:22:04.670Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-22T14:22:04.747Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-22T14:22:04.755Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 409a0c7b-7406-4626-9a30-33f2653b5e51 162990 2023-02-22T14:22:04.756Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-22T14:22:04.756Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-22T14:22:04.756Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:22:04.756Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:04.758Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:04.759Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075724756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:22:04.859Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:04.860Z||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. 2023-02-22T14:22:04.860Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:04.872Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:04.873Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:05.759Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:22:05.760Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-22T14:22:05.761Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 409a0c7b-7406-4626-9a30-33f2653b5e51, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T14:22:05.762Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-02-22T14:22:05.765Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T14:22:05.765Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T14:22:05.960Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10040983037951083792/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-02-22T14:22:07.270Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T14:22:07.271Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-02-22T14:22:07.271Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-22T14:22:07.271Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-22T14:22:07.271Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:07.271Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:07.271Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:07.271Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:07.271Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-02-22T14:22:07.272Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.272Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:07.272Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T14:22:07.273Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-02-22T14:22:07.273Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:22:07.273Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.273Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:07.273Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T14:22:07.274Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-02-22T14:22:07.274Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:22:07.274Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.274Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:07.274Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.274Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-22T14:22:07.274Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-02-22T14:22:07.275Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-02-22T14:22:07.275Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T14:22:07.275Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.275Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T14:22:07.275Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.275Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T14:22:07.276Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:22:07.276Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.276Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T14:22:07.276Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:22:07.276Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.277Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T14:22:07.277Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:22:07.277Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.277Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T14:22:07.277Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:22:07.277Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.277Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-22T14:22:07.278Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-02-22T14:22:07.278Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=dcb9ae6d-892d-470a-895b-94f05b3dd6c3 2023-02-22T14:22:07.278Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.278Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:07.278Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.278Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:07.278Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.279Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:07.279Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:07.279Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:07.279Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:7a2d2f88-4046-4c0f-ba1a-bbb2647287cc Model Version:NULL Model InvariantUuid:19415c85-6e9f-464c-a34c-c890d5d2d97f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:558d769c-b561-4923-8341-a82b78aeadd7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c3ef1006-7e92-4de2-95b6-3e972c7690f8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6f1afcb7-243c-431e-9485-201e1b0a9375 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:50a9e81c-1901-4422-9ea6-08a0251c9c1f ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:77e3b952-83ba-473e-81c4-ed75836415ea ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:ca301946-0be6-4f24-ba1d-70d9a51d1914 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:cd2dbb60-4a2a-4d29-9fd8-d7866e2c40e1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dcb9ae6d-892d-470a-895b-94f05b3dd6c3 ModelInvariantUuid:6f521154-d0fc-43f5-a4b6-fab9fd54fc0b ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:b3f4b383-637b-498e-8ff4-91ff3f6482c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:570cf8c2-d2e8-4fbe-9b41-b2366ba30962 ModelInvariantUuid:56ba830c-b986-4ac8-b178-e35374d0551c ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:f610257e-a92c-4457-972f-b07463be9d51 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=? 2023-02-22T14:22:07.301Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b957ccfa-8981-4aed-88a3-135ab27935bf 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=? 2023-02-22T14:22:07.306Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2023-02-22T14:22:07.306Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b957ccfa-8981-4aed-88a3-135ab27935bf 2023-02-22T14:22:07.306Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0d5d80f7-0d0e-4b37-8f44-4af6d2fc3212 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-22T14:22:07.306Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-22T14:22:07.306Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:07.362Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-22T14:22:07.363Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 0d5d80f7-0d0e-4b37-8f44-4af6d2fc3212 1565 2023-02-22T14:22:07.363Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:07.363Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:07.363Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:22:07.364Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:07.366Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:07.366Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075727363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:22:07.466Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:07.467Z||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. 2023-02-22T14:22:07.467Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:07.477Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:07.477Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:22:08.366Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ca301946-0be6-4f24-ba1d-70d9a51d1914", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cd2dbb60-4a2a-4d29-9fd8-d7866e2c40e1", "vfModuleModelCustomizationUUID": "1e661906-8b03-42f8-8193-b67fbdcbe5b9", "isBase": true, "artifacts": [ "b0b5968e-c336-45a6-a59b-4e2fa5310ef4", "7dc3e4a6-bfc1-4210-93dc-4d889b70f1b8" ], "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": "50a9e81c-1901-4422-9ea6-08a0251c9c1f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77e3b952-83ba-473e-81c4-ed75836415ea", "vfModuleModelCustomizationUUID": "ab244308-8b69-4830-b17b-153feefa67e4", "isBase": false, "artifacts": [ "4df1f147-0734-429e-83c6-c81453972e92" ], "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": "" } } ] 2023-02-22T14:22:08.371Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cd2dbb60-4a2a-4d29-9fd8-d7866e2c40e1 VfModuleModelInvariantUUID:ca301946-0be6-4f24-ba1d-70d9a51d1914 VfModuleModelDescription:NULL Artifacts UUID List:{ b0b5968e-c336-45a6-a59b-4e2fa5310ef4 , 7dc3e4a6-bfc1-4210-93dc-4d889b70f1b8 } 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:77e3b952-83ba-473e-81c4-ed75836415ea VfModuleModelInvariantUUID:50a9e81c-1901-4422-9ea6-08a0251c9c1f VfModuleModelDescription:NULL Artifacts UUID List:{ 4df1f147-0734-429e-83c6-c81453972e92 } 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 } 2023-02-22T14:22:08.374Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ca301946-0be6-4f24-ba1d-70d9a51d1914", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cd2dbb60-4a2a-4d29-9fd8-d7866e2c40e1", "vfModuleModelCustomizationUUID": "1e661906-8b03-42f8-8193-b67fbdcbe5b9", "isBase": true, "artifacts": [ "b0b5968e-c336-45a6-a59b-4e2fa5310ef4", "7dc3e4a6-bfc1-4210-93dc-4d889b70f1b8" ], "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": "50a9e81c-1901-4422-9ea6-08a0251c9c1f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77e3b952-83ba-473e-81c4-ed75836415ea", "vfModuleModelCustomizationUUID": "ab244308-8b69-4830-b17b-153feefa67e4", "isBase": false, "artifacts": [ "4df1f147-0734-429e-83c6-c81453972e92" ], "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": "" } } ] 2023-02-22T14:22:08.374Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cd2dbb60-4a2a-4d29-9fd8-d7866e2c40e1 VfModuleModelInvariantUUID:ca301946-0be6-4f24-ba1d-70d9a51d1914 VfModuleModelDescription:NULL Artifacts UUID List:{ b0b5968e-c336-45a6-a59b-4e2fa5310ef4 , 7dc3e4a6-bfc1-4210-93dc-4d889b70f1b8 } 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:77e3b952-83ba-473e-81c4-ed75836415ea VfModuleModelInvariantUUID:50a9e81c-1901-4422-9ea6-08a0251c9c1f VfModuleModelDescription:NULL Artifacts UUID List:{ 4df1f147-0734-429e-83c6-c81453972e92 } 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 } 2023-02-22T14:22:08.374Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b0b5968e-c336-45a6-a59b-4e2fa5310ef4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-22T14:22:08.375Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-22T14:22:08.375Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:08.419Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-22T14:22:08.420Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b0b5968e-c336-45a6-a59b-4e2fa5310ef4 914 2023-02-22T14:22:08.420Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:08.420Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:08.421Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:22:08.421Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:08.423Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:08.423Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075728420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:22:08.523Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:08.523Z||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. 2023-02-22T14:22:08.524Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:08.534Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:08.534Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:09.423Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7c21fa4c-2b9d-4600-89a3-59c4861cef3c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-22T14:22:09.423Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-22T14:22:09.424Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:09.469Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-22T14:22:09.469Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 7c21fa4c-2b9d-4600-89a3-59c4861cef3c 12 2023-02-22T14:22:09.470Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:09.470Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:09.470Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:22:09.471Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:09.473Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:09.473Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075729470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:22:09.573Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:22:09.574Z||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. 2023-02-22T14:22:09.574Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:09.586Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:09.586Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:10.474Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7dc3e4a6-bfc1-4210-93dc-4d889b70f1b8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-22T14:22:10.475Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-22T14:22:10.475Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:10.517Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-22T14:22:10.517Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7dc3e4a6-bfc1-4210-93dc-4d889b70f1b8 96 2023-02-22T14:22:10.517Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:10.518Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:10.518Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:22:10.518Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:10.519Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:10.520Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075730517, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:22:10.620Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:10.620Z||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. 2023-02-22T14:22:10.621Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:10.630Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:10.630Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:11.520Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4df1f147-0734-429e-83c6-c81453972e92 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-22T14:22:11.521Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-22T14:22:11.521Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:11.571Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-22T14:22:11.572Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 4df1f147-0734-429e-83c6-c81453972e92 20206 2023-02-22T14:22:11.572Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:11.572Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:11.572Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:22:11.573Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:11.575Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:11.575Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075731572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T14:22:11.675Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:11.676Z||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. 2023-02-22T14:22:11.676Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:11.685Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:11.686Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:22:12.584Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7a2d2f88-4046-4c0f-ba1a-bbb2647287cc 2023-02-22T14:22:12.584Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b957ccfa-8981-4aed-88a3-135ab27935bf 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=? 2023-02-22T14:22:12.595Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d1ba97e, org.onap.sdc.toscaparser.api.parameters.Input@45b61804, org.onap.sdc.toscaparser.api.parameters.Input@37bb4590, org.onap.sdc.toscaparser.api.parameters.Input@6016d115, org.onap.sdc.toscaparser.api.parameters.Input@3096d430] 2023-02-22T14:22:12.597Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.598Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:12.598Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-02-22T14:22:12.598Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6f1afcb7-243c-431e-9485-201e1b0a9375 2023-02-22T14:22:12.598Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6f1afcb7-243c-431e-9485-201e1b0a9375 matches Tosca VF Customization UUID: 6f1afcb7-243c-431e-9485-201e1b0a9375 2023-02-22T14:22:12.598Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6f1afcb7-243c-431e-9485-201e1b0a9375 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=? 2023-02-22T14:22:12.600Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.600Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:12.601Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6f1afcb7-243c-431e-9485-201e1b0a9375: {\"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\"} 2023-02-22T14:22:12.616Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ea73498 2023-02-22T14:22:12.616Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.617Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T14:22:12.617Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab244308-8b69-4830-b17b-153feefa67e4 2023-02-22T14:22:12.617Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab244308-8b69-4830-b17b-153feefa67e4 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=? 2023-02-22T14:22:12.620Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.620Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T14:22:12.620Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:22:12.621Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.621Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T14:22:12.621Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:22:12.621Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.621Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-22T14:22:12.621Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6f1afcb7-243c-431e-9485-201e1b0a9375 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=? 2023-02-22T14:22:12.623Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.623Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:12.624Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7a2d2f88-4046-4c0f-ba1a-bbb2647287cc: basic_cnf_macro 2023-02-22T14:22:12.624Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.624Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:12.624Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.624Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:12.625Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.625Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:12.625Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.625Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:12.625Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:22:12.625Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:22:12.625Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 (?, ?, ?, ?, ?) 2023-02-22T14:22:12.664Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b957ccfa-8981-4aed-88a3-135ab27935bf 2 ASDC deployResourceStructure 2023-02-22T14:22:12.665Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:12.665Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:12.665Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:22:12.665Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:12.673Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:12.673Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075732665, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:22:12.773Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:12.774Z||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. 2023-02-22T14:22:12.774Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:12.790Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:12.791Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:13.674Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:13.676Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:13.677Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:22:13.677Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:13.679Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:13.680Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075733674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-02-22T14:22:13.780Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:13.780Z||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. 2023-02-22T14:22:13.780Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:13.790Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:13.790Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:14.681Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:14.681Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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) 2023-02-22T14:22:14.681Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-22T14:22:14.682Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:14.685Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:14.685Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075734681, "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" } 2023-02-22T14:22:14.785Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:14.786Z||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. 2023-02-22T14:22:14.786Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:14.795Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:14.796Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:15.686Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:15.686Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:15.686Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:22:15.687Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:15.689Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:15.689Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075735686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-02-22T14:22:15.789Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:15.790Z||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. 2023-02-22T14:22:15.790Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:15.799Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:15.799Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:16.691Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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 2023-02-22T14:22:16.692Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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) 2023-02-22T14:22:16.692Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-22T14:22:16.692Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:16.696Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:16.696Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075736691, "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" } 2023-02-22T14:22:16.796Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:22:16.797Z||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. 2023-02-22T14:22:16.797Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:16.809Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:16.810Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:17.697Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-22T14:22:17.697Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-22T14:22:17.697Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:22:17.698Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:22:17.699Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:22:17.700Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075737697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:22:17.801Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-22T14:22:17.802Z||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. 2023-02-22T14:22:17.802Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:17.811Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:17.811Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:22:18.701Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:22:18.713Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:22:18.715Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:22:18.715Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T14:22:18.715Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T14:22:48.716Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:22:48.725Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:22:48.726Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:22:48.726Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T14:22:48.727Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T14:22:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:22:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T14:22:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:22:53.855Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:22:53.856Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:22:53.856Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075706158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:22:53.857Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:23:18.727Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:23:18.737Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:23:18.739Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:23:18.739Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T14:23:18.739Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T14:23:48.740Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:23:48.750Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:23:48.752Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:23:48.752Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T14:23:48.752Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T14:23:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:23:53.833Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T14:23:53.833Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:23:53.854Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:23:53.855Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:23:53.855Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075704813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:23:53.856Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:18.752Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:24:18.762Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:24:18.765Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:24:18.765Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T14:24:18.765Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T14:24:48.765Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:24:48.776Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:24:48.778Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:24:48.778Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-22T14:24:48.779Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-22T14:24:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:24:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T14:24:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:24:53.849Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:24:53.864Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.864Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.865Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.865Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.865Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075706158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.865Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.865Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.866Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075704813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-22T14:24:53.866Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.866Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.866Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "ves-openapi-manager", "timestamp": 1677075715220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.866Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.866Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.866Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:24:53.866Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.866Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.866Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075716405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.867Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.867Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.867Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075706158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.867Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.867Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.867Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075704813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-22T14:24:53.867Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.867Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.867Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "ves-openapi-manager", "timestamp": 1677075715220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.867Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.868Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.868Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-22T14:24:53.868Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.868Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.868Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075716405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.868Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.868Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.868Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075706158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.868Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075704813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "ves-openapi-manager", "timestamp": 1677075715220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075716405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.869Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.870Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.870Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075706158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.870Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.870Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.870Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075704813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.870Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.870Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.870Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "ves-openapi-manager", "timestamp": 1677075715220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-22T14:24:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075716405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075706158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075704813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "ves-openapi-manager", "timestamp": 1677075715220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-22T14:24:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.873Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075716405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.873Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.873Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.873Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075706158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:53.873Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.873Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.873Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075704813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:53.873Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.873Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.873Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "ves-openapi-manager", "timestamp": 1677075715220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.874Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.874Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.874Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-22T14:24:53.874Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.874Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.874Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075716405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.874Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.874Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.874Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075721662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.874Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.874Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.875Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075721362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.875Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.875Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.875Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "ves-openapi-manager", "timestamp": 1677075715220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.875Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.875Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.875Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.875Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.875Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.875Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075716405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.875Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.876Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.876Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075722758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.876Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.876Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.876Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "ves-openapi-manager", "timestamp": 1677075715220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.876Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.876Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.876Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.876Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.877Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.877Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075716405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.877Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.877Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.877Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.877Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.877Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.877Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075723822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.877Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.877Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.877Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "ves-openapi-manager", "timestamp": 1677075715220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.878Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.878Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.878Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "cds", "timestamp": 1677075723835, "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=? 2023-02-22T14:24:53.894Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a200ee12-7d4f-47c5-8b97-c3fce1271559 2023-02-22T14:24:53.894Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a200ee12-7d4f-47c5-8b97-c3fce1271559 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 (?, ?, ?, ?, ?) 2023-02-22T14:24:53.903Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.903Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075713829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:53.903Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.903Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.903Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.903Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.904Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.904Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075716405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.904Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.904Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.904Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075724879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.904Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.904Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.904Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "ves-openapi-manager", "timestamp": 1677075715220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.904Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.905Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.905Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.905Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.905Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.905Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075724756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.905Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.905Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.905Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075716405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:53.905Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.905Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.906Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "cds", "timestamp": 1677075724838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.906Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.906Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.906Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075725946, "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=? 2023-02-22T14:24:53.911Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a200ee12-7d4f-47c5-8b97-c3fce1271559 2023-02-22T14:24:53.911Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a200ee12-7d4f-47c5-8b97-c3fce1271559 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 (?, ?, ?, ?, ?) 2023-02-22T14:24:53.918Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.918Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.918Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.918Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.919Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075727217, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.919Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.919Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.919Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "cds", "timestamp": 1677075724838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.919Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.919Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.919Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "multicloud-k8s-id", "timestamp": 1677075726955, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:24:53.919Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.919Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.919Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.920Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.920Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.920Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "cds", "timestamp": 1677075724838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.920Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.920Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.920Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075727363, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.920Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.920Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.920Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.921Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.921Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.921Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075727959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.921Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.921Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.921Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "cds", "timestamp": 1677075724838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.921Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.921Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.921Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075728420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.921Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.921Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.922Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075729860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:24:53.922Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.922Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.922Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.922Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.922Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.922Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075727959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:24:53.922Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.922Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.922Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "cds", "timestamp": 1677075724838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.923Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.923Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.923Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075729470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.923Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.923Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.923Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075730864, "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=? 2023-02-22T14:24:53.927Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a200ee12-7d4f-47c5-8b97-c3fce1271559 2023-02-22T14:24:53.927Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a200ee12-7d4f-47c5-8b97-c3fce1271559 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 (?, ?, ?, ?, ?) 2023-02-22T14:24:53.942Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.942Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.942Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.942Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.942Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075727959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T14:24:53.942Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.942Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.942Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "cds", "timestamp": 1677075724838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.943Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.943Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.943Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075730517, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.943Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.943Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.943Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.943Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.943Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.943Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075727959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.943Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.943Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.944Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "cds", "timestamp": 1677075724838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.944Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.944Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.944Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075731572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.944Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.944Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.944Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:53.944Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.944Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.945Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075727959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T14:24:53.945Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.945Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.945Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "cds", "timestamp": 1677075724838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:53.945Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.945Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.945Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075732665, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:24:53.945Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.945Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.945Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075727959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.945Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.946Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.946Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075734070, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.946Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.946Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.946Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "cds", "timestamp": 1677075733633, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.946Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.946Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.946Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075733674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-02-22T14:24:53.946Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.946Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.946Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075727959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.947Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.947Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.947Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "cds", "timestamp": 1677075734899, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2023-02-22T14:24:53.959Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b 2023-02-22T14:24:53.959Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b 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 (?, ?, ?, ?, ?) 2023-02-22T14:24:53.966Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.966Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075734681, "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" } 2023-02-22T14:24:53.966Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.966Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.966Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075727959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:53.966Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.967Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.967Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.967Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.967Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.967Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075735686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-02-22T14:24:53.967Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.967Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.967Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075736579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.967Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.967Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.967Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.968Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.968Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.968Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "cds", "timestamp": 1677075736158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.968Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.968Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.968Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075736691, "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" } 2023-02-22T14:24:53.968Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.968Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.968Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075737637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.969Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.969Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.969Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.969Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.969Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.969Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "cds", "timestamp": 1677075736158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.969Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.969Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.969Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075737697, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:24:53.970Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.970Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.970Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075738732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:53.970Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.970Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.970Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.970Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.971Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.971Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "cds", "timestamp": 1677075736158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.971Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.971Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.971Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075739756, "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=? 2023-02-22T14:24:53.975Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b 2023-02-22T14:24:53.976Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b 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 (?, ?, ?, ?, ?) 2023-02-22T14:24:53.982Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.982Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.983Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.983Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.983Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "cds", "timestamp": 1677075736158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.983Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.983Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.983Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "multicloud-k8s-id", "timestamp": 1677075740760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:24:53.983Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.983Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.983Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.983Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.984Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.984Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "cds", "timestamp": 1677075736158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.984Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.984Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.984Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075742185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:24:53.984Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:53.984Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.984Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.984Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.985Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.985Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "cds", "timestamp": 1677075736158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.985Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.985Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.985Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "aai-ml", "timestamp": 1677075743193, "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=? 2023-02-22T14:24:53.989Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a200ee12-7d4f-47c5-8b97-c3fce1271559 2023-02-22T14:24:53.990Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a200ee12-7d4f-47c5-8b97-c3fce1271559 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 (?, ?, ?, ?, ?) 2023-02-22T14:24:53.996Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.996Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.996Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.996Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.996Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "cds", "timestamp": 1677075736158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.997Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.997Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.997Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.997Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.997Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.997Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:53.997Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:53.997Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:53.997Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "cds", "timestamp": 1677075736158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.000Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.001Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.001Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.001Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.001Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.001Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.001Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.001Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.002Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "cds", "timestamp": 1677075736158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:54.002Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.002Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.002Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "multicloud-k8s-id", "timestamp": 1677075744813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.002Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.002Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.002Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.002Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.002Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.002Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.003Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.003Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.003Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "cds", "timestamp": 1677075745906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:54.003Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:54.003Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.003Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "multicloud-k8s-id", "timestamp": 1677075744813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.003Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.003Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.003Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.003Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.004Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.004Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.004Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.004Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.004Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.004Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.004Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.004Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "multicloud-k8s-id", "timestamp": 1677075744813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.004Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.005Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.005Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.005Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.005Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.005Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "cds", "timestamp": 1677075747241, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-22T14:24:54.015Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99d5c5fe-ae62-4189-a003-a15180f73499 2023-02-22T14:24:54.015Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d5c5fe-ae62-4189-a003-a15180f73499 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 (?, ?, ?, ?, ?) 2023-02-22T14:24:54.023Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.023Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.023Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.023Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.023Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.024Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.024Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.024Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "multicloud-k8s-id", "timestamp": 1677075744813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.024Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.024Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.024Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.024Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.024Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.024Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.024Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "multicloud-k8s-id", "timestamp": 1677075744813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.025Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.026Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.026Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-02-22T14:24:54.026Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.026Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.026Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "multicloud-k8s-id", "timestamp": 1677075744813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.026Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.026Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.026Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.027Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.027Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.027Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "aai-ml", "timestamp": 1677075723291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:54.027Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.027Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.027Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.027Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.027Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.027Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "multicloud-k8s-id", "timestamp": 1677075744813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.028Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.028Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.028Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.028Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.028Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.028Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "aai-ml", "timestamp": 1677075752294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:54.028Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:54.028Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.028Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075735220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.028Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.029Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.029Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "multicloud-k8s-id", "timestamp": 1677075744813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.029Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.029Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.029Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.029Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.029Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.029Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075752977, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:54.030Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:54.030Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.030Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "multicloud-k8s-id", "timestamp": 1677075744813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:54.030Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.030Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.030Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:54.030Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.030Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.030Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075754058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-02-22T14:24:54.030Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:54.031Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.031Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075755156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:54.031Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:54.031Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.031Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "ves-openapi-manager", "timestamp": 1677075755066, "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=? 2023-02-22T14:24:54.035Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 99d5c5fe-ae62-4189-a003-a15180f73499 2023-02-22T14:24:54.035Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d5c5fe-ae62-4189-a003-a15180f73499 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 (?, ?, ?, ?, ?) 2023-02-22T14:24:54.042Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.042Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075757761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:24:54.043Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:54.043Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.043Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075758765, "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=? 2023-02-22T14:24:54.047Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b 2023-02-22T14:24:54.047Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b 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 (?, ?, ?, ?, ?) 2023-02-22T14:24:54.054Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.054Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "aai-ml", "timestamp": 1677075759307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:24:54.054Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:54.054Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.055Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.055Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.055Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.055Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "aai-ml", "timestamp": 1677075760314, "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=? 2023-02-22T14:24:54.060Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b 2023-02-22T14:24:54.061Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b 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 (?, ?, ?, ?, ?) 2023-02-22T14:24:54.067Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.068Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.068Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.068Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.068Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.069Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.069Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.069Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075761320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.069Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.070Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.070Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.070Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.070Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.070Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075761320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.070Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.070Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.071Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.071Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.071Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.071Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075761320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.072Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.072Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.072Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.072Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.072Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.072Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075761320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.073Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.073Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.073Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.073Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.073Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.073Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075761320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.074Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.074Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.074Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.074Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.074Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.074Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075761320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.075Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.075Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.075Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075746405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:54.075Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.075Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.075Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075761320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.076Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.076Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.076Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075768866, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:54.076Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:54.076Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.076Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075761320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:24:54.076Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.077Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.077Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075761320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:24:54.077Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:24:54.077Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.077Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075770906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:24:54.077Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:54.078Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.078Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075771071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:24:54.078Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:24:54.078Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:24:54.078Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1677075771935, "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=? 2023-02-22T14:24:54.083Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99d5c5fe-ae62-4189-a003-a15180f73499 2023-02-22T14:24:54.083Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d5c5fe-ae62-4189-a003-a15180f73499 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 (?, ?, ?, ?, ?) 2023-02-22T14:25:18.779Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:25:18.907Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:25:18.909Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:25:18.910Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T14:25:18.910Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T14:25:18.910Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T14:25:18.910Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:25:18.911Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:25:18.911Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:25:18.911Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:25:18.911Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:25:18.911Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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=? 2023-02-22T14:25:18.915Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T14:25:48.916Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 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=? 2023-02-22T14:25:48.923Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a200ee12-7d4f-47c5-8b97-c3fce1271559 and serviceModelVersionId: 7a2d2f88-4046-4c0f-ba1a-bbb2647287cc 2023-02-22T14:25:48.923Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 19415c85-6e9f-464c-a34c-c890d5d2d97f 2023-02-22T14:25:48.925Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/19415c85-6e9f-464c-a34c-c890d5d2d97f/model-vers/model-ver/7a2d2f88-4046-4c0f-ba1a-bbb2647287cc?depth=0 2023-02-22T14:25:48.936Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T14:25:49.000Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19415c85-6e9f-464c-a34c-c890d5d2d97f/model-vers/model-ver/7a2d2f88-4046-4c0f-ba1a-bbb2647287cc?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]} 2023-02-22T14:25:49.002Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19415c85-6e9f-464c-a34c-c890d5d2d97f/model-vers/model-ver/7a2d2f88-4046-4c0f-ba1a-bbb2647287cc?depth=0|INFO|500||Invoke 2023-02-22T14:25:49.030Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19415c85-6e9f-464c-a34c-c890d5d2d97f/model-vers/model-ver/7a2d2f88-4046-4c0f-ba1a-bbb2647287cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T14:25:49.114Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19415c85-6e9f-464c-a34c-c890d5d2d97f/model-vers/model-ver/7a2d2f88-4046-4c0f-ba1a-bbb2647287cc?depth=0|INFO|500||InvokeReturn 2023-02-22T14:25:49.114Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19415c85-6e9f-464c-a34c-c890d5d2d97f/model-vers/model-ver/7a2d2f88-4046-4c0f-ba1a-bbb2647287cc?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 14:25:49 GMT], content-length=[0], vertex-id=[180304], x-aai-txid=[2-aai-resources-230222-14:25:49:122-75125], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T14:25:49.115Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2023-02-22T14:25:49.115Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T14:25:49.115Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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=? 2023-02-22T14:25:49.120Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||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) 2023-02-22T14:25:49.120Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a200ee12-7d4f-47c5-8b97-c3fce1271559 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T14:25:49.120Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T14:25:49.120Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:25:49.123Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:25:49.123Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075949120, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:25:49.223Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:25:49.224Z||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. 2023-02-22T14:25:49.224Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:25:49.238Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:25:49.239Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 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=? 2023-02-22T14:25:50.134Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:25:50.135Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|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. 2023-02-22T14:25:50.135Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:25:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:25:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T14:25:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:25:53.870Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:25:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:25:53.871Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075775750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:25:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:25:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:25:53.872Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "aai-ml", "timestamp": 1677075776753, "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=? 2023-02-22T14:25:53.878Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99d5c5fe-ae62-4189-a003-a15180f73499 2023-02-22T14:25:53.878Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99d5c5fe-ae62-4189-a003-a15180f73499 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 (?, ?, ?, ?, ?) 2023-02-22T14:25:54.575Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:25:54.576Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T14:25:54.576Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a50c826-e55a-4c56-8e39-3cba8cf6cf8b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c19e689a-cd57-4f56-b472-d01af767e774","serviceDescription":"service","serviceInvariantUUID":"15668dcb-81da-4c60-8105-99ca8b72d8d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9dff432d-c9f7-431c-81f3-60b7c43d627e","resourceInvariantUUID":"ed8ab017-ca2e-4739-b28e-29426eb94815","resourceCustomizationUUID":"e1a6a86c-6de0-430f-a41f-3b2b7ceb8134","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":"MWZiMDVjODYyZmMyMThmNzk4NjYzOTY3N2RiODliMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc346b01-beaa-42a0-8681-b7aeb627fb2a","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":"OTZiNTMzNTNlOTFiYjcxNDQ5YjI4OTJiM2NlYzk1ZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d5398f9-96e2-4ecd-b4c4-d7a676de6ea9","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":"7399b357-6462-415b-9475-1ef530210c40","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":"3e799955-8096-4f2e-a277-b4023764163e","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":"557b3f1d-e559-4d7f-b74b-cbb05ba09a4e","artifactVersion":"2","generatedFromUUID":"7399b357-6462-415b-9475-1ef530210c40"},{"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":"MWViNmY5MTljMDI4YWM3NTk5OGFhNzYzNzgwNzEyNDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bf0a1731-374c-4658-80f5-e2085be0e02e","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":"OTYwNTQ2MTg4MGQwNDE4MWVkYThjZGY3YzIwYjhiYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec8aabd8-921c-4a76-8506-9dc93c29bcc5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmM0NjQzNThiMjkzZGY5NzVmOGJhNTIwMzkzMTNjOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1ff7d6c-429c-4123-b066-8a0904aa4efb","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T14:25:54.578Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:25:54.578Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:25:54.581Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:25:54.581Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:25:54.680Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:25:54.681Z||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. 2023-02-22T14:25:54.681Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:25:54.695Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:25:54.696Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:25:55.581Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:25:55.582Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:25:55.584Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:25:55.584Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:25:55.684Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:25:55.685Z||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. 2023-02-22T14:25:55.685Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:25:55.699Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:25:55.700Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1} 2023-02-22T14:25:56.585Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:25:56.586Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:25:56.592Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:25:56.592Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T14:25:56.688Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-02-22T14:25:56.689Z||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. 2023-02-22T14:25:56.689Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:25:56.704Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:25:56.705Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:25:57.594Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:25:57.594Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:25:57.596Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:25:57.596Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:25:57.696Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:25:57.697Z||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. 2023-02-22T14:25:57.697Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:25:57.708Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:25:57.708Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:25:58.597Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:25:58.597Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:25:58.601Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:25:58.601Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T14:25:58.699Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-22T14:25:58.700Z||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. 2023-02-22T14:25:58.700Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:25:58.728Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:25:58.728Z||pool-116-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:25:59.602Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:25:59.602Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:25:59.606Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:25:59.607Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:25:59.704Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-02-22T14:25:59.705Z||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. 2023-02-22T14:25:59.705Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:25:59.717Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:25:59.718Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:00.607Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:26:00.608Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:00.610Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:00.610Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:26:00.710Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:26:00.711Z||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. 2023-02-22T14:26:00.711Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:00.728Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:00.729Z||pool-118-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:01.614Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:26:01.615Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:01.618Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:01.618Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:26:01.717Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:26:01.717Z||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. 2023-02-22T14:26:01.718Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:01.726Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:01.727Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:02.620Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "c19e689a-cd57-4f56-b472-d01af767e774", "serviceDescription": "service", "serviceInvariantUUID": "15668dcb-81da-4c60-8105-99ca8b72d8d7", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e1a6a86c-6de0-430f-a41f-3b2b7ceb8134", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9dff432d-c9f7-431c-81f3-60b7c43d627e", "resourceInvariantUUID": "ed8ab017-ca2e-4739-b28e-29426eb94815", "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": "OTZiNTMzNTNlOTFiYjcxNDQ5YjI4OTJiM2NlYzk1ZDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d5398f9-96e2-4ecd-b4c4-d7a676de6ea9", "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": "7399b357-6462-415b-9475-1ef530210c40", "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": "557b3f1d-e559-4d7f-b74b-cbb05ba09a4e", "generatedFromUUID": "7399b357-6462-415b-9475-1ef530210c40" }, "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": "557b3f1d-e559-4d7f-b74b-cbb05ba09a4e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZmM0NjQzNThiMjkzZGY5NzVmOGJhNTIwMzkzMTNjOTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c1ff7d6c-429c-4123-b066-8a0904aa4efb" } ], "workloadContext": "Production" } 2023-02-22T14:26:02.621Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T14:26:02.621Z|a200ee12-7d4f-47c5-8b97-c3fce1271559|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c19e689a-cd57-4f56-b472-d01af767e774 ASDC 2023-02-22T14:26:02.621Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:3a50c826-e55a-4c56-8e39-3cba8cf6cf8b ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:c19e689a-cd57-4f56-b472-d01af767e774 ServiceInvariantUUID:15668dcb-81da-4c60-8105-99ca8b72d8d7 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:c1ff7d6c-429c-4123-b066-8a0904aa4efb ArtifactChecksum:ZmM0NjQzNThiMjkzZGY5NzVmOGJhNTIwMzkzMTNjOTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e1a6a86c-6de0-430f-a41f-3b2b7ceb8134 ResourceInvariantUUID:ed8ab017-ca2e-4739-b28e-29426eb94815 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:9dff432d-c9f7-431c-81f3-60b7c43d627e 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:3d5398f9-96e2-4ecd-b4c4-d7a676de6ea9 ArtifactChecksum:OTZiNTMzNTNlOTFiYjcxNDQ5YjI4OTJiM2NlYzk1ZDI= 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:7399b357-6462-415b-9475-1ef530210c40 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:557b3f1d-e559-4d7f-b74b-cbb05ba09a4e 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:557b3f1d-e559-4d7f-b74b-cbb05ba09a4e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-22T14:26:02.621Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c19e689a-cd57-4f56-b472-d01af767e774 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=? 2023-02-22T14:26:02.659Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:26:02.660Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-22T14:26:02.660Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-22T14:26:02.660Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c1ff7d6c-429c-4123-b066-8a0904aa4efb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-22T14:26:02.660Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-22T14:26:02.660Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-22T14:26:02.803Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-22T14:26:02.811Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c1ff7d6c-429c-4123-b066-8a0904aa4efb 82620 2023-02-22T14:26:02.811Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-22T14:26:02.811Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-22T14:26:02.811Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:26:02.812Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:02.816Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:02.817Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075962811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:26:02.914Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-02-22T14:26:02.915Z||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. 2023-02-22T14:26:02.915Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:02.927Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:02.927Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:03.817Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:26:03.818Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-22T14:26:03.819Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c1ff7d6c-429c-4123-b066-8a0904aa4efb, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T14:26:03.819Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-02-22T14:26:03.819Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T14:26:03.819Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T14:26:03.996Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17290835641584715388/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 2023-02-22T14:26:05.243Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T14:26:05.243Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-02-22T14:26:05.243Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-22T14:26:05.243Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-22T14:26:05.243Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:05.244Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:05.244Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:05.244Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:05.244Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:05.244Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:05.244Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:05.244Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-02-22T14:26:05.244Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.244Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:05.245Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T14:26:05.245Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-02-22T14:26:05.245Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:26:05.245Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.245Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:05.245Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T14:26:05.246Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-02-22T14:26:05.246Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:26:05.246Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.246Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:05.246Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.246Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-22T14:26:05.246Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-22T14:26:05.247Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-22T14:26:05.247Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-22T14:26:05.247Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T14:26:05.247Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-22T14:26:05.247Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.247Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T14:26:05.247Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.247Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T14:26:05.248Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:26:05.248Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.248Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T14:26:05.248Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:26:05.248Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.248Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T14:26:05.248Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:26:05.249Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.249Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-22T14:26:05.249Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-22T14:26:05.249Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T14:26:05.249Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cc6df594-95e6-48fe-9fca-411c2e9866a5 2023-02-22T14:26:05.249Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.249Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:05.250Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.250Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:05.250Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.250Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:05.250Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:05.250Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:05.250Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:c19e689a-cd57-4f56-b472-d01af767e774 Model Version:NULL Model InvariantUuid:15668dcb-81da-4c60-8105-99ca8b72d8d7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:1f4d53ae-448b-471c-a638-851e0777fd23 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ed8ab017-ca2e-4739-b28e-29426eb94815 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e1a6a86c-6de0-430f-a41f-3b2b7ceb8134 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9ca84968-05d2-496a-9158-3f7f067e16ac ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:159eb1ff-91c3-49ba-986e-2ea53f7eee95 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cc6df594-95e6-48fe-9fca-411c2e9866a5 ModelInvariantUuid:58a6a51e-fbaf-4b9b-acf3-7c18b738a672 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:7c793fc8-cc0b-4c21-aca8-5b6a003a35a6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dfe9e531-6916-4864-9136-82d18934290c ModelInvariantUuid:e1c7fc0b-d866-4ea5-a9aa-0087b392e22e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:b57a16ad-4de3-4d6a-b54e-d49b1927049c 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=? 2023-02-22T14:26:05.257Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9dff432d-c9f7-431c-81f3-60b7c43d627e 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=? 2023-02-22T14:26:05.260Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2023-02-22T14:26:05.260Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9dff432d-c9f7-431c-81f3-60b7c43d627e 2023-02-22T14:26:05.260Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3d5398f9-96e2-4ecd-b4c4-d7a676de6ea9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-22T14:26:05.260Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-22T14:26:05.260Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:05.341Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-22T14:26:05.341Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3d5398f9-96e2-4ecd-b4c4-d7a676de6ea9 792 2023-02-22T14:26:05.341Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:05.341Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:05.342Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:26:05.342Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:05.343Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:05.344Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075965341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:26:05.443Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:26:05.445Z||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. 2023-02-22T14:26:05.445Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:05.463Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:05.468Z||pool-121-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:06.344Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9ca84968-05d2-496a-9158-3f7f067e16ac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "159eb1ff-91c3-49ba-986e-2ea53f7eee95", "vfModuleModelCustomizationUUID": "901f5a53-4304-4744-8226-247f9b010f45", "isBase": true, "artifacts": [ "7399b357-6462-415b-9475-1ef530210c40", "557b3f1d-e559-4d7f-b74b-cbb05ba09a4e" ], "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": "" } } ] 2023-02-22T14:26:06.348Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:159eb1ff-91c3-49ba-986e-2ea53f7eee95 VfModuleModelInvariantUUID:9ca84968-05d2-496a-9158-3f7f067e16ac VfModuleModelDescription:NULL Artifacts UUID List:{ 7399b357-6462-415b-9475-1ef530210c40 , 557b3f1d-e559-4d7f-b74b-cbb05ba09a4e } 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 } 2023-02-22T14:26:06.349Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9ca84968-05d2-496a-9158-3f7f067e16ac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "159eb1ff-91c3-49ba-986e-2ea53f7eee95", "vfModuleModelCustomizationUUID": "901f5a53-4304-4744-8226-247f9b010f45", "isBase": true, "artifacts": [ "7399b357-6462-415b-9475-1ef530210c40", "557b3f1d-e559-4d7f-b74b-cbb05ba09a4e" ], "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": "" } } ] 2023-02-22T14:26:06.350Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:159eb1ff-91c3-49ba-986e-2ea53f7eee95 VfModuleModelInvariantUUID:9ca84968-05d2-496a-9158-3f7f067e16ac VfModuleModelDescription:NULL Artifacts UUID List:{ 7399b357-6462-415b-9475-1ef530210c40 , 557b3f1d-e559-4d7f-b74b-cbb05ba09a4e } 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 } 2023-02-22T14:26:06.350Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7399b357-6462-415b-9475-1ef530210c40 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-22T14:26:06.350Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-22T14:26:06.350Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:06.405Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-22T14:26:06.405Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7399b357-6462-415b-9475-1ef530210c40 5033 2023-02-22T14:26:06.405Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:06.405Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:06.405Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:26:06.406Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:06.407Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:06.408Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075966405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:26:06.507Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:26:06.508Z||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. 2023-02-22T14:26:06.508Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:06.517Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:06.517Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:07.408Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 557b3f1d-e559-4d7f-b74b-cbb05ba09a4e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-22T14:26:07.409Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-22T14:26:07.409Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:07.459Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-22T14:26:07.460Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 557b3f1d-e559-4d7f-b74b-cbb05ba09a4e 903 2023-02-22T14:26:07.460Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:07.460Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:07.460Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:26:07.460Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:07.462Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:07.462Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075967460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:26:07.562Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:26:07.563Z||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. 2023-02-22T14:26:07.563Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:07.572Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:07.572Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:08.463Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c19e689a-cd57-4f56-b472-d01af767e774 2023-02-22T14:26:08.463Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 9dff432d-c9f7-431c-81f3-60b7c43d627e 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=? 2023-02-22T14:26:08.479Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@690210a9, org.onap.sdc.toscaparser.api.parameters.Input@7c523184, org.onap.sdc.toscaparser.api.parameters.Input@6818073d, org.onap.sdc.toscaparser.api.parameters.Input@68618d4a, org.onap.sdc.toscaparser.api.parameters.Input@111f5fb7] 2023-02-22T14:26:08.481Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.481Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:08.481Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-02-22T14:26:08.481Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e1a6a86c-6de0-430f-a41f-3b2b7ceb8134 2023-02-22T14:26:08.481Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1a6a86c-6de0-430f-a41f-3b2b7ceb8134 matches Tosca VF Customization UUID: e1a6a86c-6de0-430f-a41f-3b2b7ceb8134 2023-02-22T14:26:08.481Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e1a6a86c-6de0-430f-a41f-3b2b7ceb8134 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=? 2023-02-22T14:26:08.483Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.483Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:08.484Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e1a6a86c-6de0-430f-a41f-3b2b7ceb8134: {\"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\"} 2023-02-22T14:26:08.484Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30ca8f55 2023-02-22T14:26:08.484Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.484Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-22T14:26:08.484Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 901f5a53-4304-4744-8226-247f9b010f45 2023-02-22T14:26:08.485Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 901f5a53-4304-4744-8226-247f9b010f45 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=? 2023-02-22T14:26:08.487Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.487Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T14:26:08.487Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:26:08.487Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.487Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T14:26:08.488Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:26:08.488Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.488Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-22T14:26:08.488Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-22T14:26:08.488Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-22T14:26:08.488Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cc6df594-95e6-48fe-9fca-411c2e9866a5 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=? 2023-02-22T14:26:08.490Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.491Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T14:26:08.491Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-22T14:26:08.491Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.491Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-22T14:26:08.491Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e1a6a86c-6de0-430f-a41f-3b2b7ceb8134 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=? 2023-02-22T14:26:08.492Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.493Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:08.493Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c19e689a-cd57-4f56-b472-d01af767e774: basic_vm_macro 2023-02-22T14:26:08.493Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.493Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:08.493Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.493Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:08.494Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.494Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:08.494Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.494Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:08.494Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:08.494Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:08.494Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 (?, ?, ?, ?, ?) 2023-02-22T14:26:08.580Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 9dff432d-c9f7-431c-81f3-60b7c43d627e 1 ASDC deployResourceStructure 2023-02-22T14:26:08.581Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:08.581Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:08.582Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:26:08.582Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:08.584Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:08.584Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075968581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:26:08.684Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:26:08.685Z||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. 2023-02-22T14:26:08.685Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:08.693Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:08.694Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:26:09.589Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:09.596Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:09.600Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:26:09.604Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:09.613Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:09.613Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075969588, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-22T14:26:09.712Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:26:09.713Z||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. 2023-02-22T14:26:09.713Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:09.723Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:09.723Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:26:10.614Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:10.615Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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 2023-02-22T14:26:10.615Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:26:10.615Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:10.618Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:10.618Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075970614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-22T14:26:10.718Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:26:10.718Z||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. 2023-02-22T14:26:10.718Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:10.728Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:10.729Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:11.619Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-22T14:26:11.620Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-22T14:26:11.620Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:26:11.620Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:11.624Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:11.625Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075971619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:26:11.722Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-02-22T14:26:11.723Z||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. 2023-02-22T14:26:11.723Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:11.733Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:11.733Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:26:12.626Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:26:12.639Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:26:12.650Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:26:12.650Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T14:26:12.651Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T14:26:12.651Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T14:26:12.651Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:26:12.651Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:26:12.652Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:26:12.652Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:26:12.652Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:26:12.653Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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=? 2023-02-22T14:26:12.659Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T14:26:42.659Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b 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=? 2023-02-22T14:26:42.668Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b and serviceModelVersionId: c19e689a-cd57-4f56-b472-d01af767e774 2023-02-22T14:26:42.668Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 15668dcb-81da-4c60-8105-99ca8b72d8d7 2023-02-22T14:26:42.669Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/15668dcb-81da-4c60-8105-99ca8b72d8d7/model-vers/model-ver/c19e689a-cd57-4f56-b472-d01af767e774?depth=0 2023-02-22T14:26:42.672Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T14:26:42.710Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15668dcb-81da-4c60-8105-99ca8b72d8d7/model-vers/model-ver/c19e689a-cd57-4f56-b472-d01af767e774?depth=0|INFO|500||Invoke 2023-02-22T14:26:42.710Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15668dcb-81da-4c60-8105-99ca8b72d8d7/model-vers/model-ver/c19e689a-cd57-4f56-b472-d01af767e774?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15668dcb-81da-4c60-8105-99ca8b72d8d7/model-vers/model-ver/c19e689a-cd57-4f56-b472-d01af767e774?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a50c826-e55a-4c56-8e39-3cba8cf6cf8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d61b8bc5-ce49-4fd1-b408-42ac078aa120], X-ECOMP-RequestID=[3a50c826-e55a-4c56-8e39-3cba8cf6cf8b], X-TransactionId=[], X-ONAP-RequestID=[3a50c826-e55a-4c56-8e39-3cba8cf6cf8b], Content-Type=[application/merge-patch+json]} 2023-02-22T14:26:42.729Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15668dcb-81da-4c60-8105-99ca8b72d8d7/model-vers/model-ver/c19e689a-cd57-4f56-b472-d01af767e774?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T14:26:42.823Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15668dcb-81da-4c60-8105-99ca8b72d8d7/model-vers/model-ver/c19e689a-cd57-4f56-b472-d01af767e774?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/15668dcb-81da-4c60-8105-99ca8b72d8d7/model-vers/model-ver/c19e689a-cd57-4f56-b472-d01af767e774?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 14:26:42 GMT], content-length=[0], vertex-id=[254064], x-aai-txid=[2-aai-resources-230222-14:26:42:820-29948], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T14:26:42.824Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15668dcb-81da-4c60-8105-99ca8b72d8d7/model-vers/model-ver/c19e689a-cd57-4f56-b472-d01af767e774?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-22T14:26:42.825Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15668dcb-81da-4c60-8105-99ca8b72d8d7/model-vers/model-ver/c19e689a-cd57-4f56-b472-d01af767e774?depth=0|INFO|500||InvokeReturn 2023-02-22T14:26:42.826Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T14:26:42.826Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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=? 2023-02-22T14:26:42.833Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||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) 2023-02-22T14:26:42.834Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a50c826-e55a-4c56-8e39-3cba8cf6cf8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T14:26:42.834Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T14:26:42.834Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:42.836Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:42.837Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677076002834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:26:42.936Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:26:42.937Z||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. 2023-02-22T14:26:42.938Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:42.949Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:42.949Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-22T14:26:43.847Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-22T14:26:43.848Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"99d5c5fe-ae62-4189-a003-a15180f73499","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"60467d77-e2fe-45ac-b7de-a542a5860e7a","serviceDescription":"service","serviceInvariantUUID":"0134aea5-e640-46d6-baf7-a3da472b4cad","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"980ca329-1c2e-4ff6-bc67-a298cbca4e4e","resourceInvariantUUID":"ac6c1347-e8e0-4222-b5a1-8654f40c4142","resourceCustomizationUUID":"09a63b7b-26d0-4cd4-9ad7-d35fdc72da9e","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":"ZjhjYzFjMDRkZmExYjQ2YjJhNTRjNWIyZjBiOGUyY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da3d92fc-a3e0-490c-93c8-9297e0147700","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":"2ec5e968-cc48-41d9-9db0-d50fd570c43b","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":"32f062de-9666-4866-aef0-992de7fbbcf6","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":"NDE1NDI4ODc4NWJiYTQ0YzEwMjMzODI4MzBhZWY1OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02da7b29-737a-4106-94b7-65820f45b7c3","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":"4ee4d748-da8d-46ee-9cdf-91dbcf85f0b0","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":"5aa310ce-feb3-4457-aa22-6699c9f13eed","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":"ffb84a61-98f8-4e15-9f2a-2defe3873775","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":"OGM5MzUxOGYzOWZiODM5ZjQwMWFkY2RlYTlhZWM4NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f478b43-b3e6-41aa-b367-27463809de87","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjE5YzQyNmIxNTQ1OWFiYzhjZTVhZTMxOTI4NzYzODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cdddf26-6947-4648-a472-24f3b64b8ec2","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-22T14:26:43.848Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:26:43.849Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:43.850Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:43.851Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:26:43.950Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:26:43.951Z||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. 2023-02-22T14:26:43.951Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:43.960Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:43.960Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:44.851Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:26:44.852Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:44.854Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:44.855Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:26:44.954Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:26:44.955Z||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. 2023-02-22T14:26:44.955Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:44.966Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:44.967Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:26:45.856Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:26:45.857Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:45.859Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:45.859Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:26:45.959Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:26:45.959Z||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. 2023-02-22T14:26:45.960Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:45.969Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:45.969Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:26:46.859Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:26:46.860Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:46.862Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:46.862Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:26:46.962Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:26:46.962Z||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. 2023-02-22T14:26:46.962Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:46.973Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:46.974Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:26:47.862Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:26:47.863Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:47.866Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:47.866Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:26:47.973Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:26:47.974Z||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. 2023-02-22T14:26:47.974Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:47.983Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:47.983Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:26:48.874Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:26:48.875Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:48.878Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:48.878Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:26:48.978Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:26:48.979Z||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. 2023-02-22T14:26:48.979Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:48.988Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:48.988Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:49.879Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:26:49.880Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:49.882Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:49.883Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:26:49.982Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-22T14:26:49.983Z||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. 2023-02-22T14:26:49.983Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:49.993Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:49.993Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:26:50.883Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:26:50.884Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:50.886Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:50.886Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:26:50.986Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:26:50.987Z||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. 2023-02-22T14:26:50.987Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:50.997Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:50.997Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:51.887Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-22T14:26:51.887Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:51.890Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:51.890Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:26:51.990Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:26:51.991Z||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. 2023-02-22T14:26:51.991Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:52.002Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:52.003Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:52.891Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "60467d77-e2fe-45ac-b7de-a542a5860e7a", "serviceDescription": "service", "serviceInvariantUUID": "0134aea5-e640-46d6-baf7-a3da472b4cad", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "09a63b7b-26d0-4cd4-9ad7-d35fdc72da9e", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "980ca329-1c2e-4ff6-bc67-a298cbca4e4e", "resourceInvariantUUID": "ac6c1347-e8e0-4222-b5a1-8654f40c4142", "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": "ZjE5YzQyNmIxNTQ1OWFiYzhjZTVhZTMxOTI4NzYzODM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4cdddf26-6947-4648-a472-24f3b64b8ec2" } ], "workloadContext": "Production" } 2023-02-22T14:26:52.891Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-22T14:26:52.891Z|3a50c826-e55a-4c56-8e39-3cba8cf6cf8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 60467d77-e2fe-45ac-b7de-a542a5860e7a ASDC 2023-02-22T14:26:52.892Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:99d5c5fe-ae62-4189-a003-a15180f73499 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:60467d77-e2fe-45ac-b7de-a542a5860e7a ServiceInvariantUUID:0134aea5-e640-46d6-baf7-a3da472b4cad 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:4cdddf26-6947-4648-a472-24f3b64b8ec2 ArtifactChecksum:ZjE5YzQyNmIxNTQ1OWFiYzhjZTVhZTMxOTI4NzYzODM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:09a63b7b-26d0-4cd4-9ad7-d35fdc72da9e ResourceInvariantUUID:ac6c1347-e8e0-4222-b5a1-8654f40c4142 ResourceName:test-pnf ResourceType:PNF ResourceUUID:980ca329-1c2e-4ff6-bc67-a298cbca4e4e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-22T14:26:52.892Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 60467d77-e2fe-45ac-b7de-a542a5860e7a 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=? 2023-02-22T14:26:52.919Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:26:52.919Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-22T14:26:52.920Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-22T14:26:52.920Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4cdddf26-6947-4648-a472-24f3b64b8ec2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-22T14:26:52.920Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-22T14:26:52.920Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-22T14:26:53.037Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-22T14:26:53.042Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4cdddf26-6947-4648-a472-24f3b64b8ec2 110864 2023-02-22T14:26:53.043Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-22T14:26:53.043Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-22T14:26:53.043Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-22T14:26:53.043Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:53.045Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:53.045Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677076013043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:26:53.145Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:26:53.146Z||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. 2023-02-22T14:26:53.146Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:53.156Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:53.157Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-02-22T14:26:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:26:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T14:26:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:53.852Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:53.852Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:26:53.853Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a200ee12-7d4f-47c5-8b97-c3fce1271559", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075949120, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:26:53.853Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:26:54.046Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-22T14:26:54.047Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-22T14:26:54.047Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4cdddf26-6947-4648-a472-24f3b64b8ec2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T14:26:54.048Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-02-22T14:26:54.048Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T14:26:54.048Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T14:26:54.157Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3301243727244280592/Definitions/service-TestPnfMacro-template.yml 2023-02-22T14:26:54.866Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-22T14:26:54.867Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-02-22T14:26:54.867Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-22T14:26:54.867Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-22T14:26:54.867Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||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 2023-02-22T14:26:54.867Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||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 2023-02-22T14:26:54.867Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||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 2023-02-22T14:26:54.867Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||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 2023-02-22T14:26:54.867Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||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 2023-02-22T14:26:54.868Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||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 2023-02-22T14:26:54.868Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||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 2023-02-22T14:26:54.868Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-02-22T14:26:54.868Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:54.868Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:54.868Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-22T14:26:54.869Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-02-22T14:26:54.869Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:26:54.869Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:54.869Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:54.869Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-22T14:26:54.870Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-02-22T14:26:54.870Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-22T14:26:54.870Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:54.870Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:54.870Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:54.870Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:54.871Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:54.871Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:54.871Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:54.871Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:54.871Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:54.871Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:54.872Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:60467d77-e2fe-45ac-b7de-a542a5860e7a Model Version:NULL Model InvariantUuid:0134aea5-e640-46d6-baf7-a3da472b4cad 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=? 2023-02-22T14:26:54.879Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 980ca329-1c2e-4ff6-bc67-a298cbca4e4e 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=? 2023-02-22T14:26:54.882Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||test-pnf 0 2023-02-22T14:26:54.882Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 980ca329-1c2e-4ff6-bc67-a298cbca4e4e 2023-02-22T14:26:54.882Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 60467d77-e2fe-45ac-b7de-a542a5860e7a 2023-02-22T14:26:54.882Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 60467d77-e2fe-45ac-b7de-a542a5860e7a 2023-02-22T14:26:54.882Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 980ca329-1c2e-4ff6-bc67-a298cbca4e4e 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=? 2023-02-22T14:26:54.886Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@522ce8d, org.onap.sdc.toscaparser.api.parameters.Input@34223685, org.onap.sdc.toscaparser.api.parameters.Input@b5cf377, org.onap.sdc.toscaparser.api.parameters.Input@77e65011, org.onap.sdc.toscaparser.api.parameters.Input@6423bec6] 2023-02-22T14:26:54.886Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:54.886Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:54.887Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 60467d77-e2fe-45ac-b7de-a542a5860e7a: test-pnf 2023-02-22T14:26:54.887Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||Processing PNF resource: 980ca329-1c2e-4ff6-bc67-a298cbca4e4e 2023-02-22T14:26:54.887Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-22T14:26:54.887Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-22T14:26:54.887Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||Resource customization UUID: 09a63b7b-26d0-4cd4-9ad7-d35fdc72da9e is the same as notified resource customizationUUID: 09a63b7b-26d0-4cd4-9ad7-d35fdc72da9e 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 (?, ?) 2023-02-22T14:26:54.920Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 980ca329-1c2e-4ff6-bc67-a298cbca4e4e 0 ASDC deployResourceStructure 2023-02-22T14:26:54.920Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-22T14:26:54.920Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-22T14:26:54.920Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-22T14:26:54.921Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:26:54.923Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:26:54.923Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677076014920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:26:55.023Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:26:55.023Z||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. 2023-02-22T14:26:55.024Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:26:55.032Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:26:55.032Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2023-02-22T14:26:55.924Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99d5c5fe-ae62-4189-a003-a15180f73499 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-22T14:26:55.935Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99d5c5fe-ae62-4189-a003-a15180f73499 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-22T14:26:55.937Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-22T14:26:55.937Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-22T14:26:55.937Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-22T14:26:55.937Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-22T14:26:55.938Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:26:55.938Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:26:55.938Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:26:55.938Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:26:55.938Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-22T14:26:55.938Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||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=? 2023-02-22T14:26:55.942Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-22T14:27:25.943Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99d5c5fe-ae62-4189-a003-a15180f73499 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=? 2023-02-22T14:27:25.948Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99d5c5fe-ae62-4189-a003-a15180f73499 and serviceModelVersionId: 60467d77-e2fe-45ac-b7de-a542a5860e7a 2023-02-22T14:27:25.948Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0134aea5-e640-46d6-baf7-a3da472b4cad 2023-02-22T14:27:25.948Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0134aea5-e640-46d6-baf7-a3da472b4cad/model-vers/model-ver/60467d77-e2fe-45ac-b7de-a542a5860e7a?depth=0 2023-02-22T14:27:25.952Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-02-22T14:27:25.989Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0134aea5-e640-46d6-baf7-a3da472b4cad/model-vers/model-ver/60467d77-e2fe-45ac-b7de-a542a5860e7a?depth=0|INFO|500||Invoke 2023-02-22T14:27:25.989Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0134aea5-e640-46d6-baf7-a3da472b4cad/model-vers/model-ver/60467d77-e2fe-45ac-b7de-a542a5860e7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0134aea5-e640-46d6-baf7-a3da472b4cad/model-vers/model-ver/60467d77-e2fe-45ac-b7de-a542a5860e7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[99d5c5fe-ae62-4189-a003-a15180f73499], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a797b598-663e-485c-8204-3433b8e1093d], X-ECOMP-RequestID=[99d5c5fe-ae62-4189-a003-a15180f73499], X-TransactionId=[], X-ONAP-RequestID=[99d5c5fe-ae62-4189-a003-a15180f73499], Content-Type=[application/merge-patch+json]} 2023-02-22T14:27:26.007Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0134aea5-e640-46d6-baf7-a3da472b4cad/model-vers/model-ver/60467d77-e2fe-45ac-b7de-a542a5860e7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-22T14:27:26.127Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0134aea5-e640-46d6-baf7-a3da472b4cad/model-vers/model-ver/60467d77-e2fe-45ac-b7de-a542a5860e7a?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/0134aea5-e640-46d6-baf7-a3da472b4cad/model-vers/model-ver/60467d77-e2fe-45ac-b7de-a542a5860e7a?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Feb 2023 14:27:26 GMT], content-length=[0], vertex-id=[311368], x-aai-txid=[0-aai-resources-230222-14:27:26:099-89067], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-22T14:27:26.128Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0134aea5-e640-46d6-baf7-a3da472b4cad/model-vers/model-ver/60467d77-e2fe-45ac-b7de-a542a5860e7a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-22T14:27:26.128Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0134aea5-e640-46d6-baf7-a3da472b4cad/model-vers/model-ver/60467d77-e2fe-45ac-b7de-a542a5860e7a?depth=0|INFO|500||InvokeReturn 2023-02-22T14:27:26.128Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-22T14:27:26.129Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||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=? 2023-02-22T14:27:26.135Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||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) 2023-02-22T14:27:26.136Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99d5c5fe-ae62-4189-a003-a15180f73499 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-22T14:27:26.136Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-22T14:27:26.136Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-22T14:27:26.138Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-22T14:27:26.138Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677076046136, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:27:26.238Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-22T14:27:26.238Z||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. 2023-02-22T14:27:26.238Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2NQstHBULC6MJLc9) ... 2023-02-22T14:27:26.251Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:27:26.252Z||pool-140-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=? 2023-02-22T14:27:27.151Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:27:27.151Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:27:27.151Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:27:36.700Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:27:36.701Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:27:36.701Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:27:36.701Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:27:46.235Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:27:46.236Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:27:46.236Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:27:46.236Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:27:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:27:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T14:27:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:27:53.855Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:27:53.856Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.856Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.857Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.857Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.857Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-22T14:27:53.857Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.857Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.857Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-22T14:27:53.857Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.857Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.857Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075962811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:27:53.858Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075965341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075966405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075967460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075968581, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-22T14:27:53.859Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075969588, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075970614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075971619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a50c826-e55a-4c56-8e39-3cba8cf6cf8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677076002834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.860Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.861Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677075950134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677076013043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-22T14:27:53.862Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:27:55.785Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:27:55.786Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:27:55.787Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:27:55.787Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:28:05.358Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:28:05.358Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:28:05.359Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:28:05.359Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:28:14.921Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:28:53.829Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:28:53.830Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:28:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:28:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:28:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T14:28:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:28:54.354Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:28:54.354Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:28:54.355Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677076014920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-22T14:28:54.356Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:28:54.356Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-22T14:28:54.356Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99d5c5fe-ae62-4189-a003-a15180f73499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1677076046136, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-22T14:28:54.356Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-22T14:29:03.377Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:29:53.829Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:29:53.830Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:29:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:29:53.831Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:29:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T14:29:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:30:03.379Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:30:03.381Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:30:53.829Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:30:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:30:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:30:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:30:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T14:30:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:31:03.372Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:31:03.380Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:31:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:31:53.830Z||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. 2023-02-22T14:31:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:31:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:31:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T14:31:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:32:03.370Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:32:03.370Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:32:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:32:53.831Z||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. 2023-02-22T14:32:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:32:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:32:53.832Z||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. 2023-02-22T14:32:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:33:03.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:33:03.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:33:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:33:53.830Z||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. 2023-02-22T14:33:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:33:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:33:53.832Z||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. 2023-02-22T14:33:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:34:03.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:34:03.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:34:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:34:53.830Z||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. 2023-02-22T14:34:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:34:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:34:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:34:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:35:03.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:35:03.381Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:35:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:35:53.830Z||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. 2023-02-22T14:35:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:35:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:35:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T14:35:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:36:03.387Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:36:03.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:36:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:36:53.830Z||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. 2023-02-22T14:36:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:36:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:36:53.832Z||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. 2023-02-22T14:36:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:37:03.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:37:03.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:37:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:37:53.830Z||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. 2023-02-22T14:37:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:37:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:37:53.832Z||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. 2023-02-22T14:37:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:38:03.380Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:38:03.380Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:38:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:38:53.831Z||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. 2023-02-22T14:38:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:38:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:38:53.832Z||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. 2023-02-22T14:38:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:39:03.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:39:03.380Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:39:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:39:53.830Z||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. 2023-02-22T14:39:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:39:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:39:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T14:39:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:40:03.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:40:03.374Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:40:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:40:53.830Z||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. 2023-02-22T14:40:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:40:53.831Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:40:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T14:40:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:41:03.379Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:41:03.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:41:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:41:53.830Z||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. 2023-02-22T14:41:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:41:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:41:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T14:41:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:42:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:42:03.376Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:42:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:42:53.830Z||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. 2023-02-22T14:42:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:42:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:42:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T14:42:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:43:03.381Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:43:03.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:43:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:43:53.830Z||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. 2023-02-22T14:43:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:43:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:43:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T14:43:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:44:03.386Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:44:03.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:44:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:44:53.830Z||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. 2023-02-22T14:44:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:44:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:44:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T14:44:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:45:03.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:45:03.372Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:45:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:45:53.830Z||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. 2023-02-22T14:45:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:45:53.831Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:45:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T14:45:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:46:03.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:46:03.383Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:46:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:46:53.830Z||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. 2023-02-22T14:46:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:46:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:46:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T14:46:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:47:03.373Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:47:03.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:47:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:47:53.831Z||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. 2023-02-22T14:47:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:47:53.832Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:47:53.832Z||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. 2023-02-22T14:47:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:48:03.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:48:03.378Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:48:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:48:53.830Z||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. 2023-02-22T14:48:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:48:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:48:53.831Z||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. 2023-02-22T14:48:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:49:03.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:49:03.372Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:49:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:49:53.830Z||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. 2023-02-22T14:49:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:49:53.831Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:49:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T14:49:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:50:03.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:50:03.373Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:50:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:50:53.830Z||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. 2023-02-22T14:50:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:50:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:50:53.832Z||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. 2023-02-22T14:50:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:51:03.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:51:03.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:51:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:51:53.830Z||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. 2023-02-22T14:51:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:51:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:51:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:51:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:52:03.366Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:52:03.366Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:52:53.829Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:52:53.830Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:52:53.830Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:52:53.832Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:52:53.832Z||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. 2023-02-22T14:52:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:53:03.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:53:03.371Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:53:53.829Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:53:53.830Z||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. 2023-02-22T14:53:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:53:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:53:53.832Z||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. 2023-02-22T14:53:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:54:03.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:54:03.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:54:53.829Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:54:53.830Z||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. 2023-02-22T14:54:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:54:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:54:53.832Z||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. 2023-02-22T14:54:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:55:03.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:55:03.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:55:53.829Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:55:53.830Z||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. 2023-02-22T14:55:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:55:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:55:53.832Z||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. 2023-02-22T14:55:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:56:03.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:56:03.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:56:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:56:53.830Z||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. 2023-02-22T14:56:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:56:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:56:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T14:56:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:57:03.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:57:03.384Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:57:53.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:57:53.830Z||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. 2023-02-22T14:57:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:57:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:57:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T14:57:53.833Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:58:03.375Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:58:03.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:58:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:58:53.830Z||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. 2023-02-22T14:58:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:58:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:58:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T14:58:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T14:59:03.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:59:03.386Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T14:59:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:59:53.830Z||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. 2023-02-22T14:59:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T14:59:53.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T14:59:53.832Z||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. 2023-02-22T14:59:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:00:03.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:00:03.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:00:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:00:53.830Z||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. 2023-02-22T15:00:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:00:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:00:53.832Z||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. 2023-02-22T15:00:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:01:03.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:01:03.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:01:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:01:53.830Z||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. 2023-02-22T15:01:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:01:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:01:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T15:01:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:02:03.394Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:02:03.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:02:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:02:53.830Z||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. 2023-02-22T15:02:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:02:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:02:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T15:02:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:03:03.369Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:03:03.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:03:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:03:53.830Z||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. 2023-02-22T15:03:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:03:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:03:53.832Z||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. 2023-02-22T15:03:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:04:03.369Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:04:03.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:04:53.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:04:53.830Z||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. 2023-02-22T15:04:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:04:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:04:53.832Z||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. 2023-02-22T15:04:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:05:03.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:05:03.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:05:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:05:53.830Z||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. 2023-02-22T15:05:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:05:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:05:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T15:05:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:06:03.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:06:03.390Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:06:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:06:53.830Z||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. 2023-02-22T15:06:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:06:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:06:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T15:06:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:07:03.375Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:07:03.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:07:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:07:53.830Z||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. 2023-02-22T15:07:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:07:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:07:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T15:07:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:08:03.372Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:08:03.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:08:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:08:53.830Z||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. 2023-02-22T15:08:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:08:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:08:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T15:08:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:09:03.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:09:03.381Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:09:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:09:53.830Z||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. 2023-02-22T15:09:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:09:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:09:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T15:09:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:10:03.369Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:10:03.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:10:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:10:53.830Z||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. 2023-02-22T15:10:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:10:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:10:53.832Z||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. 2023-02-22T15:10:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:11:03.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:11:03.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:11:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:11:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:11:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:11:53.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:11:53.832Z||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. 2023-02-22T15:11:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:12:03.378Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:12:03.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:12:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:12:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:12:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:12:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:12:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T15:12:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:13:03.372Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:13:03.374Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:13:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:13:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:13:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:13:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:13:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T15:13:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:14:03.372Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:14:03.372Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:14:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:14:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:14:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:14:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:14:53.832Z||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. 2023-02-22T15:14:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:15:03.370Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:15:03.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:15:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:15:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:15:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:15:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:15:53.832Z||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. 2023-02-22T15:15:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:16:03.402Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:16:03.412Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:16:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:16:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:16:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:16:53.831Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:16:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T15:16:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:17:03.373Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:17:03.373Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:17:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:17:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:17:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:17:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:17:53.832Z||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. 2023-02-22T15:17:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:18:03.371Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:18:03.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:18:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:18:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:18:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:18:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:18:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T15:18:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:19:03.382Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:19:03.382Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:19:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:19:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:19:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:19:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:19:53.832Z||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. 2023-02-22T15:19:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:20:03.387Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:20:03.387Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:20:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:20:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:20:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:20:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:20:53.832Z||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. 2023-02-22T15:20:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:21:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:21:03.384Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:21:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:21:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:21:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:21:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:21:53.833Z||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. 2023-02-22T15:21:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:22:03.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:22:03.387Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:22:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:22:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:22:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:22:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:22:53.832Z||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. 2023-02-22T15:22:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:23:03.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:23:03.411Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:23:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:23:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:23:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:23:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:23:53.831Z||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. 2023-02-22T15:23:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:24:03.377Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:24:03.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:24:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:24:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:24:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:24:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:24:53.832Z||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. 2023-02-22T15:24:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:25:03.374Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:25:03.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:25:53.829Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:25:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:25:53.830Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:25:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:25:53.831Z||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. 2023-02-22T15:25:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:26:03.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:26:03.371Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:26:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:26:53.830Z||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. 2023-02-22T15:26:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:26:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:26:53.832Z||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. 2023-02-22T15:26:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:27:03.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:27:03.378Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:27:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:27:53.830Z||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. 2023-02-22T15:27:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:27:53.831Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:27:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T15:27:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:28:03.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:28:03.373Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:28:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:28:53.830Z||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. 2023-02-22T15:28:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:28:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:28:53.832Z||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. 2023-02-22T15:28:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:29:03.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:29:03.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:29:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:29:53.830Z||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. 2023-02-22T15:29:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:29:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:29:53.832Z||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. 2023-02-22T15:29:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:30:03.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:30:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:30:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:30:53.830Z||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. 2023-02-22T15:30:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:30:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:30:53.832Z||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. 2023-02-22T15:30:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:31:03.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:31:03.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:31:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:31:53.830Z||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. 2023-02-22T15:31:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:31:53.831Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:31:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T15:31:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:32:03.370Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:32:03.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:32:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:32:53.830Z||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. 2023-02-22T15:32:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:32:53.831Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:32:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T15:32:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:33:03.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:33:03.373Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:33:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:33:53.830Z||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. 2023-02-22T15:33:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:33:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:33:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T15:33:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:34:03.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:34:03.369Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:34:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:34:53.830Z||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. 2023-02-22T15:34:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:34:53.832Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:34:53.832Z||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. 2023-02-22T15:34:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:35:03.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:35:03.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:35:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:35:53.830Z||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. 2023-02-22T15:35:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:35:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:35:53.832Z||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. 2023-02-22T15:35:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:36:03.375Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:36:03.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:36:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:36:53.830Z||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. 2023-02-22T15:36:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:36:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:36:53.831Z||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. 2023-02-22T15:36:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:37:03.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:37:03.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:37:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:37:53.830Z||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. 2023-02-22T15:37:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:37:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:37:53.832Z||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. 2023-02-22T15:37:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:38:03.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:38:03.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:38:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:38:53.830Z||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. 2023-02-22T15:38:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:38:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:38:53.832Z||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. 2023-02-22T15:38:53.833Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:39:03.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:39:03.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:39:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:39:53.830Z||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. 2023-02-22T15:39:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:39:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:39:53.832Z||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. 2023-02-22T15:39:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:40:03.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:40:03.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:40:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:40:53.830Z||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. 2023-02-22T15:40:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:40:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:40:53.832Z||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. 2023-02-22T15:40:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:41:03.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:41:03.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:41:53.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:41:53.830Z||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. 2023-02-22T15:41:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:41:53.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:41:53.832Z||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. 2023-02-22T15:41:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:42:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:42:03.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:42:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:42:53.830Z||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. 2023-02-22T15:42:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:42:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:42:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T15:42:53.833Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:43:03.374Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:43:03.393Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:43:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:43:53.830Z||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. 2023-02-22T15:43:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:43:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:43:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T15:43:53.833Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:44:03.375Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:44:03.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:44:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:44:53.830Z||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. 2023-02-22T15:44:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:44:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:44:53.832Z||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. 2023-02-22T15:44:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:45:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:45:03.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:45:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:45:53.830Z||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. 2023-02-22T15:45:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:45:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:45:53.832Z||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. 2023-02-22T15:45:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:46:03.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:46:03.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:46:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:46:53.830Z||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. 2023-02-22T15:46:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:46:53.831Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:46:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T15:46:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:47:03.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:47:03.391Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:47:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:47:53.830Z||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. 2023-02-22T15:47:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:47:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:47:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T15:47:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:48:03.369Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:48:03.369Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:48:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:48:53.830Z||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. 2023-02-22T15:48:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:48:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:48:53.832Z||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. 2023-02-22T15:48:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:49:03.377Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:49:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:49:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:49:53.830Z||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. 2023-02-22T15:49:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:49:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:49:53.832Z||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. 2023-02-22T15:49:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:50:03.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:50:03.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:50:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:50:53.830Z||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. 2023-02-22T15:50:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:50:53.832Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:50:53.832Z||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. 2023-02-22T15:50:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:51:03.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:51:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:51:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:51:53.830Z||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. 2023-02-22T15:51:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:51:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:51:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T15:51:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:52:03.370Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:52:03.372Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:52:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:52:53.830Z||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. 2023-02-22T15:52:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:52:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:52:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:52:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:53:03.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:53:03.383Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:53:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:53:53.830Z||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. 2023-02-22T15:53:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:53:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:53:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:53:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:54:03.397Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:54:03.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:54:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:54:53.831Z||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. 2023-02-22T15:54:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:54:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:54:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:54:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:55:03.387Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:55:03.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:55:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:55:53.830Z||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. 2023-02-22T15:55:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:55:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:55:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:55:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:56:03.373Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:56:03.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:56:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:56:53.830Z||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. 2023-02-22T15:56:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:56:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:56:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T15:56:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:57:03.386Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:57:03.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:57:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:57:53.830Z||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. 2023-02-22T15:57:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:57:53.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:57:53.832Z||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. 2023-02-22T15:57:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:58:03.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:58:03.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:58:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:58:53.830Z||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. 2023-02-22T15:58:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:58:53.831Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:58:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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. 2023-02-22T15:58:53.832Z|634275d9-4e21-4f93-bbe6-91b59125482b|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 2NQstHBULC6MJLc9) ... 2023-02-22T15:59:03.372Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:59:03.373Z|634275d9-4e21-4f93-bbe6-91b59125482b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T15:59:53.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:59:53.830Z||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. 2023-02-22T15:59:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T15:59:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T15:59:53.832Z||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. 2023-02-22T15:59:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:00:03.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:00:03.380Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:00:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:00:53.830Z||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. 2023-02-22T16:00:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:00:53.831Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:00:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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. 2023-02-22T16:00:53.832Z|308ce986-b267-4c4b-aac6-882ec7c1bead|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:01:03.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:01:03.382Z|308ce986-b267-4c4b-aac6-882ec7c1bead|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:01:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:01:53.830Z||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. 2023-02-22T16:01:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:01:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:01:53.832Z||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. 2023-02-22T16:01:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:02:03.382Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:02:03.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:02:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:02:53.831Z||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. 2023-02-22T16:02:53.831Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:02:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:02:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T16:02:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:03:03.370Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:03:03.382Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:03:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:03:53.830Z||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. 2023-02-22T16:03:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:03:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:03:53.832Z||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. 2023-02-22T16:03:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:04:03.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:04:03.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:04:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:04:53.830Z||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. 2023-02-22T16:04:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:04:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:04:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T16:04:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:05:03.369Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:05:03.375Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:05:53.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:05:53.830Z||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. 2023-02-22T16:05:53.830Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:05:53.831Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:05:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T16:05:53.832Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:06:03.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:06:03.374Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:06:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:06:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T16:06:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:06:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:06:53.831Z|99d5c5fe-ae62-4189-a003-a15180f73499|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. 2023-02-22T16:06:53.832Z|99d5c5fe-ae62-4189-a003-a15180f73499|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:07:03.376Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:07:03.380Z|99d5c5fe-ae62-4189-a003-a15180f73499|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:07:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:07:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T16:07:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:07:53.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:07:53.832Z||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. 2023-02-22T16:07:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:08:03.368Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:08:03.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:08:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:08:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T16:08:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:08:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:08:53.832Z||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. 2023-02-22T16:08:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:09:03.372Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:09:03.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:09:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:09:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T16:09:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:09:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:09:53.831Z||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. 2023-02-22T16:09:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:10:03.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:10:03.391Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:10:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:10:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T16:10:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:10:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:10:53.831Z||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. 2023-02-22T16:10:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:11:03.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:11:03.379Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:11:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:11:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T16:11:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:11:53.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:11:53.832Z||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. 2023-02-22T16:11:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:12:03.370Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:12:03.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:12:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:12:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T16:12:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:12:53.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:12:53.832Z||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. 2023-02-22T16:12:53.832Z||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 2NQstHBULC6MJLc9) ... 2023-02-22T16:13:03.375Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:13:03.375Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-22T16:13:53.829Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:13:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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. 2023-02-22T16:13:53.830Z|6a100743-f9f4-48c8-b891-4a7e9f6666eb|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 2NQstHBULC6MJLc9) ... 2023-02-22T16:13:53.831Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-22T16:13:53.832Z||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. 2023-02-22T16:13:53.832Z||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 2NQstHBULC6MJLc9) ...